Home
last modified time | relevance | path

Searched refs:next_node (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DGetBucketInventoryConfigurationResult.cc67 XMLElement* next_node; in operator =() local
68 next_node = node->FirstChildElement("OSSBucketDestination"); in operator =()
69 if (next_node) { in operator =()
72 sub_node = next_node->FirstChildElement("Format"); in operator =()
74 sub_node = next_node->FirstChildElement("AccountId"); in operator =()
76 sub_node = next_node->FirstChildElement("RoleArn"); in operator =()
78 sub_node = next_node->FirstChildElement("Bucket"); in operator =()
80 sub_node = next_node->FirstChildElement("Prefix"); in operator =()
82 sub_node = next_node->FirstChildElement("Encryption"); in operator =()
A DListBucketInventoryConfigurationsResult.cc74 XMLElement* next_node; in operator =() local
75 next_node = conf_node->FirstChildElement("OSSBucketDestination"); in operator =()
76 if (next_node) { in operator =()
79 sub_node = next_node->FirstChildElement("Format"); in operator =()
81 sub_node = next_node->FirstChildElement("AccountId"); in operator =()
83 sub_node = next_node->FirstChildElement("RoleArn"); in operator =()
85 sub_node = next_node->FirstChildElement("Bucket"); in operator =()
87 sub_node = next_node->FirstChildElement("Prefix"); in operator =()
89 sub_node = next_node->FirstChildElement("Encryption"); in operator =()
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_ipc.c53 dm_ipc_msg_node_t *next_node = NULL; in dm_ipc_deinit() local
60 list_for_each_entry_safe(del_node, next_node, &ctx->msg_list.message_list, in dm_ipc_deinit()
A Ddm_manager.c131 dm_mgr_dev_node_t *next_node = NULL; in _dm_mgr_destroy_devlist() local
133 list_for_each_entry_safe(del_node, next_node, &ctx->dev_list, linked_list, in _dm_mgr_destroy_devlist()
386 dm_mgr_dev_node_t *next_node = NULL; in dm_mgr_get_next_devid() local
392 list_for_each_entry(next_node, &ctx->dev_list, linked_list, in dm_mgr_get_next_devid()
396 *devid_next = next_node->devid; in dm_mgr_get_next_devid()
400 if (next_node->devid == devid) { in dm_mgr_get_next_devid()
401 search_node = next_node; in dm_mgr_get_next_devid()
A Dimpl_linkkit.c414 *next_node = NULL; in _iotx_linkkit_upstream_sync_callback_list_destroy() local
416 list_for_each_entry_safe(search_node, next_node, in _iotx_linkkit_upstream_sync_callback_list_destroy()
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_gateway.c158 linkkit_gateway_dev_callback_node_t *next_node = NULL; in _linkkit_gateway_callback_list_destroy() local
160 list_for_each_entry_safe(search_node, next_node, in _linkkit_gateway_callback_list_destroy()
258 *next_node = NULL; in _linkkit_gateway_upstream_sync_callback_list_destroy() local
260 list_for_each_entry_safe(search_node, next_node, in _linkkit_gateway_upstream_sync_callback_list_destroy()
361 *next_node = NULL; in _linkkit_gateway_upstream_async_callback_list_destroy() local
363 list_for_each_entry_safe(search_node, next_node, in _linkkit_gateway_upstream_async_callback_list_destroy()
A Dimpl_solo.c176 *next_node = NULL; in _linkkit_solo_upstream_callback_list_destroy() local
178 list_for_each_entry_safe(search_node, next_node, in _linkkit_solo_upstream_callback_list_destroy()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_server.c585 secure_resource_cb_item *node = NULL, *next_node = NULL; in alcs_resource_register_secure() local
604 list_for_each_entry_safe(node, next_node, &secure_resource_cb_head, lst, in alcs_resource_register_secure()
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.c38 iotx_mc_pub_info_t *node = NULL, *next_node = NULL; in iotx_mc_pub_wait_list_deinit() local
39 list_for_each_entry_safe(node, next_node, &pClient->list_pub_wait_ack, in iotx_mc_pub_wait_list_deinit()
950 iotx_mc_pub_info_t *node = NULL, *next_node = NULL; in MQTTPubInfoProc() local
961 list_for_each_entry_safe(node, next_node, &pClient->list_pub_wait_ack, in MQTTPubInfoProc()

Completed in 28 milliseconds