Home
last modified time | relevance | path

Searched refs:cJSON_AddStringToObject (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linksdk/components/subdev/
A Daiot_subdev_api.c370 cJSON_AddStringToObject(param, "sign", sign_str); in _subdev_topo_add_append_params()
434 cJSON_AddStringToObject(param, "sign", sign_str); in _subdev_batch_login_append_device_list()
478 cJSON_AddStringToObject(param, "sign", sign_str); in _subdev_product_register_append_params()
625 cJSON_AddStringToObject(root, "version", "1.0"); in aiot_subdev_send_topo_add()
681 cJSON_AddStringToObject(root, "version", "1.0"); in aiot_subdev_send_topo_delete()
711 cJSON_AddStringToObject(root, "version", "1.0"); in aiot_subdev_send_topo_get()
712 cJSON_AddStringToObject(root, "params", "{}"); in aiot_subdev_send_topo_get()
776 cJSON_AddStringToObject(root, "version", "1.0"); in aiot_subdev_send_batch_login()
835 cJSON_AddStringToObject(root, "version", "1.0"); in aiot_subdev_send_batch_logout()
891 cJSON_AddStringToObject(root, "version", "1.0"); in aiot_subdev_send_sub_register()
[all …]
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c615cJSON_AddStringToObject(mod_obj[mod_idx], "version", mod_func[mod_idx]->mod_info.version); in service_report_func_list()
621 cJSON_AddStringToObject(json, "funcname", p->func_name); in service_report_func_list()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h263 CJSON_PUBLIC(cJSON*) cJSON_AddStringToObject(cJSON * const object, const char * const name, const c…
/AliOS-Things-master/components/cjson/src/
A DcJSON.c2023 CJSON_PUBLIC(cJSON*) cJSON_AddStringToObject(cJSON * const object, const char * const name, const c… in cJSON_AddStringToObject() function

Completed in 17 milliseconds