Home
last modified time | relevance | path

Searched refs:LIST_FOR_EACH_ENTRY (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_manager.c79 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in CheckPermissionState()
146 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in SessionIdIsAvailable()
174 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in ShowAllSessionInfo()
419 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in GetExistSession()
443 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in GetSessionById()
618 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in ClientDeleteSession()
865 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in GetEncryptByChannelId()
900 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in ClientGetSessionStateByChannelId()
935 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in ClientGetSessionIdByChannelId()
968 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in ClientGetSessionIsAsyncBySessionId()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c171 LIST_FOR_EACH_ENTRY(connInfo, &g_sessionConnList->list, SessionConn, node) { in GetSessionConnByFd()
191 LIST_FOR_EACH_ENTRY(connInfo, &g_sessionConnList->list, SessionConn, node) { in GetSessionConnById()
212 LIST_FOR_EACH_ENTRY(conn, &g_sessionConnList->list, SessionConn, node) { in SetAppInfoById()
230 LIST_FOR_EACH_ENTRY(conn, &g_sessionConnList->list, SessionConn, node) { in GetAppInfoById()
248 LIST_FOR_EACH_ENTRY(conn, &g_sessionConnList->list, SessionConn, node) { in SetAuthHandleByChanId()
266 LIST_FOR_EACH_ENTRY(conn, &g_sessionConnList->list, SessionConn, node) { in GetAuthIdByChanId()
289 LIST_FOR_EACH_ENTRY(conn, &g_sessionConnList->list, SessionConn, node) { in GetAuthHandleByChanId()
527 LIST_FOR_EACH_ENTRY(conn, &g_sessionConnList->list, SessionConn, node) { in SetSessionKeyByChanId()
549 LIST_FOR_EACH_ENTRY(connInfo, &g_sessionConnList->list, SessionConn, node) { in SetSessionConnStatusById()
589 LIST_FOR_EACH_ENTRY(connInfo, &g_sessionConnList->list, SessionConn, node) { in TcpTranGetAppInfobyChannelId()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c47 LIST_FOR_EACH_ENTRY(item, (const ListNode *)list, SessionKeyItem, node) { in RemoveOldKey()
56 LIST_FOR_EACH_ENTRY(item, (const ListNode *)list, SessionKeyItem, node) { in RemoveOldKey()
113 LIST_FOR_EACH_ENTRY(item, list, SessionKeyItem, node) { in CheckSessionKeyListExistType()
125 LIST_FOR_EACH_ENTRY(item, list, SessionKeyItem, node) { in CheckSessionKeyListHasOldKey()
137 LIST_FOR_EACH_ENTRY(item, list, SessionKeyItem, node) { in ClearOldKey()
151 LIST_FOR_EACH_ENTRY(item, srcList, SessionKeyItem, node) { in DupSessionKeyList()
185 LIST_FOR_EACH_ENTRY(item, (const ListNode *)list, SessionKeyItem, node) { in GetSessionKeyTypeByIndex()
213 LIST_FOR_EACH_ENTRY(item, (const ListNode *)list, SessionKeyItem, node) { in GetLatestAvailableSessionKeyTime()
235 LIST_FOR_EACH_ENTRY(item, (const ListNode *)list, SessionKeyItem, node) { in SetSessionKeyAvailable()
295 LIST_FOR_EACH_ENTRY(item, (const ListNode *)list, SessionKeyItem, node) { in GetLatestSessionKey()
[all …]
H A Dauth_normalize_request.c39 LIST_FOR_EACH_ENTRY(item, &g_normalizeRequestList, NormalizeRequest, node) { in GetSameRequestNum()
88 LIST_FOR_EACH_ENTRY(item, &g_normalizeRequestList, NormalizeRequest, node) { in FindAndDelNormalizeRequest()
126 LIST_FOR_EACH_ENTRY(item, &g_normalizeRequestList, NormalizeRequest, node) { in DelAuthNormalizeRequest()
144 LIST_FOR_EACH_ENTRY(item, &g_normalizeRequestList, NormalizeRequest, node) { in AuthIsRepeatedAuthRequest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c175 LIST_FOR_EACH_ENTRY(udpChannelNode, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransAddUdpChannel()
294 LIST_FOR_EACH_ENTRY(udpChannelNode, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransGetUdpChannelBySeq()
328 LIST_FOR_EACH_ENTRY(udpChannelNode, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransGetUdpChannelById()
361 LIST_FOR_EACH_ENTRY(udpChannelNode, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransUdpGetNameByChanId()
391 LIST_FOR_EACH_ENTRY(udpChannelNode, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransSetUdpChannelStatus()
416 LIST_FOR_EACH_ENTRY(udpChannelNode, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransSetUdpChannelOptType()
446 LIST_FOR_EACH_ENTRY(udpChannelNode, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransUpdateUdpChannelInfo()
477 LIST_FOR_EACH_ENTRY(udpChannelNode, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransGetUdpChannelByRequestId()
498 LIST_FOR_EACH_ENTRY(item, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransGetChannelObj()
524 LIST_FOR_EACH_ENTRY(udpChannelNode, &(g_udpChannelMgr->list), UdpChannelInfo, node) { in TransGetUdpAppInfoByChannelId()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_process.c82 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in FindConnectionFsmByRequestId()
108 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in FindConnectionFsmByAuthHandle()
121 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in FindConnectionFsmByAddr()
133 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in FindConnectionFsmByNetworkId()
427 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessDeviceNotTrusted()
452 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessLeaveLNNRequest()
481 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessSyncOfflineFinish()
503 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessLeaveInvalidConn()
633 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessLeaveByAddrType()
671 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessLeaveSpecific()
[all …]
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file_listener.c75 LIST_FOR_EACH_ENTRY(fileNode, &(g_fileListener->list), FileListener, node) { in TransSetFileReceiveListener()
129 LIST_FOR_EACH_ENTRY(fileNode, &(g_fileListener->list), FileListener, node) { in TransSetFileSendListener()
209 LIST_FOR_EACH_ENTRY(fileNode, &(g_fileListener->list), FileListener, node) { in TransSetSocketFileListener()
253 LIST_FOR_EACH_ENTRY(fileNode, &(g_fileListener->list), FileListener, node) { in TransGetFileListener()
284 LIST_FOR_EACH_ENTRY(fileNode, &(g_fileListener->list), FileListener, node) { in TransDeleteFileListener()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_manager.c59 LIST_FOR_EACH_ENTRY(item, &(g_tcpDirectChannelInfoList->list), TcpDirectChannelInfo, node) { in TransTdcGetInfoById()
83 LIST_FOR_EACH_ENTRY(item, &(g_tcpDirectChannelInfoList->list), TcpDirectChannelInfo, node) { in TransTdcSetListenerStateById()
105 LIST_FOR_EACH_ENTRY(item, &(g_tcpDirectChannelInfoList->list), TcpDirectChannelInfo, node) { in TransTdcGetInfoByIdWithIncSeq()
126 LIST_FOR_EACH_ENTRY(item, &(g_tcpDirectChannelInfoList->list), TcpDirectChannelInfo, node) { in TransTdcGetInfoByFd()
151 LIST_FOR_EACH_ENTRY(item, &(g_tcpDirectChannelInfoList->list), TcpDirectChannelInfo, node) { in TransTdcCloseChannel()
212 LIST_FOR_EACH_ENTRY(item, &(g_tcpDirectChannelInfoList->list), TcpDirectChannelInfo, node) { in ClientTransCheckTdcChannelExist()
487 LIST_FOR_EACH_ENTRY(item, &(g_tcpDirectChannelInfoList->list), TcpDirectChannelInfo, node) { in TransUpdateFdState()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/
H A Dtrans_network_statistics.c73 LIST_FOR_EACH_ENTRY(temp, &g_channelDfxInfoList->list, ChannelDfxInfo, node) { in AddChannelStatisticsInfo()
114 LIST_FOR_EACH_ENTRY(temp, &g_networkResourceList->list, NetworkStatisticsInfo, node) { in AddNetworkResource()
158 LIST_FOR_EACH_ENTRY(temp, &g_channelDfxInfoList->list, ChannelDfxInfo, node) { in IsChannelDfxInfoValid()
236 LIST_FOR_EACH_ENTRY(temp, &g_networkResourceList->list, NetworkStatisticsInfo, node) { in UpdateNetworkResourceByLaneId()
241 LIST_FOR_EACH_ENTRY(item, &temp->channels, ChannelStatisticsInfo, node) { in UpdateNetworkResourceByLaneId()
296 LIST_FOR_EACH_ENTRY(temp, &info->channels, ChannelStatisticsInfo, node) { in PackNetworkStatistics()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_pending.c62 LIST_FOR_EACH_ENTRY(pending, &g_pendingList, PendingPacket, node) { in CheckPendingPacketExisted()
121 LIST_FOR_EACH_ENTRY(pending, &g_pendingList, PendingPacket, node) { in DeletePendingPacket()
180 LIST_FOR_EACH_ENTRY(item, &g_pendingList, PendingPacket, node) { in GetPendingPacketData()
217 LIST_FOR_EACH_ENTRY(item, &g_pendingList, PendingPacket, node) { in SetPendingPacketData()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c141 LIST_FOR_EACH_ENTRY(item, &g_busCenterClient.joinLNNCbList, JoinLNNCbListItem, node) { in FindJoinLNNCbItem()
443 LIST_FOR_EACH_ENTRY(msgNode, &(g_publishMsgList->list), DiscPublishMsg, node) { in AddDiscPublishMsg()
487 LIST_FOR_EACH_ENTRY(msgNode, &(g_discoveryMsgList->list), DiscSubscribeMsg, node) { in AddDiscSubscribeMsg()
1103 LIST_FOR_EACH_ENTRY(item, &dupList, NodeStateCallbackItem, node) { in LnnOnNodeOnlineStateChanged()
1147 LIST_FOR_EACH_ENTRY(item, &dupList, NodeStateCallbackItem, node) { in LnnOnNodeBasicInfoChanged()
1189 LIST_FOR_EACH_ENTRY(item, &dupList, NodeStateCallbackItem, node) { in LnnOnNodeStatusChanged()
1225 LIST_FOR_EACH_ENTRY(item, &dupList, NodeStateCallbackItem, node) { in LnnOnLocalNetworkIdChanged()
1258 LIST_FOR_EACH_ENTRY(item, &dupList, NodeStateCallbackItem, node) { in LnnOnNodeDeviceNotTrusted()
1291 LIST_FOR_EACH_ENTRY(item, &dupList, NodeStateCallbackItem, node) { in LnnOnHichainProofException()
1335 LIST_FOR_EACH_ENTRY(item, &dupList, TimeSyncCallbackItem, node) { in LnnOnTimeSyncResult()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/client_manager/src/
H A Dsoftbus_client_info_manager.c111 LIST_FOR_EACH_ENTRY(clientInfo, &g_clientInfoList->list, SoftBusClientInfoNode, node) { in SERVER_GetIdentityByPkgName()
162 LIST_FOR_EACH_ENTRY(clientInfo, &g_clientInfoList->list, SoftBusClientInfoNode, node) { in SERVER_GetAllClientIdentity()
192 LIST_FOR_EACH_ENTRY(clientInfo, &g_clientInfoList->list, SoftBusClientInfoNode, node) { in SERVER_UnregisterService()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp179 LIST_FOR_EACH_ENTRY(rInfo, &remoteChannelInfoList->list, InstantRemoteInfo, node) { in InstAddRemoteInfoByLinkManager()
426 LIST_FOR_EACH_ENTRY(item, &sessionList->list, SessionConn, node) { in InstUpdateRemoteInfoBySessionConn()
429 LIST_FOR_EACH_ENTRY(rInfo, &remoteChannelInfoList->list, InstantRemoteInfo, node) { in InstUpdateRemoteInfoBySessionConn()
452 LIST_FOR_EACH_ENTRY(item, &tcpChannelInfoList->list, TcpChannelInfo, node) { in InstUpdateRemoteInfoByTcpChannel()
455 LIST_FOR_EACH_ENTRY(rInfo, &remoteChannelInfoList->list, InstantRemoteInfo, node) { in InstUpdateRemoteInfoByTcpChannel()
533 LIST_FOR_EACH_ENTRY(item, &sessionList->list, UdpChannelInfo, node) { in InstUpdateRemoteInfoByUdpChannel()
536 LIST_FOR_EACH_ENTRY(rInfo, &remoteChannelInfoList->list, InstantRemoteInfo, node) { in InstUpdateRemoteInfoByUdpChannel()
645 LIST_FOR_EACH_ENTRY(item, &sessionList->list, ProxyChannelInfo, node) { in InstUpdateRemoteInfoByProxyChannel()
719 LIST_FOR_EACH_ENTRY(item, &sessionList->list, AuthChannelInfo, node) { in InstUpdateByAuthChannelList()
822 LIST_FOR_EACH_ENTRY(item, &remoteChannelInfoList->list, InstantRemoteInfo, node) { in InstPackRemoteInfo()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c97 LIST_FOR_EACH_ENTRY(laneItem, &(g_channelLaneList->list), TransLaneInfo, node) { in TransLaneChannelForEachShowInfo()
218 LIST_FOR_EACH_ENTRY(laneItem, &(g_channelLaneList->list), TransLaneInfo, node) { in TransLaneMgrAddLane()
323 LIST_FOR_EACH_ENTRY(item, &(g_channelLaneList->list), TransLaneInfo, node) { in TransGetLaneHandleByChannelId()
343 LIST_FOR_EACH_ENTRY(item, &(g_channelLaneList->list), TransLaneInfo, node) { in TransGetLaneIdByChannelId()
363 LIST_FOR_EACH_ENTRY(item, &(g_channelLaneList->list), TransLaneInfo, node) { in TransGetChannelInfoByLaneHandle()
379 LIST_FOR_EACH_ENTRY(socketItem, &(g_socketChannelList->list), SocketWithChannelInfo, node) { in GetSocketWithChannelInfoBySession()
650 LIST_FOR_EACH_ENTRY(socketItem, &(g_socketChannelList->list), SocketWithChannelInfo, node) { in TransSetSocketChannelStateByChannel()
746 LIST_FOR_EACH_ENTRY(socketItem, &(g_socketChannelList->list), SocketWithChannelInfo, node) { in TransGetSocketChannelStateByChannel()
834 LIST_FOR_EACH_ENTRY(item, &(g_channelLaneList->list), TransLaneInfo, node) { in TransGetConnectTypeByChannelId()
872 LIST_FOR_EACH_ENTRY(item, &(g_channelLaneList->list), TransLaneInfo, node) { in TransGetTransLaneInfoByLaneHandle()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c54 LIST_FOR_EACH_ENTRY(pending, &g_pendingList, PendingPacket, node) { in ConnBrCreateBrPendingPacket()
94 LIST_FOR_EACH_ENTRY(pending, &g_pendingList, PendingPacket, node) { in ConnBrDelBrPendingPacket()
115 LIST_FOR_EACH_ENTRY(item, &g_pendingList, PendingPacket, node) { in ConnBrGetBrPendingPacket()
166 LIST_FOR_EACH_ENTRY(item, &g_pendingList, PendingPacket, node) { in ConnBrSetBrPendingPacket()
H A Dsoftbus_conn_br_manager.c278 LIST_FOR_EACH_ENTRY(it, &device->requests, ConnBrRequest, node) { in NotifyDeviceConnectResult()
308 LIST_FOR_EACH_ENTRY(it, &device->requests, ConnBrRequest, node) { in NotifyDeviceConnectResult()
417 LIST_FOR_EACH_ENTRY(it, &g_brManager.waitings, ConnBrDevice, node) { in PendingDevice()
460 LIST_FOR_EACH_ENTRY(it, &g_brManager.pendings->list, BrPending, node) { in CheckPending()
575 LIST_FOR_EACH_ENTRY(it, &g_brManager.waitings, ConnBrDevice, node) { in HandlePendingRequestOnAvailableState()
645 LIST_FOR_EACH_ENTRY(it, &g_brManager.waitings, ConnBrDevice, node) { in ClientConnected()
754 LIST_FOR_EACH_ENTRY(it, &g_brManager.waitings, ConnBrDevice, node) { in ClientConnectFailed()
900 LIST_FOR_EACH_ENTRY(it, &g_brManager.waitings, ConnBrDevice, node) { in ConnectionException()
967 LIST_FOR_EACH_ENTRY(deviceIt, &g_brManager.waitings, ConnBrDevice, node) { in UnpendConnection()
1351 LIST_FOR_EACH_ENTRY(it, &g_brManager.connections->list, ConnBrConnection, node) { in AllocateConnectionIdUnsafe()
[all …]
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c52 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in ClientTransAddUdpChannel()
80 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransDeleteUdpChannel()
111 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransGetUdpChannel()
140 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransSetUdpChannelEnable()
239 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransSetdFileIdByChannelId()
694 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransGetUdpChannelByFileId()
788 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransSetUdpChanelSessionId()
818 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransSetUdpChannelRenameHook()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dtrans_pending_pkt.c143 LIST_FOR_EACH_ENTRY(item, &pendingList->list, PendingPktInfo, node) { in AddPendingPacket()
181 LIST_FOR_EACH_ENTRY(item, &pendingList->list, PendingPktInfo, node) { in GetPendingPacket()
275 LIST_FOR_EACH_ENTRY(item, &pendingList->list, PendingPktInfo, node) { in SetPendingPacket()
305 LIST_FOR_EACH_ENTRY(item, &pendingList->list, PendingPktInfo, node) { in DelPendingPacket()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_meta_node_ledger.c182 LIST_FOR_EACH_ENTRY(item, &g_metaNodeList->list, MetaNodeStorageInfo, node) { in LnnGetAllMetaNodeInfo()
205 LIST_FOR_EACH_ENTRY(item, &g_metaNodeList->list, MetaNodeStorageInfo, node) { in LnnGetMetaNodeUdidByNetworkId()
236 LIST_FOR_EACH_ENTRY(item, &g_metaNodeList->list, MetaNodeStorageInfo, node) { in LnnGetMetaNodeInfoByNetworkId()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/manager/src/
H A Ddisc_manager.c162 LIST_FOR_EACH_ENTRY(infoNode, &(g_capabilityList[DDMP_CAPABILITY_BITMAP]), DiscInfo, capNode) { in UpdateDdmpStartDiscoveryTime()
389 LIST_FOR_EACH_ENTRY(infoNode, &(g_capabilityList[tmp]), DiscInfo, capNode) { in DiscOnDeviceFound()
609 LIST_FOR_EACH_ENTRY(infoNode, &(itemNode->InfoList), DiscInfo, node) { in DumpDiscInfoList()
635 LIST_FOR_EACH_ENTRY(itemNode, &(serviceList->list), DiscItem, node) { in AddDiscInfoToList()
645 LIST_FOR_EACH_ENTRY(infoNode, &(itemNode->InfoList), DiscInfo, node) { in AddDiscInfoToList()
703 LIST_FOR_EACH_ENTRY(itemNode, &(serviceList->list), DiscItem, node) { in RemoveInfoFromList()
719 LIST_FOR_EACH_ENTRY(infoNode, &(itemNode->InfoList), DiscInfo, node) { in RemoveInfoFromList()
883 LIST_FOR_EACH_ENTRY(itemNode, &(g_discoveryInfoList->list), DiscItem, node) { in InnerSetDiscoveryCallback()
1149 LIST_FOR_EACH_ENTRY(it, ids, IdContainer, node) { in CleanupPublishDiscovery()
1174 LIST_FOR_EACH_ENTRY(itemNode, &itemList->list, DiscItem, node) { in RemoveDiscInfoByPackageName()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c371 LIST_FOR_EACH_ENTRY(appInfo, &pe->appInfo, SoftBusAppInfo, node) { in CheckPermissionAppInfo()
424 LIST_FOR_EACH_ENTRY(pe, &g_dynamicPermissionList->list, SoftBusPermissionEntry, node) { in HaveGrantedPermission()
529 LIST_FOR_EACH_ENTRY(appInfo, &pe->appInfo, SoftBusAppInfo, node) { in CheckPidAndUidDynamic()
563 LIST_FOR_EACH_ENTRY(pe, &permissionList->list, SoftBusPermissionEntry, node) { in CheckPermissionEntry()
625 LIST_FOR_EACH_ENTRY(pe, &g_permissionEntryList->list, SoftBusPermissionEntry, node) { in PermIsSecLevelPublic()
756 LIST_FOR_EACH_ENTRY(pe, &g_dynamicPermissionList->list, SoftBusPermissionEntry, node) { in DeleteDynamicPermission()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dsoftbus_scenario_manager.c141 LIST_FOR_EACH_ENTRY(tmp, &(manager->scenarioItemList->list), ScenarioItem, node) { in ScenarioManagerGetOrAddScenarioItem()
177 LIST_FOR_EACH_ENTRY(tmp, &(manager->scenarioItemList->list), ScenarioItem, node) { in ScenarioManagerDelScenarioItem()
203 LIST_FOR_EACH_ENTRY(pair, &(manager->macIfacePairList->list), MacIfacePair, node) { in ScenarioManagerGetIfaceNameByMac()
392 LIST_FOR_EACH_ENTRY(tmp, &(manager->scenarioItemList->list), ScenarioItem, node) { in GetScenarioCount()
479 LIST_FOR_EACH_ENTRY(tmp, &scenarioItem->businessCounterList, BusinessCounter, node) { in AddOriginalScenario()
526 LIST_FOR_EACH_ENTRY(tmp, &scenarioItem->businessCounterList, BusinessCounter, node) { in DelOriginalScenario()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c87 LIST_FOR_EACH_ENTRY(info, &list->list, JoinLnnRequestInfo, node) { in FindJoinLNNRequest()
104 LIST_FOR_EACH_ENTRY(info, &list->list, LeaveLnnRequestInfo, node) { in FindLeaveLNNRequest()
121 LIST_FOR_EACH_ENTRY(info, &list->list, JoinLnnRequestInfo, node) { in IsRepeatJoinLNNRequest()
156 LIST_FOR_EACH_ENTRY(info, &list->list, LeaveLnnRequestInfo, node) { in IsRepeatLeaveLNNRequest()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c323 LIST_FOR_EACH_ENTRY(apiInfoNode, &g_calledApiInfoList->list, CalledApiInfoStruct, node) { in SoftbusRecordCalledApiInfo()
326 LIST_FOR_EACH_ENTRY(apiCntNode, &apiInfoNode->apiCntList, CalledApiCntStruct, node) { in SoftbusRecordCalledApiInfo()
339 LIST_FOR_EACH_ENTRY(apiInfoNode, &g_calledApiInfoList->list, CalledApiInfoStruct, node) { in SoftbusRecordCalledApiInfo()
374 LIST_FOR_EACH_ENTRY(apiCntNode, &g_calledApiCntlist->list, CalledApiCntStruct, node) { in SoftbusRecordCalledApiCnt()
691 LIST_FOR_EACH_ENTRY(apiInfoItem, &g_calledApiInfoList->list, CalledApiInfoStruct, node) { in SoftbusReportCalledAPIEvt()
695 LIST_FOR_EACH_ENTRY(apiCntItem, &apiInfoItem->apiCntList, CalledApiCntStruct, node) { in SoftbusReportCalledAPIEvt()
730 LIST_FOR_EACH_ENTRY(apiCntItem, &g_calledApiCntlist->list, CalledApiCntStruct, node) { in SoftbusReportCalledAPICntEvt()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c496 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.connections, ServerConnection, node) { in GetServerConnectionByConnIdUnsafe()
511 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in FindCallbackAndNotifyConnected()
638 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in FindCallbackByHandle()
669 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.connections, ServerConnection, node) { in SetConnIdAndAddr()
715 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in FindCallbackByUdidAndSetHandle()
731 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in CreateAndAddGattsManager()

1234