Searched refs:CONFIG_DEVICE_ID (Results 1 - 7 of 7) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | iot_main.c | 74 "$oc/devices/"CONFIG_DEVICE_ID"/sys/messages/down", 75 "$oc/devices/"CONFIG_DEVICE_ID"/sys/properties/set/#", 76 "$oc/devices/"CONFIG_DEVICE_ID"/sys/properties/get/#", 77 "$oc/devices/"CONFIG_DEVICE_ID"/sys/shadow/get/response/#", 78 "$oc/devices/"CONFIG_DEVICE_ID"/sys/events/down", 79 "$oc/devices/"CONFIG_DEVICE_ID"/sys/commands/#" 247 clientID = hi_malloc(0, strlen(CN_CLIENTID_FMT) + strlen(CONFIG_DEVICE_ID) + strlen(CN_EVENT_TIME) + 1); in MainEntryProcess() 251 ret = snprintf_s(clientID, strlen(CN_CLIENTID_FMT) + strlen(CONFIG_DEVICE_ID) + strlen(CN_EVENT_TIME) + in MainEntryProcess() 252 CN_QUEUE_MSGNUM, strlen(CN_CLIENTID_FMT) + strlen(CONFIG_DEVICE_ID) + strlen(CN_EVENT_TIME) + 1, in MainEntryProcess() 253 CN_CLIENTID_FMT, CONFIG_DEVICE_ID, CN_EVENT_TIM in MainEntryProcess() [all...] |
H A D | iot_config.h | 34 #define CONFIG_DEVICE_ID "60790e01ba4b2702c053ff03_helloMQTT" macro
|
H A D | app_demo_iot.c | 71 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in IotPublishPersonTime()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | iot_main.c | 75 "$oc/devices/"CONFIG_DEVICE_ID"/sys/messages/down", 76 "$oc/devices/"CONFIG_DEVICE_ID"/sys/properties/set/#", 77 "$oc/devices/"CONFIG_DEVICE_ID"/sys/properties/get/#", 78 "$oc/devices/"CONFIG_DEVICE_ID"/sys/shadow/get/response/#", 79 "$oc/devices/"CONFIG_DEVICE_ID"/sys/events/down", 80 "$oc/devices/"CONFIG_DEVICE_ID"/sys/commands/#" 240 clientID = hi_malloc(0, strlen(CN_CLIENTID_FMT) + strlen(CONFIG_DEVICE_ID) + strlen(CN_EVENT_TIME) + 1); in MainEntryProcess() 244 if (snprintf_s(clientID, strlen(CN_CLIENTID_FMT) + strlen(CONFIG_DEVICE_ID) + strlen(CN_EVENT_TIME) + in MainEntryProcess() 245 CN_QUEUE_MSGNUM, strlen(CN_CLIENTID_FMT) + strlen(CONFIG_DEVICE_ID) + strlen(CN_EVENT_TIME) + 1, in MainEntryProcess() 246 CN_CLIENTID_FMT, CONFIG_DEVICE_ID, CN_EVENT_TIM in MainEntryProcess() [all...] |
H A D | iot_config.h | 31 #define CONFIG_DEVICE_ID "5efff688ded33202ca4d6127_HiSpark" macro
|
H A D | app_demo_iot.c | 163 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in SetupCleanTrflStatus() 172 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in SetupCleanTrflStatus() 181 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in SetupCleanTrflStatus() 211 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in SetupTrflControlModule() 224 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in SetupTrflControlModule() 239 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in ReportLedLightTimeCount() 248 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in ReportLedLightTimeCount() 257 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in ReportLedLightTimeCount() 284 IoTProfilePropertyReport(CONFIG_DEVICE_ID, &service); in SetupTrflAutoModule() 313 IoTProfilePropertyReport(CONFIG_DEVICE_ID, in SetupTrflHumanModule() [all...] |
/vendor/hisilicon/hispark_pegasus/demo/udp_demo/ |
H A D | udp_config.h | 47 #define CONFIG_DEVICE_ID "xxxxxxx" macro
|
Completed in 3 milliseconds