Home
last modified time | relevance | path

Searched refs:cJSON_IsString (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/network/
A Dqrcode.c93 if (!cJSON_IsString(ssid_elem) || !cJSON_IsString(passwd_elem)) in network_qrscan_result_process()
/AliOS-Things-master/components/ulog/src/
A Dulog_init.c178 if (ulog_cmd != NULL && cJSON_IsString(ulog_cmd)) { in on_ulog_handler()
193 if (NULL != ulog_cmd && cJSON_IsString(ulog_cmd)) { in on_ulog_handler()
A Dulog_fs_cfg.c349 if (NULL != config_para && cJSON_IsString(config_para)) { in parser_cfg_file()
/AliOS-Things-master/components/cjson/example/
A Dcjson_example.c67 if (cJSON_IsString(name) && (name->valuestring != NULL)) in cjson_example()
/AliOS-Things-master/components/uvoice/application/comb/
A Dcomb.c694 if (!item || !cJSON_IsString(item)) { in comb_receipt_play()
725 if (!sub_item || !cJSON_IsString(sub_item)) { in comb_receipt_play()
741 if (!sub_item || !cJSON_IsString(sub_item)) { in comb_receipt_play()
797 if (!item || !cJSON_IsString(item)) { in comb_content_play()
820 if (!item || !cJSON_IsString(item)) { in comb_content_play()
/AliOS-Things-master/solutions/audio_demo/
A Ddata_model_basic_demo.c191 if (item_payload != NULL && cJSON_IsString(item_payload)) { in demo_dm_recv_handler()
201 if (item_payload != NULL && cJSON_IsString(item_payload)) { in demo_dm_recv_handler()
/AliOS-Things-master/components/cjson/
A DREADME.md96 cJSON_bool cJSON_IsString(const cJSON * const item);
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_message.c50 if (url == NULL || !cJSON_IsString(url)) { in pyamp_update_file()
90 if (token == NULL || !cJSON_IsString(token)) { in pyamptoken_verify()
/AliOS-Things-master/components/cjson/src/
A DcJPath.c420 if (cJSON_IsString(qval)) { in cJSON_Path()
A DcJSON.c76 if (!cJSON_IsString(item)) { in cJSON_GetStringValue()
2759 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item) in cJSON_IsString() function
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c501 } else if(cJSON_IsString(msgid)) { in uagent_on_recv_handler()
529 } else if (cJSON_IsString(param)) {/* param is string */ in uagent_on_recv_handler()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c719 if (!cJSON_IsString(debug)) { in board_parse_json_buff()
754 if (!cJSON_IsString(page)) { in board_parse_json_buff()
773 if (!cJSON_IsString(repl)) { in board_parse_json_buff()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c1283 if (!cJSON_IsString(debug)) { in board_parse_json_buff()
1326 if (!cJSON_IsString(page)) { in board_parse_json_buff()
1352 if (!cJSON_IsString(repl)) { in board_parse_json_buff()
1421 if (!cJSON_IsString(version)) { in board_parse_json_buff()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h186 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item);
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c268 if (!cJSON_IsString(debug)) { in get_logLevel()

Completed in 38 milliseconds