Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_key_code.h301 KEYCODE_NUMPAD_ADD = 2116, enumerator
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_key_event.cpp45 const int32_t KeyEvent::KEYCODE_NUMPAD_ADD = 2116; member in OHOS::MMI::KeyEvent
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_key.cpp53 MMI::KeyEvent::KEYCODE_NUMPAD_SUBTRACT, MMI::KeyEvent::KEYCODE_NUMPAD_ADD};
231 } else if (actionKey == MMI::KeyEvent::KEYCODE_NUMPAD_ADD) { in ExecuteMouseKey()
/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp493 {((int64_t)KeyEvent::KEYCODE_CTRL_LEFT << 16) + KeyEvent::KEYCODE_NUMPAD_ADD, KeyEvent::INTENTION_ZOOM_OUT},
494 {((int64_t)KeyEvent::KEYCODE_CTRL_RIGHT << 16) + KeyEvent::KEYCODE_NUMPAD_ADD, KeyEvent::INTENTION_ZOOM_OUT},
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_mouse_key_test.cpp395 event2->SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_ADD); in HWTEST_F()
398 item2.SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_ADD); in HWTEST_F()
H A Daccessibility_gesture_recognizer_test.cpp369 event2->SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_ADD); in HWTEST_F()
372 item2.SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_ADD); in HWTEST_F()
/foundation/multimodalinput/input/service/event_handler/test/
H A Dkey_event_value_transformation_test.cpp373 item[1].SetKeyCode(KeyEvent::KEYCODE_NUMPAD_ADD); in HWTEST_F()
393 item[1].SetKeyCode(KeyEvent::KEYCODE_NUMPAD_ADD); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h1103 static const int32_t KEYCODE_NUMPAD_ADD; member in OHOS::MMI::KeyEvent
/foundation/multimodalinput/input/frameworks/napi/key_code/src/
H A Djs_key_code.cpp187 DECLARE_NAPI_STATIC_PROPERTY("KEYCODE_NUMPAD_ADD", GetNapiInt32(env, KeyEvent::KEYCODE_NUMPAD_ADD)), in Export()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp172 {KeyEvent::KEYCODE_NUMPAD_ADD, "KEYCODE_NUMPAD_ADD"},
569 const int32_t KeyEvent::KEYCODE_NUMPAD_ADD = 2116; member in OHOS::MMI::KeyEvent

Completed in 14 milliseconds