Searched refs:CN_EVENT_TIME (Results 1 – 4 of 4) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
D | iot_main.c | 42 #define CN_EVENT_TIME "1970000100" macro 240 …tID = hi_malloc(0, strlen(CN_CLIENTID_FMT) + strlen(CONFIG_DEVICE_ID) + strlen(CN_EVENT_TIME) + 1); in MainEntryProcess() 244 … (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_TIME) < 0) { in MainEntryProcess() 256 (const unsigned char *)CN_EVENT_TIME, strlen(CN_EVENT_TIME), in MainEntryProcess()
|
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
D | iot_main.c | 41 #define CN_EVENT_TIME "1970000100" macro 247 …tID = hi_malloc(0, strlen(CN_CLIENTID_FMT) + strlen(CONFIG_DEVICE_ID) + strlen(CN_EVENT_TIME) + 1); in MainEntryProcess() 251 …= 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_TIME); in MainEntryProcess() 265 (const unsigned char *)CN_EVENT_TIME, strlen(CN_EVENT_TIME), in MainEntryProcess()
|
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/ |
D | iot_main.c | 45 #define CN_EVENT_TIME "1970000100" macro
|
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/ |
D | iot_main.c | 45 #define CN_EVENT_TIME "1970000100" macro
|