Home
last modified time | relevance | path

Searched defs:sessionListener (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/
Dfile_test.cpp100 static ISessionListener sessionListener = {.OnSessionOpened = EsOnSessionOpened, in SetUpTestCase() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
Dsoftbus_agent.cpp56 ISessionListener sessionListener = { in JoinDomain() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
Dtrans_tcp_direct_listener.c279 static SoftbusBaseListener sessionListener = { in TransTdcStartSessionListener() local
/foundation/distributedhardware/device_manager/services/service/src/softbus/
Dsoftbus_listener.cpp94 ISessionListener sessionListener = {.OnSessionOpened = SoftbusListener::OnSessionOpened, in SoftbusListener() local
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
Dscene_session_manager_proxy.cpp419 … SceneSessionManagerProxy::RegisterSessionListener(const sptr<ISessionChangeListener> sessionListe… in RegisterSessionListener()
/foundation/window/window_manager/window_scene/session_manager/src/
Dscene_session_manager.cpp2606 …Error SceneSessionManager::RegisterSessionListener(const sptr<ISessionChangeListener> sessionListe… in RegisterSessionListener()