Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/subsystem/input/binding/src/
H A Dinput_binding.cpp29 #define INPUT_MANAGER OHOS::MMI::InputManager::GetInstance() macro
153 auto ret = INPUT_MANAGER->AddMonitor(consumer); in CAddMonitor()
166 return INPUT_MANAGER->GetWindowPid(CGetTargetWindowId(cPointerEvent)); in CGetWindowPid()
174 if (INPUT_MANAGER->GetPointerStyle(OHOS::MMI::GLOBAL_WINDOW_ID, pointerStyle) != RET_OK) { in CGetPointerStyle()
199 INPUT_MANAGER->AppendExtraData(extraData); in CAppendExtraData()
205 if (INPUT_MANAGER->SetPointerVisible(visible) != RET_OK) { in CSetPointerVisible()
215 if (INPUT_MANAGER->EnableInputDevice(enable) != RET_OK) { in CEnableInputDevice()
225 if (INPUT_MANAGER->RemoveInputEventFilter(filterId) != RET_OK) { in CRemoveInputEventFilter()
235 INPUT_MANAGER->RemoveMonitor(monitorId); in CRemoveMonitor()
241 INPUT_MANAGER in CRemoveInterceptor()
[all...]

Completed in 1 milliseconds