Home
last modified time | relevance | path

Searched refs:cJSON_IsObject (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_message.c38 if (root == NULL || !cJSON_IsObject(root)) { in pyamp_update_file()
43 if (params == NULL || !cJSON_IsObject(params)) { in pyamp_update_file()
78 if (root == NULL || !cJSON_IsObject(root)) { in pyamptoken_verify()
83 if (params == NULL || !cJSON_IsObject(params)) { in pyamptoken_verify()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dmodule_bt_host.c211 if (service_obj != NULL && cJSON_IsObject(service_obj)) { in native_bt_host_add_service()
278 if (root && cJSON_IsObject(root)) { in native_bt_host_update_chars()
/AliOS-Things-master/components/cjson/
A DREADME.md112 cJSON_bool cJSON_IsObject(const cJSON * const item);
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/
A Dmodule_bt_host.c259 if (service_obj != NULL && cJSON_IsObject(service_obj)) { in native_bt_host_add_service()
326 if (root && cJSON_IsObject(root)) { in native_bt_host_update_chars()
/AliOS-Things-master/solutions/linkkit_genie_demo/
A Dgenie_demo.c131 if (root == NULL || !cJSON_IsObject(root)) { in user_service_request_event_handler()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h188 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item);
/AliOS-Things-master/solutions/audio_demo/
A Ddata_model_basic_demo.c149 if (root == NULL || !cJSON_IsObject(root)) { in demo_dm_recv_handler()
/AliOS-Things-master/components/uvoice/application/comb/
A Dcomb.c688 if (!root || !cJSON_IsObject(root)) { in comb_receipt_play()
791 if (!root || !cJSON_IsObject(root)) { in comb_content_play()
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c515 if (cJSON_IsObject(param)) {/* param is json object */ in uagent_on_recv_handler()
/AliOS-Things-master/components/cjson/src/
A DcJSON.c2779 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item) in cJSON_IsObject() function

Completed in 30 milliseconds