Searched refs:InputManagerUtil (Results 1 - 5 of 5) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager_util.cpp | 24 #define MMI_LOG_TAG "InputManagerUtil" 121 std::shared_ptr<KeyOption> InputManagerUtil::InitOption( in InitOption() 132 std::shared_ptr<PointerEvent> InputManagerUtil::SetupPointerEvent001() in SetupPointerEvent001() 157 std::shared_ptr<PointerEvent> InputManagerUtil::SetupPointerEvent002() in SetupPointerEvent002() 182 std::shared_ptr<PointerEvent> InputManagerUtil::SetupPointerEvent003() in SetupPointerEvent003() 207 std::shared_ptr<PointerEvent> InputManagerUtil::SetupPointerEvent005() in SetupPointerEvent005() 235 std::shared_ptr<PointerEvent> InputManagerUtil::SetupPointerEvent006() in SetupPointerEvent006() 260 std::shared_ptr<PointerEvent> InputManagerUtil::SetupPointerEvent007() in SetupPointerEvent007() 286 std::shared_ptr<PointerEvent> InputManagerUtil::SetupPointerEvent009() in SetupPointerEvent009() 310 std::shared_ptr<PointerEvent> InputManagerUtil [all...] |
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 211 std::shared_ptr<PointerEvent> pointerEvent{InputManagerUtil::SetupPointerEvent014()}; in HWTEST_F() 228 std::shared_ptr<KeyEvent> keyEvent{InputManagerUtil::SetupKeyEvent002()}; in HWTEST_F() 245 std::shared_ptr<KeyEvent> keyEvent{InputManagerUtil::SetupKeyEvent003()}; in HWTEST_F() 262 std::shared_ptr<PointerEvent> pointerEvent{InputManagerUtil::SetupPointerEvent015()}; in HWTEST_F() 317 auto pointerEvent = InputManagerUtil::SetupPointerEvent001(); in HWTEST_F() 322 int32_t monitorId = InputManagerUtil::TestAddMonitor(callbackPtr); in HWTEST_F() 330 InputManagerUtil::TestMonitor(monitorId, pointerEvent); in HWTEST_F() 331 InputManagerUtil::TestRemoveMonitor(monitorId); in HWTEST_F() 351 ids[i] = InputManagerUtil::TestAddMonitor(cbs[i]); in HWTEST_F() 360 auto pointerEvent = InputManagerUtil in HWTEST_F() [all...] |
H A D | input_manager_test.cpp | 343 InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VOLUME_MUTE, true, 0); in HWTEST_F() 365 InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_POWER, true, FINAL_KEY_DOWN_DURATION_TWO); in HWTEST_F() 378 std::shared_ptr<KeyOption> keyOption2 = InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_POWER, false, 0); in HWTEST_F() 408 InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VOLUME_UP, true, FINAL_KEY_DOWN_DURATION_ONE); in HWTEST_F() 415 InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VOLUME_UP, false, 0); in HWTEST_F() 421 std::shared_ptr<KeyOption> keyOption3 = InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VOLUME_UP, true, 0); in HWTEST_F() 428 InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_VOLUME_UP, false, 0); in HWTEST_F() 762 std::shared_ptr<PointerEvent> pointerEvent{InputManagerUtil::SetupTouchScreenEvent001()}; in HWTEST_F() 777 std::shared_ptr<PointerEvent> pointerEvent{InputManagerUtil::SetupTouchScreenEvent002()}; in HWTEST_F() 1577 std::unique_ptr<OHOS::Media::PixelMap> pixelMap = InputManagerUtil in HWTEST_F() [all...] |
H A D | input_manager_simulate_test.cpp | 459 InputManagerUtil::TestInterceptorId(interceptorId1, interceptorId2); in HWTEST_F() 555 int32_t monitorId{InputManagerUtil::TestAddMonitor(callbackPtr)}; in HWTEST_F() 579 InputManagerUtil::TestMonitor(monitorId, pointerEvent); in HWTEST_F() 593 int32_t monitorId{InputManagerUtil::TestAddMonitor(callbackPtr)}; in HWTEST_F() 629 int32_t monitorId{InputManagerUtil::TestAddMonitor(callbackPtr)}; in HWTEST_F() 653 InputManagerUtil::TestMonitor(monitorId, pointerEvent); in HWTEST_F() 667 int32_t monitorId{InputManagerUtil::TestAddMonitor(callbackPtr)}; in HWTEST_F() 705 InputManagerUtil::TestMonitor(monitorId, pointerEvent); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | input_manager_util.h | 32 class InputManagerUtil { class
|
Completed in 7 milliseconds