Searched refs:cJSON_AddItemToObject (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/linksdk/components/subdev/ |
A D | aiot_subdev_api.c | 631 cJSON_AddItemToObject(root, "params", params); in aiot_subdev_send_topo_add() 687 cJSON_AddItemToObject(root, "params", params); in aiot_subdev_send_topo_delete() 784 cJSON_AddItemToObject(params, "deviceList", device_list); in aiot_subdev_send_batch_login() 785 cJSON_AddItemToObject(root, "params", params); in aiot_subdev_send_batch_login() 841 cJSON_AddItemToObject(root, "params", params); in aiot_subdev_send_batch_logout() 897 cJSON_AddItemToObject(root, "params", params); in aiot_subdev_send_sub_register() 964 cJSON_AddItemToObject(params, "proxieds", proxieds); in aiot_subdev_send_product_register() 965 cJSON_AddItemToObject(root, "params", params); in aiot_subdev_send_product_register()
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_fs_cfg.c | 252 …cJSON_AddItemToObject(ulog_cfg_obj, get_ulog_cfg_key(p->type)->desription, cJSON_CreateNumber(p->f… in cfg_mm_2_file() 276 …cJSON_AddItemToObject(ulog_cfg_obj, get_ulog_cfg_key(p->type)->desription, cJSON_CreateNumber(p->f… in cfg_mm_2_file() 279 …cJSON_AddItemToObject(ulog_cfg_obj, get_ulog_cfg_key(p->type)->cfg_key[i], cJSON_CreateString(p->c… in cfg_mm_2_file()
|
A D | ulog_session_file.c | 130 cJSON_AddItemToObject(resp, "idx", cJSON_CreateNumber(idx)); in report_up_process() 132 cJSON_AddItemToObject(resp, "process", cJSON_CreateNumber(process)); in report_up_process() 134 cJSON_AddItemToObject(resp, "error", cJSON_CreateNumber(status)); in report_up_process()
|
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_core.c | 613 …cJSON_AddItemToObject(root, mod_func[mod_idx]->mod_info.name, mod_obj[mod_idx] = cJSON_CreateObjec… in service_report_func_list() 616 cJSON_AddItemToObject(mod_obj[mod_idx], "funclist", arr = cJSON_CreateArray()); in service_report_func_list()
|
/AliOS-Things-master/components/cjson/include/ |
A D | cJSON.h | 219 CJSON_PUBLIC(void) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item);
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 1932 CJSON_PUBLIC(void) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObject() function
|
Completed in 59 milliseconds