Home
last modified time | relevance | path

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

12

/base/msdp/device_status/intention/prototype/include/
H A Di_context.h50 virtual IInputAdapter& GetInput() = 0;
/base/msdp/device_status/test/unittest/intention/cooperate/include/
H A Dinput_event_interceptor_test.h51 IInputAdapter& GetInput() override;
H A Dinput_event_builder_test.h51 IInputAdapter& GetInput() override;
H A Dcooperate_test.h54 IInputAdapter& GetInput() override;
H A Dcooperate_plugin_test.h55 IInputAdapter& GetInput() override;
H A Dtest_context.h84 IInputAdapter& GetInput() override;
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp68 interceptorId_ = env_->GetInput().AddInterceptor( in Enable()
82 env_->GetInput().RemoveInterceptor(interceptorId_); in Disable()
156 env_->GetInput().SimulateInputEvent(keyEvent); in OnKeyEvent()
H A Dinput_event_builder.cpp196 env_->GetInput().SimulateInputEvent(pointerEvent_); in OnPointerEvent()
231 env_->GetInput().SimulateInputEvent(keyEvent_); in OnKeyEvent()
364 env_->GetInput().SimulateInputEvent(pointerEvent_); in ResetPressedEvents()
/base/msdp/device_status/test/unittest/intention/drag/include/
H A Ddrag_server_test.h46 IInputAdapter& GetInput() override;
/base/msdp/device_status/test/unittest/intention/services/include/
H A Dintention_service_test.h55 IInputAdapter& GetInput() override;
H A Ddevice_manager_test.h70 IInputAdapter& GetInput() override;
/base/msdp/device_status/test/unittest/intention/scheduler/include/
H A Dtimer_manager_test.h68 IInputAdapter& GetInput() override;
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.h70 IInputAdapter& GetInput() override;
H A Dmsdpdevicemanager_fuzzer.cpp99 IInputAdapter& ContextService::GetInput() in GetInput() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dtest_context.cpp177 IInputAdapter& TestContext::GetInput() in GetInput() function in OHOS::Msdp::DeviceStatus::TestContext
H A Dinput_event_interceptor_test.cpp90 IInputAdapter& ContextService::GetInput() in GetInput() function in OHOS::Msdp::DeviceStatus::Cooperate::ContextService
H A Dcooperate_test.cpp102 IInputAdapter& ContextService::GetInput() in GetInput() function in OHOS::Msdp::DeviceStatus::ContextService
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp290 if (env_->GetInput().AddVirtualInputDevice(Transform(device), virtualDeviceId) != RET_OK) { in AddVirtualInputDevice()
309 if (env_->GetInput().RemoveVirtualInputDevice(virtualDeviceId) != RET_OK) { in RemoveVirtualInputDevice()
H A Dcooperate_free.cpp68 env_->GetInput().SetPointerVisibility(visible, PRIORITY); in SetPointerVisible()
176 parent_.env_->GetInput().SetPointerVisibility(hasLocalPointerDevice, PRIORITY); in OnDisable()
H A Dcooperate_context.cpp370 env_->GetInput().SetPointerLocation(cursorPos_.x, cursorPos_.y); in SetCursorPosition()
377 env_->GetInput().SetPointerLocation(cursorPos_.x, cursorPos_.y); in UpdateCursorPosition()
H A Dcooperate_out.cpp50 env_->GetInput().SetPointerVisibility(false); in OnEnterState()
66 env_->GetInput().SetPointerVisibility(visible, PRIORITY); in SetPointerVisible()
H A Dcooperate_in.cpp50 env_->GetInput().SetPointerVisibility(!context.NeedHideCursor()); in OnEnterState()
62 env_->GetInput().SetPointerVisibility(false); in OnLeaveState()
617 env_->GetInput().SetPointerVisibility(hasLocalPointerDevice, PRIORITY); in SetPointerVisible()
H A Dstate_machine.cpp629 monitorId_ = env_->GetInput().AddMonitor([&context, this] ( in AddMonitor()
673 env_->GetInput().RemoveMonitor(monitorId_); in RemoveMonitor()
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h63 IInputAdapter& GetInput() override;
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp101 IInputAdapter& ContextService::GetInput() in GetInput() function in OHOS::Msdp::DeviceStatus::ContextService

Completed in 11 milliseconds

12