Searched refs:demo_send_event_post (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/solutions/linksdk_demo/ |
A D | data_model_basic_demo.c | 266 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post() function 396 demo_send_event_post(dm_handle, "Error", "{\"ErrorCode\": 0}"); in demo_main()
|
/AliOS-Things-master/solutions/audio_demo/ |
A D | data_model_basic_demo.c | 358 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post() function 488 demo_send_event_post(dm_handle, "Error", "{\"ErrorCode\": 0}"); in demo_main()
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | modlinkkit.c | 371 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post() function 594 size_t ret = demo_send_event_post(dm_handle, event_id, payload); in post_event()
|
/AliOS-Things-master/solutions/rfid_demo/ |
A D | rfid_demo.c | 273 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post() function
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | data_model_basic_demo.c | 272 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post() function
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | data_model_basic_demo.c | 292 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post() function
|
/AliOS-Things-master/components/sensor/ |
A D | README.md | 212 // demo_send_event_post(dm_handle, "Error", "{\"ErrorCode\": 0}");
|
Completed in 9 milliseconds