Home
last modified time | relevance | path

Searched refs:GetDeviceManager (Results 1 - 25 of 29) sorted by relevance

12

/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_free.h36 IDeviceManager& GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::Cooperate::final
38 return env_->GetDeviceManager(); in GetDeviceManager()
/base/msdp/device_status/intention/prototype/include/
H A Di_context.h43 virtual IDeviceManager& GetDeviceManager() = 0;
/base/msdp/device_status/test/unittest/intention/cooperate/include/
H A Dinput_event_interceptor_test.h45 IDeviceManager& GetDeviceManager() override;
H A Dinput_event_builder_test.h45 IDeviceManager& GetDeviceManager() override;
H A Dcooperate_test.h48 IDeviceManager& GetDeviceManager() override;
H A Dcooperate_plugin_test.h49 IDeviceManager& GetDeviceManager() override;
H A Dtest_context.h78 IDeviceManager& GetDeviceManager() override;
/base/msdp/device_status/test/unittest/intention/drag/include/
H A Ddrag_server_test.h40 IDeviceManager& GetDeviceManager() override;
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp60 IDeviceManager& ContextService::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::ContextService
485 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().GetDevice(1)); in HWTEST_F()
500 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().RetriggerHotplug(weakObserver)); in HWTEST_F()
514 int32_t ret = env->GetDeviceManager().AddDeviceObserver(weakObserver); in HWTEST_F()
516 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().RemoveDeviceObserver(weakObserver)); in HWTEST_F()
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.cpp58 IDeviceManager& ContextService::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::ContextService
478 env->GetDeviceManager().GetDevice(id); in MsdpDeviceManagerFuzzTest()
479 env->GetDeviceManager().RetriggerHotplug(weakObserver); in MsdpDeviceManagerFuzzTest()
480 env->GetDeviceManager().AddDeviceObserver(weakObserver); in MsdpDeviceManagerFuzzTest()
481 env->GetDeviceManager().RemoveDeviceObserver(weakObserver); in MsdpDeviceManagerFuzzTest()
H A Dmsdpdevicemanager_fuzzer.h64 IDeviceManager& GetDeviceManager() override;
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp125 if (!env_->GetDeviceManager().HasKeyboard()) { in NotifyInputDeviceToRemote()
129 auto keyboards = env_->GetDeviceManager().GetKeyboard(); in NotifyInputDeviceToRemote()
159 auto device = env_->GetDeviceManager().GetDevice(notice.deviceId); in BroadcastHotPlugToRemote()
H A Dcooperate_free.cpp64 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible()
174 bool hasLocalPointerDevice = parent_.env_->GetDeviceManager().HasLocalPointerDevice(); in OnDisable()
H A Dcooperate_context.cpp172 env_->GetDeviceManager().AddDeviceObserver(hotplugObserver_); in EnableDevMgr()
178 env_->GetDeviceManager().RemoveDeviceObserver(hotplugObserver_); in DisableDevMgr()
H A Dcooperate_out.cpp62 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible()
H A Dcooperate_in.cpp616 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible()
/base/msdp/device_status/test/unittest/intention/services/include/
H A Dintention_service_test.h49 IDeviceManager& GetDeviceManager() override;
H A Ddevice_manager_test.h64 IDeviceManager& GetDeviceManager() override;
/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h62 IDeviceManager& GetDeviceManager() override;
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dtest_context.cpp147 IDeviceManager& TestContext::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::TestContext
H A Dinput_event_interceptor_test.cpp49 IDeviceManager& ContextService::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
H A Dcooperate_test.cpp61 IDeviceManager& ContextService::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::ContextService
H A Dinput_event_builder_test.cpp50 IDeviceManager& ContextService::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h56 IDeviceManager& GetDeviceManager() override;
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp64 IDeviceManager& ContextService::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::ContextService

Completed in 21 milliseconds

12