Home
last modified time | relevance | path

Searched refs:core_json_value (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/linksdk/components/task/
A Daiot_task_api.c85 …res = core_json_value((const char *)input, input_len, key_word, strlen(key_word), &value, &value_l… in _task_parse_json()
120 if ((res = core_json_value(payload, payload_len, job_file_key, (uint32_t)strlen(job_file_key), in _task_parse_task_detail()
239 if ((res = core_json_value(payload, payload_len, params_key, (uint32_t)strlen(params_key), in _task_parse_notify()
247 if ((res = core_json_value(params_value, params_len, task_key, (uint32_t)strlen(task_key), in _task_parse_notify()
381 …if (core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, code_key, (uint32_t)… in _task_recv_get_reply_handler()
393 …if (core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, data_key, (uint32_t)… in _task_recv_get_reply_handler()
401 if (core_json_value(data_value, data_len, tasks_key, (uint32_t)strlen(tasks_key), in _task_recv_get_reply_handler()
415 if (core_json_value(data_value, data_len, task_key, (uint32_t)strlen(task_key), in _task_recv_get_reply_handler()
429 if (core_json_value(data_value, data_len, task_id_key, (uint32_t)strlen(task_id_key), in _task_recv_get_reply_handler()
466 …if (core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, code_key, (uint32_t)… in _task_recv_update_reply_handler()
[all …]
/AliOS-Things-master/components/linksdk/components/shadow/
A Daiot_shadow_api.c114 if ((res = core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _shadow_recv_message_handler()
116 (res = core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _shadow_recv_message_handler()
119 (res = core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _shadow_recv_message_handler()
124 if (core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _shadow_recv_message_handler()
144 if (core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _shadow_recv_message_handler()
147 if ((res = core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _shadow_recv_message_handler()
/AliOS-Things-master/components/linksdk/components/devinfo/
A Daiot_devinfo_api.c98 if (core_json_value((char *)packet->data.pub.payload, packet->data.pub.payload_len, in _devinfo_mqtt_recv_handler()
100 core_json_value((char *)packet->data.pub.payload, packet->data.pub.payload_len, in _devinfo_mqtt_recv_handler()
102 core_json_value((char *)packet->data.pub.payload, packet->data.pub.payload_len, in _devinfo_mqtt_recv_handler()
104 core_json_value((char *)packet->data.pub.payload, packet->data.pub.payload_len, in _devinfo_mqtt_recv_handler()
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c43 …if (core_json_value((char *)packet->data.pub.payload, packet->data.pub.payload_len, dst_key, (uint… in _ntp_recv_handler()
45core_json_value((char *)packet->data.pub.payload, packet->data.pub.payload_len, srt_key, (uint32_t… in _ntp_recv_handler()
47core_json_value((char *)packet->data.pub.payload, packet->data.pub.payload_len, sst_key, (uint32_t… in _ntp_recv_handler()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_string.h32 int32_t core_json_value(const char *input, uint32_t input_len, const char *key, uint32_t key_len, c…
A Dcore_string.c202 int32_t core_json_value(const char *input, uint32_t input_len, const char *key, uint32_t key_len, c… in core_json_value() function
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c77 …if (((res = core_json_value((char *)bootstrap_handle->response.content, bootstrap_handle->response… in _bootstrap_connection_info()
79 …((res = core_json_value((char *)bootstrap_handle->response.content, bootstrap_handle->response.con… in _bootstrap_connection_info()
97 …if ((res = core_json_value((char *)bootstrap_handle->response.content, bootstrap_handle->response.… in _bootstrap_connection_info()
204 …if (core_json_value((char *)packet->data.pub.payload, packet->data.pub.payload_len, id_key, (uint3… in _bootstrap_recv_handler()
206core_json_value((char *)packet->data.pub.payload, packet->data.pub.payload_len, cmd_key, (uint32_t… in _bootstrap_recv_handler()
/AliOS-Things-master/components/linksdk/components/data-model/
A Daiot_dm_api.c408 …if ((res = core_json_value((char *)payload, payload_len, ALINK_JSON_KEY_ID, strlen(ALINK_JSON_KEY_… in _dm_parse_alink_request()
414 …if ((res = core_json_value((char *)payload, payload_len, ALINK_JSON_KEY_PARAMS, strlen(ALINK_JSON_… in _dm_parse_alink_request()
448 if ((res = core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _dm_recv_generic_reply_handler()
451 (res = core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _dm_recv_generic_reply_handler()
454 (res = core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _dm_recv_generic_reply_handler()
463 res = core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _dm_recv_generic_reply_handler()
/AliOS-Things-master/components/linksdk/components/subdev/
A Daiot_subdev_api.c49 …if (core_json_value((const char *)packet->data.pub.payload, packet->data.pub.payload_len, "id", st… in _subdev_topo_generic_reply_recv_handler()
50core_json_value((const char *)packet->data.pub.payload, packet->data.pub.payload_len, "code", strl… in _subdev_topo_generic_reply_recv_handler()
51core_json_value((const char *)packet->data.pub.payload, packet->data.pub.payload_len, "data", strl… in _subdev_topo_generic_reply_recv_handler()
52core_json_value((const char *)packet->data.pub.payload, packet->data.pub.payload_len, "message", s… in _subdev_topo_generic_reply_recv_handler()
142 …if (core_json_value((const char *)packet->data.pub.payload, packet->data.pub.payload_len, "id", st… in _subdev_topo_generic_notify_recv_handler()
143core_json_value((const char *)packet->data.pub.payload, packet->data.pub.payload_len, "params", st… in _subdev_topo_generic_notify_recv_handler()
/AliOS-Things-master/components/linksdk/components/dynreg-mqtt/
A Daiot_dynregmq_api.c51 core_json_value(payload, payload_len, key_ds, strlen(key_ds), in _dynregmq_recv_handler()
77core_json_value(payload, payload_len, key_clientid, strlen(key_clientid), &client_id, &client_id_l… in _dynregmq_recv_handler()
78core_json_value(payload, payload_len, key_devicetoken, strlen(key_devicetoken), &device_token, &de… in _dynregmq_recv_handler()
/AliOS-Things-master/components/linksdk/core/
A Daiot_http_api.c108 …res = core_json_value((const char *)response->content, response->content_len, "code", strlen("code… in _core_aiot_http_token_expired_event()
207 …res = core_json_value((const char *)response->content, response->content_len, "token", strlen("tok… in _core_http_recv_auth()
/AliOS-Things-master/components/linksdk/components/logpost/
A Daiot_logpost_api.c43 if ((res = core_json_value((char *)msg->data.pub.payload, msg->data.pub.payload_len, in _logpost_config_data_handler()
/AliOS-Things-master/components/linksdk/components/ota/
A Daiot_ota_api.c688 res = core_json_value((const char *)(packet->data.pub.payload), packet->data.pub.payload_len, in _ota_mqtt_process()
1176 …res = core_json_value((const char *)input, input_len, key_word, strlen(key_word), &value, &value_l… in _ota_parse_json()
/AliOS-Things-master/components/linksdk/components/dynreg/
A Daiot_dynreg_api.c106 …if ((res = core_json_value((char *)dynreg_handle->response.content, dynreg_handle->response.conten… in _dynreg_device_info()

Completed in 36 milliseconds