Home
last modified time | relevance | path

Searched refs:GetDeviceManager (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/base/msdp/device_status/test/fuzztest/devicemanager_fuzzer/
H A Ddevicemanager_fuzzer.cpp56 IDeviceManager& ContextService::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::ContextService
470 env->GetDeviceManager().GetDevice(id); in DeviceManagerFuzzTest()
471 env->GetDeviceManager().RetriggerHotplug(weakObserver); in DeviceManagerFuzzTest()
472 env->GetDeviceManager().AddDeviceObserver(weakObserver); in DeviceManagerFuzzTest()
473 env->GetDeviceManager().RemoveDeviceObserver(weakObserver); in DeviceManagerFuzzTest()
H A Ddevicemanager_fuzzer.h64 IDeviceManager& GetDeviceManager() override;
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_free.h36 IDeviceManager& GetDeviceManager() in GetDeviceManager() function
38 return env_->GetDeviceManager(); in GetDeviceManager()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_free.h36 IDeviceManager& GetDeviceManager() in GetDeviceManager() function
38 return env_->GetDeviceManager(); in GetDeviceManager()
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp58 IDeviceManager& ContextService::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::ContextService
478 auto ret = env->GetDeviceManager().GetDevice(1);
494 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().RetriggerHotplug(weakObserver));
508 int32_t ret = env->GetDeviceManager().AddDeviceObserver(weakObserver);
510 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().RemoveDeviceObserver(weakObserver));
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp58 IDeviceManager& ContextService::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::ContextService
478 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().GetDevice(1));
493 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().RetriggerHotplug(weakObserver));
507 int32_t ret = env->GetDeviceManager().AddDeviceObserver(weakObserver);
509 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().RemoveDeviceObserver(weakObserver));
/ohos5.0/foundation/multimodalinput/input/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.cpp71 return env_->GetDeviceManager().AnyOf([this](std::shared_ptr<IDevice> dev) { in HasLocalPointerDevice()
81 return env_->GetDeviceManager().AnyOf([this](std::shared_ptr<IDevice> dev) { in HasLocalKeyboardDevice()
/ohos5.0/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_context.cpp175 env_->GetDeviceManager().AddDeviceObserver(hotplugObserver_); in EnableDevMgr()
181 env_->GetDeviceManager().RemoveDeviceObserver(hotplugObserver_); in DisableDevMgr()
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Di_context.h42 virtual IDeviceManager& GetDeviceManager() = 0;
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_context.h42 virtual IDeviceManager& GetDeviceManager() = 0;
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/include/
H A Dinput_event_builder_test.h45 IDeviceManager& GetDeviceManager() override;
H A Dinput_event_interceptor_test.h45 IDeviceManager& GetDeviceManager() override;
H A Dcooperate_plugin_test.h49 IDeviceManager& GetDeviceManager() override;
H A Dcooperate_test.h48 IDeviceManager& GetDeviceManager() override;
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/include/
H A Ddrag_server_test.h40 IDeviceManager& GetDeviceManager() override;
/ohos5.0/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;
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h62 IDeviceManager& GetDeviceManager() override;
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h63 IDeviceManager& GetDeviceManager() override;
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/include/
H A Dtest_context.h67 IDeviceManager& GetDeviceManager() override;
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dtest_context.cpp122 IDeviceManager& TestContext::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::TestContext
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dtest_context.cpp145 IDeviceManager& TestContext::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::TestContext
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms.h40 OHOS::sptr<DbmsDeviceManager> GetDeviceManager();

12