Home
last modified time | relevance | path

Searched refs:authParam (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_client.c411 authParam->handler = handler; in do_auth()
412 authParam->user_data = user_data; in do_auth()
413 authParam->productKey = in do_auth()
416 authParam->deviceName = in do_auth()
419 authParam->accessToken = in do_auth()
422 message.user = authParam; in do_auth()
481 memset(authParam, 0, sizeof(AuthParam)); in alcs_auth_nego_key()
483 authParam->handler = handler; in alcs_auth_nego_key()
485 strcpy(authParam->productKey, devKey->pk); in alcs_auth_nego_key()
487 strcpy(authParam->deviceName, devKey->dn); in alcs_auth_nego_key()
[all …]

Completed in 10 milliseconds