Searched refs:cJSON_String (Results 1 – 11 of 11) sorted by relevance
574 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 …]
127 cJSON_String, &request->id); in parse_msg_id()
172 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()
306 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()
138 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 …]
105 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()
124 … 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()
14 #define cJSON_String (1 << 4) macro
804 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()
369 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()
94 #define cJSON_String (1 << 4) macro
Completed in 35 milliseconds