Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
Diot_main.c198 char *userID = CONFIG_USER_ID; in MainEntryProcess() local
207 connOpts.username = userID; in MainEntryProcess()
211 clientID, userID, userPwd==NULL?"NULL" : userPwd, CN_IOT_SERVER); in MainEntryProcess()
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
Diot_main.c198 char *userID = CONFIG_USER_ID; in MainEntryProcess() local
207 connOpts.username = userID; in MainEntryProcess()
211 clientID, userID, userPwd==NULL?"NULL" : userPwd, CN_IOT_SERVER); in MainEntryProcess()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
Diot_main.c234 char *userID = NULL; in MainEntryProcess() local
249 userID = CONFIG_DEVICE_ID; in MainEntryProcess()
261 conn_opts.username = userID; in MainEntryProcess()
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
Diot_main.c240 char *userID = NULL; in MainEntryProcess() local
257 userID = CONFIG_DEVICE_ID; in MainEntryProcess()
271 conn_opts.username = userID; in MainEntryProcess()