Home
last modified time | relevance | path

Searched refs:ClientCleanAllSessionWhenServerDeath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_session_test.cpp323 ClientCleanAllSessionWhenServerDeath(&sessionServerList);
353 ClientCleanAllSessionWhenServerDeath(&sessionServerList);
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_frame.cpp183 ClientCleanAllSessionWhenServerDeath(&sessionServerInfoList); in ClientDeathProcTask()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h216 void ClientCleanAllSessionWhenServerDeath(ListNode *sessionServerInfoList);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_manager_test.cpp946 ClientCleanAllSessionWhenServerDeath(&sessionServerList);
964 ClientCleanAllSessionWhenServerDeath(&sessionServerList);
1376 ClientCleanAllSessionWhenServerDeath(&sessionServerList);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_manager.c1304 void ClientCleanAllSessionWhenServerDeath(ListNode *sessionServerInfoList) in ClientCleanAllSessionWhenServerDeath() function