Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/osal/
Dmouse_style_ohos.cpp39 auto inputManager = MMI::InputManager::GetInstance(); in SetPointerStyle() local
109 auto inputManager = MMI::InputManager::GetInstance(); in GetPointerStyle() local
138 auto inputManager = MMI::InputManager::GetInstance(); in SetMouseIcon() local
151 auto inputManager = MMI::InputManager::GetInstance(); in SetCustomCursor() local
165 auto inputManager = MMI::InputManager::GetInstance(); in SetPointerVisible() local
Dinput_manager.cpp26 auto* inputManager = MMI::InputManager::GetInstance(); in GetDeviceIds() local
56 auto* inputManager = MMI::InputManager::GetInstance(); in GetKeyboardType() local
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
Dswitch_event_input_subscribe_manager_test.cpp146 InputManagerImpl inputManager; variable
159 InputManagerImpl inputManager; variable
172 InputManagerImpl inputManager; variable
190 InputManagerImpl inputManager; variable
/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/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Danimation_playback.cpp127 … auto inputManager = GetManager<IAnimationInputComponentManager>(animationManager_->GetEcs()); in GetAnimationLength() local
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
Dbgtask_misc_unit_test.cpp445 …auto inputManager = std::make_shared<InputManager>(AppExecFwk::EventRunner::Create("tdd_test_handl… variable
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dmmi_event_convertor.cpp131 auto inputManager = MMI::InputManager::GetInstance(); in UpdatePressedKeyCodes() local
/foundation/multimodalinput/input/service/window_manager/test/
Dinput_windows_manager_test.cpp4635 InputWindowsManager inputManager; variable
4670 InputWindowsManager inputManager; variable
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_exporter.cpp717const IAnimationInputComponentManager& inputManager, const Entity& animationInput, BufferHelper& b… in AnimationInput()