Home
last modified time | relevance | path

Searched defs:inputManager (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
Dmouse_style_ohos.cpp35 auto inputManager = MMI::InputManager::GetInstance(); in SetPointerStyle() local
88 auto inputManager = MMI::InputManager::GetInstance(); in GetPointerStyle() local
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
Devent_hub.h29 EventHub(const OHOS::EventFwk::CommonEventSubscribeInfo &info, InputManager& inputManager) in EventHub()
/foundation/multimedia/av_session/services/session/adapter/
Dkey_event_adapter.cpp32 auto* inputManager = MMI::InputManager::GetInstance(); in SubscribeKeyEvent() local
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
Devent_hub.cpp38 std::shared_ptr<EventHub> EventHub::RegisterEvent(InputManager& inputManager) in RegisterEvent()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
Dbgtask_misc_unit_test.cpp458 …auto inputManager = std::make_shared<InputManager>(AppExecFwk::EventRunner::Create("tdd_test_handl… variable