Home
last modified time | relevance | path

Searched refs:sessionList (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c102 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 Dtrans_tcp_direct_p2p.c247 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 Dclient_trans_session_manager.c77 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 Dclient_trans_socket_manager.c165 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 Dinstant_statistics.cpp422 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 Davsession_manager_test.cpp229 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 Dscene_input_manager_test.cpp107 std::vector<sptr<SceneSession>> sessionList; in MaxWindowInfoTest() local
120 sessionList.push_back(sceneSession); in MaxWindowInfoTest()
125 for (auto session : sessionList) { in MaxWindowInfoTest()
H A Dscene_session_dirty_manager_test.cpp429 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 Dclient_trans_session_manager.h116 ListNode sessionList; member
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h255 static int32_t GetUidLocked(const std::list<ConnectAbilitySession>& sessionList);

Completed in 11 milliseconds