/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 79 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 D | trans_tcp_direct_sessionconn.c | 171 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 D | auth_session_key.c | 47 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 D | auth_normalize_request.c | 39 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 D | trans_udp_channel_manager.c | 175 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 D | lnn_net_builder_process.c | 82 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 D | client_trans_file_listener.c | 75 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 D | client_trans_tcp_direct_manager.c | 59 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 D | trans_network_statistics.c | 73 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 D | client_trans_pending.c | 62 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 D | client_bus_center_manager.c | 141 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 D | softbus_client_info_manager.c | 111 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 D | instant_statistics.cpp | 179 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 D | trans_lane_manager.c | 97 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 D | softbus_conn_br_pending_packet.c | 54 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 D | softbus_conn_br_manager.c | 278 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 D | client_trans_udp_manager.c | 52 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 D | trans_pending_pkt.c | 143 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 D | lnn_meta_node_ledger.c | 182 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 D | disc_manager.c | 162 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 D | permission_entry.c | 371 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 D | softbus_scenario_manager.c | 141 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 D | lnn_bus_center_ipc.c | 87 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 D | softbus_hisysevt_transreporter.c | 323 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 D | softbus_adapter_ble_gatt_server.c | 496 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()
|