Home
last modified time | relevance | path

Searched refs:cJSON_CreateObject (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/linksdk/components/subdev/
A Daiot_subdev_api.c341 param = cJSON_CreateObject(); in _subdev_topo_add_append_params()
381 param = cJSON_CreateObject(); in _subdev_append_pk_dn_to_params()
405 param = cJSON_CreateObject(); in _subdev_batch_login_append_device_list()
458 param = cJSON_CreateObject(); in _subdev_product_register_append_params()
613 root = cJSON_CreateObject(); in aiot_subdev_send_topo_add()
669 root = cJSON_CreateObject(); in aiot_subdev_send_topo_delete()
705 root = cJSON_CreateObject(); in aiot_subdev_send_topo_get()
757 root = cJSON_CreateObject(); in aiot_subdev_send_batch_login()
823 root = cJSON_CreateObject(); in aiot_subdev_send_batch_logout()
879 root = cJSON_CreateObject(); in aiot_subdev_send_sub_register()
[all …]
/AliOS-Things-master/components/ulog/src/
A Dulog_fs_cfg.c249 cJSON *ulog_cfg_obj = cJSON_CreateObject(); in cfg_mm_2_file()
273 cJSON *ulog_cfg_obj = cJSON_CreateObject(); in cfg_mm_2_file()
A Dulog_session_file.c127 cJSON *resp = cJSON_CreateObject(); in report_up_process()
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c598 root = cJSON_CreateObject(); in service_report_func_list()
613 …N_AddItemToObject(root, mod_func[mod_idx]->mod_info.name, mod_obj[mod_idx] = cJSON_CreateObject()); in service_report_func_list()
618 json = cJSON_CreateObject(); in service_report_func_list()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h201 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void);
/AliOS-Things-master/components/cjson/src/
A DcJSON.c2049 cJSON *object_item = cJSON_CreateObject(); in cJSON_AddObjectToObject()
2394 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) in cJSON_CreateObject() function

Completed in 30 milliseconds