Home
last modified time | relevance | path

Searched refs:cJSON_IsNumber (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/cjson/example/
A Dcjson_example.c75 if (!cJSON_IsNumber(width) || !cJSON_IsNumber(height)) { in cjson_example()
/AliOS-Things-master/solutions/audio_demo/
A Ddata_model_basic_demo.c156 if (item_payload != NULL && cJSON_IsNumber(item_payload)) { in demo_dm_recv_handler()
173 if (item_payload != NULL && cJSON_IsNumber(item_payload)) { in demo_dm_recv_handler()
210 if (item_payload != NULL && cJSON_IsNumber(item_payload)) { in demo_dm_recv_handler()
240 if (item_payload != NULL && cJSON_IsNumber(item_payload)) { in demo_dm_recv_handler()
/AliOS-Things-master/components/ulog/src/
A Dulog_init.c158 if (ulog_cmd != NULL && cJSON_IsNumber(ulog_cmd)) { in on_ulog_handler()
195 if (NULL != ulog_idx && cJSON_IsNumber(ulog_idx)) { in on_ulog_handler()
A Dulog_fs_cfg.c339 if (cJSON_IsNumber(config_node)) { in parser_cfg_file()
/AliOS-Things-master/solutions/linkkit_genie_demo/
A Dgenie_demo.c139 if (item_number_a == NULL || !cJSON_IsNumber(item_number_a)) { in user_service_request_event_handler()
146 if (item_number_b == NULL || !cJSON_IsNumber(item_number_b)) { in user_service_request_event_handler()
/AliOS-Things-master/components/cjson/
A DREADME.md88 cJSON_bool cJSON_IsNumber(const cJSON * const item);
/AliOS-Things-master/solutions/auto_demo/
A Ddata_model_basic_demo.c144 if (value != NULL && cJSON_IsNumber(value)) { in demo_dm_recv_handler()
A DREADME.md210 if (value != NULL && cJSON_IsNumber(value)) {
/AliOS-Things-master/components/cjson/include/
A DcJSON.h185 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item);
/AliOS-Things-master/components/uvoice/application/comb/
A Dcomb.c709 if (!item || !cJSON_IsNumber(item)) { in comb_receipt_play()
812 if (!item || !cJSON_IsNumber(item)) { in comb_content_play()
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c499 if(cJSON_IsNumber(msgid)) { in uagent_on_recv_handler()
/AliOS-Things-master/components/cjson/src/
A DcJSON.c2749 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item) in cJSON_IsNumber() function

Completed in 35 milliseconds