Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/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()
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_context.h42 virtual IDeviceManager& GetDeviceManager() = 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); in HWTEST_F()
494 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().RetriggerHotplug(weakObserver)); in HWTEST_F()
508 int32_t ret = env->GetDeviceManager().AddDeviceObserver(weakObserver); in HWTEST_F()
510 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().RemoveDeviceObserver(weakObserver)); in HWTEST_F()
/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_context.cpp187 env_->GetDeviceManager().AddDeviceObserver(hotplugObserver_); in EnableDevMgr()
193 env_->GetDeviceManager().RemoveDeviceObserver(hotplugObserver_); in DisableDevMgr()
H A Dcooperate_free.cpp64 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible()
H A Dcooperate_out.cpp63 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms.h40 OHOS::sptr<DbmsDeviceManager> GetDeviceManager();
/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dtest_context.cpp145 IDeviceManager& TestContext::GetDeviceManager() in GetDeviceManager() function in OHOS::Msdp::DeviceStatus::TestContext
/foundation/multimodalinput/input/intention/cooperate/test/include/
H A Dtest_context.h78 IDeviceManager& GetDeviceManager() override;
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H A Ddevice_manager_test.h63 IDeviceManager& GetDeviceManager() override;

Completed in 5 milliseconds