Home
last modified time | relevance | path

Searched refs:GetSocketSessionManager (Results 1 - 25 of 31) sorted by relevance

12

/base/msdp/device_status/services/interaction/drag/src/
H A Dcollaboration_service_status_change.cpp42 context_->GetSocketSessionManager().DeleteCollaborationServiceByName(); in OnRemoveSystemAbility()
H A Ddisplay_change_event_listener.cpp151 context_->GetSocketSessionManager().RegisterApplicationState(); in OnAddSystemAbility()
H A Ddrag_manager.cpp138 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in AddListener()
145 context_->GetSocketSessionManager().AddSessionDeletedCallback(pid, in AddListener()
155 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in RemoveListener()
169 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in AddSubscriptListener()
184 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in RemoveSubscriptListener()
243 context_->GetSocketSessionManager().AddSessionDeletedCallback(pid, in StartDrag()
245 dragOutSession_ = context_->GetSocketSessionManager().FindSessionByPid(pid); in StartDrag()
/base/msdp/device_status/intention/prototype/include/
H A Di_context.h48 virtual ISocketSessionManager& GetSocketSessionManager() = 0;
/base/msdp/device_status/test/unittest/intention/cooperate/include/
H A Dinput_event_interceptor_test.h50 ISocketSessionManager& GetSocketSessionManager() override;
H A Dinput_event_builder_test.h50 ISocketSessionManager& GetSocketSessionManager() override;
H A Dcooperate_test.h53 ISocketSessionManager& GetSocketSessionManager() override;
H A Dcooperate_plugin_test.h54 ISocketSessionManager& GetSocketSessionManager() override;
H A Dtest_context.h83 ISocketSessionManager& GetSocketSessionManager() override;
/base/msdp/device_status/test/unittest/intention/drag/include/
H A Ddrag_server_test.h45 ISocketSessionManager& GetSocketSessionManager() override;
/base/msdp/device_status/test/unittest/intention/services/include/
H A Dintention_service_test.h54 ISocketSessionManager& GetSocketSessionManager() override;
H A Ddevice_manager_test.h69 ISocketSessionManager& GetSocketSessionManager() override;
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_server.cpp97 int32_t ret = context_->GetSocketSessionManager().AllocSocketFd( in Control()
/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h67 ISocketSessionManager& GetSocketSessionManager() override;
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.h69 ISocketSessionManager& GetSocketSessionManager() override;
H A Dmsdpdevicemanager_fuzzer.cpp84 ISocketSessionManager& ContextService::GetSocketSessionManager() in GetSocketSessionManager() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dtest_context.cpp162 ISocketSessionManager& TestContext::GetSocketSessionManager() in GetSocketSessionManager() function in OHOS::Msdp::DeviceStatus::TestContext
H A Dinput_event_interceptor_test.cpp75 ISocketSessionManager& ContextService::GetSocketSessionManager() in GetSocketSessionManager() function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
H A Dcooperate_test.cpp87 ISocketSessionManager& ContextService::GetSocketSessionManager() in GetSocketSessionManager() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Devent_manager.cpp237 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateMessage()
258 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateState()
H A Dhot_area.cpp146 auto session = env_->GetSocketSessionManager().FindSessionByPid(pid); in NotifyHotAreaMessage()
H A Dmouse_location.cpp329 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in ReportMouseLocationToListener()
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h62 ISocketSessionManager& GetSocketSessionManager() override;
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp86 ISocketSessionManager& ContextService::GetSocketSessionManager() in GetSocketSessionManager() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp58 auto session = env_->GetSocketSessionManager().FindSessionByPid(context.pid); in Start()

Completed in 12 milliseconds

12