Searched refs:cJSON_IsObject (Results 1 – 10 of 10) sorted by relevance
38 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()
211 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()
112 cJSON_bool cJSON_IsObject(const cJSON * const item);
259 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()
131 if (root == NULL || !cJSON_IsObject(root)) { in user_service_request_event_handler()
188 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item);
149 if (root == NULL || !cJSON_IsObject(root)) { in demo_dm_recv_handler()
688 if (!root || !cJSON_IsObject(root)) { in comb_receipt_play()791 if (!root || !cJSON_IsObject(root)) { in comb_content_play()
515 if (cJSON_IsObject(param)) {/* param is json object */ in uagent_on_recv_handler()
2779 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item) in cJSON_IsObject() function
Completed in 30 milliseconds