/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() function 125 LIST_FOR_EACH_ENTRY(item, list, SessionKeyItem, node) { in CheckSessionKeyListHasOldKey() function 137 LIST_FOR_EACH_ENTRY(item, list, SessionKeyItem, node) { in ClearOldKey() function 151 LIST_FOR_EACH_ENTRY(item, srcList, SessionKeyItem, node) { in DupSessionKeyList() function 186 LIST_FOR_EACH_ENTRY(item, (const ListNode *)list, SessionKeyItem, node) { in GetSessionKeyTypeByIndex() 214 LIST_FOR_EACH_ENTRY(item, (const ListNode *)list, SessionKeyItem, node) { in GetLatestAvailableSessionKeyTime() 236 LIST_FOR_EACH_ENTRY(item, (const ListNode *)list, SessionKeyItem, node) { in SetSessionKeyAvailable() 296 LIST_FOR_EACH_ENTRY(ite 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()
|
/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() 523 LIST_FOR_EACH_ENTRY(conn, &g_sessionConnList->list, SessionConn, node) { in SetSessionKeyByChanId() 545 LIST_FOR_EACH_ENTRY(connInfo, &g_sessionConnList->list, SessionConn, node) { in SetSessionConnStatusById() 568 LIST_FOR_EACH_ENTRY(inf in IsTdcRecoveryTransLimit() [all...] |
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 76 LIST_FOR_EACH_ENTRY(serverNode, &(g_clientSessionServerList->list), ClientSessionServer, node) { in CheckPermissionState() 80 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in CheckPermissionState() 100 LIST_FOR_EACH_ENTRY(serverNode, &(g_clientSessionServerList->list), ClientSessionServer, node) { in PermissionStateChange() 143 LIST_FOR_EACH_ENTRY(serverNode, &(g_clientSessionServerList->list), ClientSessionServer, node) { in SessionIdIsAvailable() 147 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in SessionIdIsAvailable() 164 LIST_FOR_EACH_ENTRY(serverNode, &(g_clientSessionServerList->list), ClientSessionServer, node) { in ShowAllSessionInfo() 175 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in ShowAllSessionInfo() 312 LIST_FOR_EACH_ENTRY(item, &g_clientSessionServerList->list, ClientSessionServer, node) { in SocketServerIsExistAndUpdate() 338 LIST_FOR_EACH_ENTRY(item, &g_clientSessionServerList->list, ClientSessionServer, node) { in SocketServerStateUpdate() 420 LIST_FOR_EACH_ENTRY(serverNod in GetExistSession() [all...] |
/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(udpChannelNod in TransGetUdpAppInfoByChannelId() [all...] |
/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() 426 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessDeviceNotTrusted() 451 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessLeaveLNNRequest() 480 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessSyncOfflineFinish() 502 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessLeaveInvalidConn() 632 LIST_FOR_EACH_ENTRY(item, &LnnGetNetBuilder()->fsmList, LnnConnectionFsm, node) { in ProcessLeaveByAddrType() 670 LIST_FOR_EACH_ENTRY(ite in ProcessLeaveSpecific() [all...] |
/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()
|
/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()
|
/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()
|
/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() 214 LIST_FOR_EACH_ENTRY(item, &(g_tcpDirectChannelInfoList->list), TcpDirectChannelInfo, node) { in ClientTransCheckTdcChannelExist() 470 LIST_FOR_EACH_ENTRY(item, &(g_tcpDirectChannelInfoList->list), TcpDirectChannelInfo, node) { in TransUpdateFdState()
|
/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()
|
/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()
|
/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() 691 LIST_FOR_EACH_ENTRY(it, &connection->connectProcessStatus->list, BrUnderlayerStatus, node) { in IsNeedWaitCallbackError() 711 LIST_FOR_EACH_ENTRY(it, &connection->connectProcessStatus->list, BrUnderlayerStatus, node) { in AuthenticationFailedAndRetry() 754 LIST_FOR_EACH_ENTRY(it, &g_brManager.waitings, ConnBrDevice, node) { in ClientConnectFailed() 900 LIST_FOR_EACH_ENTRY(i in ConnectionException() [all...] |
/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()
|
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 179 LIST_FOR_EACH_ENTRY(rInfo, &remoteChannelInfoList->list, InstantRemoteInfo, node) { 426 LIST_FOR_EACH_ENTRY(item, &sessionList->list, SessionConn, node) { 429 LIST_FOR_EACH_ENTRY(rInfo, &remoteChannelInfoList->list, InstantRemoteInfo, node) { 452 LIST_FOR_EACH_ENTRY(item, &tcpChannelInfoList->list, TcpChannelInfo, node) { 455 LIST_FOR_EACH_ENTRY(rInfo, &remoteChannelInfoList->list, InstantRemoteInfo, node) { 533 LIST_FOR_EACH_ENTRY(item, &sessionList->list, UdpChannelInfo, node) { 536 LIST_FOR_EACH_ENTRY(rInfo, &remoteChannelInfoList->list, InstantRemoteInfo, node) { 645 LIST_FOR_EACH_ENTRY(item, &sessionList->list, ProxyChannelInfo, node) { 648 LIST_FOR_EACH_ENTRY(rInfo, &remoteChannelInfoList->list, InstantRemoteInfo, node) { 719 LIST_FOR_EACH_ENTRY(ite [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_lane_manager.c | 107 LIST_FOR_EACH_ENTRY(laneItem, &(g_channelLaneList->list), TransLaneInfo, node) { in TransLaneChannelForEachShowInfo() 228 LIST_FOR_EACH_ENTRY(laneItem, &(g_channelLaneList->list), TransLaneInfo, node) { in TransLaneMgrAddLane() 333 LIST_FOR_EACH_ENTRY(item, &(g_channelLaneList->list), TransLaneInfo, node) { in TransGetLaneHandleByChannelId() 353 LIST_FOR_EACH_ENTRY(item, &(g_channelLaneList->list), TransLaneInfo, node) { in TransGetLaneIdByChannelId() 373 LIST_FOR_EACH_ENTRY(item, &(g_channelLaneList->list), TransLaneInfo, node) { in TransGetChannelInfoByLaneHandle() 389 LIST_FOR_EACH_ENTRY(socketItem, &(g_socketChannelList->list), SocketWithChannelInfo, node) { in GetSocketWithChannelInfoBySession() 662 LIST_FOR_EACH_ENTRY(socketItem, &(g_socketChannelList->list), SocketWithChannelInfo, node) { in TransSetSocketChannelStateByChannel() 754 LIST_FOR_EACH_ENTRY(socketItem, &(g_socketChannelList->list), SocketWithChannelInfo, node) { in TransGetSocketChannelStateByChannel() 842 LIST_FOR_EACH_ENTRY(item, &(g_channelLaneList->list), TransLaneInfo, node) { in TransGetConnectTypeByChannelId()
|
/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() 698 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransGetUdpChannelByFileId() 792 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransSetUdpChanelSessionId() 822 LIST_FOR_EACH_ENTRY(channelNode, &(g_udpChannelMgr->list), UdpChannel, node) { in TransSetUdpChannelRenameHook()
|
/foundation/communication/dsoftbus/core/common/security/permission/common/ |
H A D | permission_entry.c | 372 LIST_FOR_EACH_ENTRY(appInfo, &pe->appInfo, SoftBusAppInfo, node) { in CheckPermissionAppInfo() 425 LIST_FOR_EACH_ENTRY(pe, &g_dynamicPermissionList->list, SoftBusPermissionEntry, node) { in HaveGrantedPermission() 531 LIST_FOR_EACH_ENTRY(appInfo, &pe->appInfo, SoftBusAppInfo, node) { in CheckPidAndUidDynamic() 565 LIST_FOR_EACH_ENTRY(pe, &permissionList->list, SoftBusPermissionEntry, node) { in CheckPermissionEntry() 627 LIST_FOR_EACH_ENTRY(pe, &g_permissionEntryList->list, SoftBusPermissionEntry, node) { in PermIsSecLevelPublic() 758 LIST_FOR_EACH_ENTRY(pe, &g_dynamicPermissionList->list, SoftBusPermissionEntry, node) { in DeleteDynamicPermission()
|
/foundation/communication/dsoftbus/core/transmission/session/src/ |
H A D | softbus_scenario_manager.c | 142 LIST_FOR_EACH_ENTRY(tmp, &(manager->scenarioItemList->list), ScenarioItem, node) { in ScenarioManagerGetOrAddScenarioItem() 178 LIST_FOR_EACH_ENTRY(tmp, &(manager->scenarioItemList->list), ScenarioItem, node) { in ScenarioManagerDelScenarioItem() 204 LIST_FOR_EACH_ENTRY(pair, &(manager->macIfacePairList->list), MacIfacePair, node) { in ScenarioManagerGetIfaceNameByMac() 393 LIST_FOR_EACH_ENTRY(tmp, &(manager->scenarioItemList->list), ScenarioItem, node) { in GetScenarioCount() 480 LIST_FOR_EACH_ENTRY(tmp, &scenarioItem->businessCounterList, BusinessCounter, node) { in AddOriginalScenario() 527 LIST_FOR_EACH_ENTRY(tmp, &scenarioItem->businessCounterList, BusinessCounter, node) { in DelOriginalScenario()
|
/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() 170 LIST_FOR_EACH_ENTRY(item, &g_busCenterClient.leaveLNNCbList, LeaveLNNCbListItem, node) { in FindLeaveLNNCbItem() 203 LIST_FOR_EACH_ENTRY(item, &g_busCenterClient.timeSyncCbList, TimeSyncCallbackItem, node) { in FindTimeSyncCbItem() 281 LIST_FOR_EACH_ENTRY(item, &g_busCenterClient.nodeStateCbList, NodeStateCallbackItem, node) { in DuplicateNodeStateCbList() 303 LIST_FOR_EACH_ENTRY(item, &g_busCenterClient.timeSyncCbList, TimeSyncCallbackItem, node) { in DuplicateTimeSyncResultCbList() 447 LIST_FOR_EACH_ENTRY(msgNode, &(g_publishMsgList->list), DiscPublishMsg, node) { in AddDiscPublishMsg() 491 LIST_FOR_EACH_ENTRY(msgNode, &(g_discoveryMsgList->list), DiscSubscribeMsg, node) { in AddDiscSubscribeMsg() 839 LIST_FOR_EACH_ENTRY(item, &g_busCenterClient.nodeStateCbList, NodeStateCallbackItem, node) { in RegNodeDeviceStateCbInner() 1136 LIST_FOR_EACH_ENTRY(item, &dupList, NodeStateCallbackItem, node) { in LnnOnNodeOnlineStateChanged() 1182 LIST_FOR_EACH_ENTRY(ite in LnnOnNodeBasicInfoChanged() [all...] |
/foundation/communication/dsoftbus/core/discovery/manager/src/ |
H A D | disc_manager.c | 161 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() 700 LIST_FOR_EACH_ENTRY(itemNode, &(serviceList->list), DiscItem, node) { in RemoveInfoFromList() 716 LIST_FOR_EACH_ENTRY(infoNode, &(itemNode->InfoList), DiscInfo, node) { in RemoveInfoFromList() 880 LIST_FOR_EACH_ENTRY(itemNode, &(g_discoveryInfoList->list), DiscItem, node) { in InnerSetDiscoveryCallback() 1146 LIST_FOR_EACH_ENTRY(it, ids, IdContainer, node) { in CleanupPublishDiscovery() function 1171 LIST_FOR_EACH_ENTRY(itemNod in RemoveDiscInfoByPackageName() [all...] |
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_transreporter.c | 320 LIST_FOR_EACH_ENTRY(apiInfoNode, &g_calledApiInfoList->list, CalledApiInfoStruct, node) { in SoftbusRecordCalledApiInfo() 323 LIST_FOR_EACH_ENTRY(apiCntNode, &apiInfoNode->apiCntList, CalledApiCntStruct, node) { in SoftbusRecordCalledApiInfo() 336 LIST_FOR_EACH_ENTRY(apiInfoNode, &g_calledApiInfoList->list, CalledApiInfoStruct, node) { in SoftbusRecordCalledApiInfo() 371 LIST_FOR_EACH_ENTRY(apiCntNode, &g_calledApiCntlist->list, CalledApiCntStruct, node) { in SoftbusRecordCalledApiCnt() 687 LIST_FOR_EACH_ENTRY(apiInfoItem, &g_calledApiInfoList->list, CalledApiInfoStruct, node) { in SoftbusReportCalledAPIEvt() 691 LIST_FOR_EACH_ENTRY(apiCntItem, &apiInfoItem->apiCntList, CalledApiCntStruct, node) { in SoftbusReportCalledAPIEvt() 726 LIST_FOR_EACH_ENTRY(apiCntItem, &g_calledApiCntlist->list, CalledApiCntStruct, node) { in SoftbusReportCalledAPICntEvt()
|
/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()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_model.c | 75 LIST_FOR_EACH_ENTRY(infoNode, &laneModel->laneIdList, LaneIdInfo, node) { in AddLaneIdNode() 227 LIST_FOR_EACH_ENTRY(infoNode, &laneModel->laneIdList, LaneIdInfo, node) { in GetLaneIdList()
|