/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | collaboration_service_status_change.cpp | 42 context_->GetSocketSessionManager().DeleteCollaborationServiceByName(); in OnRemoveSystemAbility()
|
H A D | drag_manager.cpp | 124 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in AddListener() 131 context_->GetSocketSessionManager().AddSessionDeletedCallback(pid, in AddListener() 141 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in RemoveListener() 155 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in AddSubscriptListener() 170 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in RemoveSubscriptListener() 221 context_->GetSocketSessionManager().AddSessionDeletedCallback(pid, in GetPackageName() 223 dragOutSession_ = context_->GetSocketSessionManager().FindSessionByPid(pid); in GetPackageName()
|
H A D | display_change_event_listener.cpp | 142 context_->GetSocketSessionManager().RegisterApplicationState(); in OnAddSystemAbility()
|
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_context.h | 46 virtual ISocketSessionManager& GetSocketSessionManager() = 0;
|
/ohos5.0/base/msdp/device_status/intention/prototype/include/ |
H A D | i_context.h | 46 virtual ISocketSessionManager& GetSocketSessionManager() = 0;
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/include/ |
H A D | input_event_builder_test.h | 49 ISocketSessionManager& GetSocketSessionManager() override;
|
H A D | input_event_interceptor_test.h | 49 ISocketSessionManager& GetSocketSessionManager() override;
|
H A D | cooperate_plugin_test.h | 54 ISocketSessionManager& GetSocketSessionManager() override;
|
H A D | cooperate_test.h | 53 ISocketSessionManager& GetSocketSessionManager() override;
|
H A D | test_context.h | 82 ISocketSessionManager& GetSocketSessionManager() override;
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/include/ |
H A D | drag_server_test.h | 45 ISocketSessionManager& GetSocketSessionManager() override;
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/include/ |
H A D | intention_service_test.h | 53 ISocketSessionManager& GetSocketSessionManager() override;
|
H A D | device_manager_test.h | 69 ISocketSessionManager& GetSocketSessionManager() override;
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | event_manager.cpp | 224 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateMessage() 241 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateState()
|
H A D | hot_area.cpp | 143 auto session = env_->GetSocketSessionManager().FindSessionByPid(pid); in NotifyHotAreaMessage()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | event_manager.cpp | 226 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateMessage() 243 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateState()
|
/ohos5.0/base/msdp/device_status/test/fuzztest/devicemanager_fuzzer/ |
H A D | devicemanager_fuzzer.h | 69 ISocketSessionManager& GetSocketSessionManager() override;
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/include/ |
H A D | timer_manager_test.h | 67 ISocketSessionManager& GetSocketSessionManager() override;
|
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_server.cpp | 97 int32_t ret = context_->GetSocketSessionManager().AllocSocketFd( in Control()
|
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/include/ |
H A D | device_manager_test.h | 68 ISocketSessionManager& GetSocketSessionManager() override;
|
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_server.cpp | 97 int32_t ret = context_->GetSocketSessionManager().AllocSocketFd( in Control()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/include/ |
H A D | test_context.h | 71 ISocketSessionManager& GetSocketSessionManager() override;
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/ |
H A D | test_context.cpp | 137 ISocketSessionManager& TestContext::GetSocketSessionManager() in GetSocketSessionManager() function in OHOS::Msdp::DeviceStatus::TestContext
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | test_context.cpp | 160 ISocketSessionManager& TestContext::GetSocketSessionManager() in GetSocketSessionManager() function in OHOS::Msdp::DeviceStatus::TestContext
|
H A D | input_event_interceptor_test.cpp | 70 ISocketSessionManager& ContextService::GetSocketSessionManager() in GetSocketSessionManager() function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
|