Home
last modified time | relevance | path

Searched refs:demo_send_property_post (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/sensor/example/
A Dsensor_cloud_demo.c73 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 Dflower_app.c191 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 DREADME.md201 demo_send_property_post(dm_handle, property_payload);
208 demo_send_property_post(dm_handle, property_payload);
A Ddata_model_basic_demo.c260 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post() function
/AliOS-Things-master/solutions/rfid_demo/
A Drfid_demo.c256 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 Ddata_model_basic_demo.c254 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 DREADME.md231 demo_send_property_post(dm_handle, "{\"LightSwitch\": 0}");
/AliOS-Things-master/solutions/audio_demo/
A Ddata_model_basic_demo.c346 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 Dmodlinkkit.c359 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 Ddata_model_basic_demo.c280 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post() function
/AliOS-Things-master/documentation/quickstart/
A Dhaas100_quick_start_cloud.md198 demo_send_property_post(dm_handle, "{\"LightSwitch\": 0}");
/AliOS-Things-master/components/sensor/
A DREADME.md211 // demo_send_property_post(dm_handle, "{\"LightSwitch\": 0}");

Completed in 16 milliseconds