Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_log_report.c125 dm_utils_json_parse(payload, payload_len, cJSON_Object, &lite); in parse_msg_id()
155 dm_utils_json_parse(payload, payload_len, cJSON_Object, &lite); in parse_switch_info()
A Ddm_utils.c405 if (lite == NULL || lite->type != cJSON_Object || key == NULL || in dm_utils_json_object_item()
410 if (lite->type != cJSON_Object) { in dm_utils_json_object_item()
A Dimpl_linkkit.c654 lite_item_payload.type != cJSON_Object) { in _iotx_linkkit_event_callback()
732 lite_item_payload.type != cJSON_Object) { in _iotx_linkkit_event_callback()
783 if (payload == NULL || lite_item_data.type != cJSON_Object) { in _iotx_linkkit_event_callback()
890 if (lite_item_payload.type == cJSON_Object && in _iotx_linkkit_event_callback()
1013 lite_item_payload.type != cJSON_Object) { in _iotx_linkkit_event_callback()
A Ddm_manager.c2433 lite == NULL || lite->type != cJSON_Object) { in dm_mgr_deprecated_assemble_property()
2460 lite == NULL || lite->type != cJSON_Object) { in dm_mgr_deprecated_assemble_event_output()
2487 lite == NULL || lite->type != cJSON_Object) { in dm_mgr_deprecated_assemble_service_output()
A Ddm_shadow.c2113 lite == NULL || lite->type != cJSON_Object) { in dm_shw_assemble_property()
2149 lite == NULL || lite->type != cJSON_Object) { in dm_shw_assemble_event_output()
2188 lite == NULL || lite->type != cJSON_Object) { in dm_shw_assemble_service_output()
A Ddm_message.c169 if (dm_utils_json_parse(payload, payload_len, cJSON_Object, &lite) != in dm_msg_request_parse()
207 if (dm_utils_json_parse(payload, payload_len, cJSON_Object, &lite) != in dm_msg_response_parse()
1094 if (dm_utils_json_parse(payload, payload_len, cJSON_Object, &lite) != in dm_msg_ntp_response()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c313 item->type = cJSON_Object; in parse_object()
517 return (lite->type & 0xFF) == cJSON_Object; in lite_cjson_is_object()
599 if (!lite || lite->type != cJSON_Object || !lite->value || in _lite_cjson_object_item()
754 if (!lite || lite->type != cJSON_Object || !lite->value || in lite_cjson_object_item()
831 if (!lite || lite->type != cJSON_Object || !lite->value || in lite_cjson_object_item_by_index()
1501 case cJSON_Object: in print_value()
1798 item->type = cJSON_Object; in lite_cjson_create_object()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h16 #define cJSON_Object (1 << 6) macro
/AliOS-Things-master/components/cjson/src/
A DcJSON.c1332 case cJSON_Object: in print_value()
1590 item->type = cJSON_Object; in parse_object()
2349 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()
2399 item->type = cJSON_Object; in cJSON_CreateObject()
2786 return (item->type & 0xFF) == cJSON_Object; in cJSON_IsObject()
2816 case cJSON_Object: in cJSON_Compare()
2881 case cJSON_Object: in cJSON_Compare()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h96 #define cJSON_Object (1 << 6) macro

Completed in 33 milliseconds