Home
last modified time | relevance | path

Searched refs:cJSON_String (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/
A Dimpl_linkkit.c574 lite_item_payload.type != cJSON_String) { in _iotx_linkkit_event_callback()
610 lite_item_payload.type != cJSON_String) { in _iotx_linkkit_event_callback()
653 lite_item_serviceid.type != cJSON_String || in _iotx_linkkit_event_callback()
926 lite_item_eventid.type != cJSON_String || in _iotx_linkkit_event_callback()
927 lite_item_payload.type != cJSON_String) { in _iotx_linkkit_event_callback()
1012 lite_item_rrpcid.type != cJSON_String || in _iotx_linkkit_event_callback()
1119 lite_item_gettype.type != cJSON_String || in _iotx_linkkit_event_callback()
1120 lite_item_sign.type != cJSON_String || in _iotx_linkkit_event_callback()
1122 lite_item_url.type != cJSON_String) { in _iotx_linkkit_event_callback()
1311 if (lite_item_pk.type == cJSON_String) { in _iotx_linkkit_event_callback()
[all …]
A Ddm_log_report.c127 cJSON_String, &request->id); in parse_msg_id()
A Ddm_message.c172 cJSON_String, in dm_msg_request_parse()
175 strlen(DM_MSG_KEY_VERSION), cJSON_String, in dm_msg_request_parse()
178 strlen(DM_MSG_KEY_METHOD), cJSON_String, in dm_msg_request_parse()
210 cJSON_String, in dm_msg_response_parse()
724 if (response->message.type == cJSON_String) { in dm_msg_thing_event_property_post_reply()
1097 cJSON_String, &lite_item_server_send_time) != in dm_msg_ntp_response()
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_solo.c306 lite_item_payload.type != cJSON_String) { in _linkkit_solo_event_callback()
346 lite_item_serviceid.type != cJSON_String) { in _linkkit_solo_event_callback()
455 lite_item_propertyid.type != cJSON_String) { in _linkkit_solo_event_callback()
540 lite_item_eventid.type != cJSON_String) { in _linkkit_solo_event_callback()
582 if (payload == NULL || lite_item_configid.type != cJSON_String || in _linkkit_solo_event_callback()
584 lite_item_gettype.type != cJSON_String || in _linkkit_solo_event_callback()
585 lite_item_sign.type != cJSON_String || in _linkkit_solo_event_callback()
586 lite_item_signmethod.type != cJSON_String || in _linkkit_solo_event_callback()
587 lite_item_url.type != cJSON_String) { in _linkkit_solo_event_callback()
668 if (payload == NULL || lite_item_version.type != cJSON_String) { in _linkkit_solo_event_callback()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c138 cJSON_String == pull->type) in board_parse_gpio()
306 if (NULL != temp && cJSON_String == temp->type) in board_parse_uart()
325 if (NULL != temp && cJSON_String == temp->type) in board_parse_uart()
437 if (NULL != temp && cJSON_String == temp->type) in board_parse_i2c()
533 if (NULL != temp && cJSON_String == temp->type) in board_parse_spi()
654 if (NULL != temp && cJSON_String == temp->type) in board_parse_can()
666 if (NULL != temp && cJSON_String == temp->type) in board_parse_can()
678 if (NULL != temp && cJSON_String == temp->type) in board_parse_can()
1089 if (cJSON_String != external_pa->type) in board_parse_audio()
1380 if (NULL == item || cJSON_String != item->type) { in board_parse_json_buff()
[all …]
/AliOS-Things-master/components/amp/main/
A Damp_engine.c105 if (NULL != item && cJSON_String == item->type && in search_js_app_main_entry()
119 if (NULL != item && cJSON_String == item->type && in search_js_app_main_entry()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c124 … if (NULL != dir && cJSON_String == dir->type && NULL != pull && cJSON_String == pull->type) { in board_parse_gpio()
273 if (NULL != temp && cJSON_String == temp->type) { in board_parse_uart()
291 if (NULL != temp && cJSON_String == temp->type) { in board_parse_uart()
388 if (NULL != temp && cJSON_String == temp->type) { in board_parse_i2c()
472 if (NULL != temp && cJSON_String == temp->type) { in board_parse_spi()
800 if (NULL == item || cJSON_String != item->type) { in board_parse_json_buff()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h14 #define cJSON_String (1 << 4) macro
/AliOS-Things-master/components/cjson/src/
A DcJSON.c804 item->type = cJSON_String; in parse_string()
1326 case cJSON_String: in print_value()
2321 item->type = cJSON_String; in cJSON_CreateString()
2338 item->type = cJSON_String | cJSON_IsReference; in cJSON_CreateStringReference()
2766 return (item->type & 0xFF) == cJSON_String; in cJSON_IsString()
2813 case cJSON_String: in cJSON_Compare()
2844 case cJSON_String: in cJSON_Compare()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c369 item->type = cJSON_String; in parse_string()
499 return (lite->type & 0xFF) == cJSON_String; in lite_cjson_is_string()
1495 case cJSON_String: in print_value()
1772 item->type = cJSON_String; in lite_cjson_create_string()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h94 #define cJSON_String (1 << 4) macro

Completed in 35 milliseconds