/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_manager.c | 102 SoftBusList *sessionList = GetSessionConnList(); in TransTdcTimerProc() local 103 if (sessionList == NULL) { in TransTdcTimerProc() 115 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &sessionList->list, SessionConn, node) { in TransTdcTimerProc() 120 sessionList->cnt--; in TransTdcTimerProc() 154 SoftBusList *sessionList = GetSessionConnList(); in TransTdcStopSessionProc() local 155 if (sessionList == NULL) { in TransTdcStopSessionProc() 165 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &sessionList->list, SessionConn, node) { in TransTdcStopSessionProc() 170 sessionList->cnt--; in TransTdcStopSessionProc() 230 SoftBusList *sessionList = GetSessionConnList(); in TransTdcDeathCallback() local 231 if (sessionList in TransTdcDeathCallback() [all...] |
H A D | trans_tcp_direct_p2p.c | 247 SoftBusList *sessionList = GetSessionConnList(); in ClearP2pSessionConn() local 248 if (sessionList == NULL || GetSessionConnLock() != SOFTBUS_OK) { in ClearP2pSessionConn() 254 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &sessionList->list, SessionConn, node) { in ClearP2pSessionConn() 260 sessionList->cnt--; in ClearP2pSessionConn()
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 77 if (IsListEmpty(&serverNode->sessionList)) { in CheckPermissionState() 80 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in CheckPermissionState() 144 if (IsListEmpty(&serverNode->sessionList)) { in SessionIdIsAvailable() 147 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in SessionIdIsAvailable() 170 if (IsListEmpty(&serverNode->sessionList)) { in ShowAllSessionInfo() 175 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInfo, node) { in ShowAllSessionInfo() 244 if (strcmp(serverNode->sessionName, sessionName) == 0 && IsListEmpty(&serverNode->sessionList) && in TryDeleteEmptySessionServer() 316 * but the process has not yet added the session node to the sessionList. in SocketServerIsExistAndUpdate() 421 if ((strcmp(serverNode->sessionName, param->sessionName) != 0) || IsListEmpty(&serverNode->sessionList)) { in GetExistSession() 424 LIST_FOR_EACH_ENTRY(sessionNode, &(serverNode->sessionList), SessionInf in GetExistSession() [all...] |
H A D | client_trans_socket_manager.c | 165 if (!IsListEmpty(&(server->sessionList))) { in DestroyClientSessionServer() 168 LIST_FOR_EACH_ENTRY_SAFE(sessionNode, sessionNodeNext, &(server->sessionList), SessionInfo, node) { in DestroyClientSessionServer() 213 ListInit(&server->sessionList); in GetNewSessionServer() 346 LIST_FOR_EACH_ENTRY_SAFE(sessionNode, sessionNodeNext, &(server->sessionList), SessionInfo, node) { in DestroyClientSessionByNetworkId() 423 ListInit(&server->sessionList); in GetNewSocketServer()
|
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 422 SoftBusList *sessionList = GetSessionConnList(); 423 if (sessionList == NULL || GetSessionConnLock() != SOFTBUS_OK) { 426 LIST_FOR_EACH_ENTRY(item, &sessionList->list, SessionConn, node) { 529 SoftBusList *sessionList = GetUdpChannelMgrHead(); 530 if (sessionList == NULL || GetUdpChannelLock() != SOFTBUS_OK) { 533 LIST_FOR_EACH_ENTRY(item, &sessionList->list, UdpChannelInfo, node) { 641 SoftBusList *sessionList = GetProxyChannelMgrHead(); 642 if (sessionList == NULL || GetProxyChannelLock() != SOFTBUS_OK) { 645 LIST_FOR_EACH_ENTRY(item, &sessionList->list, ProxyChannelInfo, node) { 715 SoftBusList *sessionList [all...] |
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avsession_manager_test.cpp | 229 vector<std::shared_ptr<AVSession>> sessionList; in HWTEST_F() local 236 sessionList.push_back(firstSession); in HWTEST_F() 241 for (auto it = sessionList.begin(); it != sessionList.end(); it++) { in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_input_manager_test.cpp | 107 std::vector<sptr<SceneSession>> sessionList; in MaxWindowInfoTest() local 120 sessionList.push_back(sceneSession); in MaxWindowInfoTest() 125 for (auto session : sessionList) { in MaxWindowInfoTest()
|
H A D | scene_session_dirty_manager_test.cpp | 429 auto sessionList = manager_->GetDialogSessionMap(sessionMap); in HWTEST_F() local 430 ASSERT_EQ(0, sessionList.size()); in HWTEST_F() 484 auto sessionList = manager_->GetDialogSessionMap(sessionMap); in HWTEST_F() local 485 ASSERT_EQ(2, sessionList.size()); in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_session_manager.h | 116 ListNode sessionList; member
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 255 static int32_t GetUidLocked(const std::list<ConnectAbilitySession>& sessionList);
|