Searched refs:demo_send_property_post (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/sensor/example/ |
A D | sensor_cloud_demo.c | 73 ret = demo_send_property_post(dm_handle, (char *)param); in sensor_cloud_test_start() 91 ret = demo_send_property_post(dm_handle, (char *)param); in sensor_cloud_test_start()
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | flower_app.c | 191 demo_send_property_post(dm_handle, property_payload); in report_2_cloud() 197 demo_send_property_post(dm_handle, property_payload); in report_2_cloud()
|
A D | README.md | 201 demo_send_property_post(dm_handle, property_payload); 208 demo_send_property_post(dm_handle, property_payload);
|
A D | data_model_basic_demo.c | 260 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post() function
|
/AliOS-Things-master/solutions/rfid_demo/ |
A D | rfid_demo.c | 256 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post() function 269 return demo_send_property_post(g_dm_handle, params); in send_property_post()
|
/AliOS-Things-master/solutions/linksdk_demo/ |
A D | data_model_basic_demo.c | 254 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post() function 395 demo_send_property_post(dm_handle, "{\"LightSwitch\": 0}"); in demo_main()
|
A D | README.md | 231 demo_send_property_post(dm_handle, "{\"LightSwitch\": 0}");
|
/AliOS-Things-master/solutions/audio_demo/ |
A D | data_model_basic_demo.c | 346 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post() function 487 demo_send_property_post(dm_handle, "{\"LightSwitch\": 0}"); in demo_main()
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | modlinkkit.c | 359 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post() function 583 size_t ret = demo_send_property_post(dm_handle, payload); in post_property()
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | data_model_basic_demo.c | 280 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post() function
|
/AliOS-Things-master/documentation/quickstart/ |
A D | haas100_quick_start_cloud.md | 198 demo_send_property_post(dm_handle, "{\"LightSwitch\": 0}");
|
/AliOS-Things-master/components/sensor/ |
A D | README.md | 211 // demo_send_property_post(dm_handle, "{\"LightSwitch\": 0}");
|
Completed in 12 milliseconds