Home
last modified time | relevance | path

Searched defs:sessionListener (Results 1 – 8 of 8) 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.cpp55 ISessionListener sessionListener = { in JoinDomain() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
Dtrans_tcp_direct_listener.c339 static SoftbusBaseListener sessionListener = { in TransTdcStartSessionListener() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
Dsoftbus_adapter.cpp39 ISessionListener sessionListener = { in CreateSessionServer() local
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
Dscene_session_manager_proxy.cpp635 … SceneSessionManagerProxy::RegisterSessionListener(const sptr<ISessionChangeListener> sessionListe… in RegisterSessionListener()
/foundation/window/window_manager/window_scene/test/unittest/
Dscene_session_manager_test.cpp2874 sptr<ISessionChangeListener> sessionListener = nullptr; variable
/foundation/distributedhardware/device_manager/services/service/src/softbus/
Dsoftbus_listener.cpp420 ISessionListener sessionListener = { in SoftbusListener() local
/foundation/window/window_manager/window_scene/session_manager/src/
Dscene_session_manager.cpp4885 …Error SceneSessionManager::RegisterSessionListener(const sptr<ISessionChangeListener> sessionListe… in RegisterSessionListener()