Home
last modified time | relevance | path

Searched defs:keyCode (Results 1 - 25 of 89) sorted by relevance

1234

/foundation/multimodalinput/input/intention/prototype/include/
H A Di_dinput_adapter.h31 int32_t keyCode; member
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_unicode_transformation.cpp116 uint32_t KeyCodeToUnicode(int32_t keyCode, std::shared_ptr<KeyEvent> keyEvent) in KeyCodeToUnicode() argument
H A Dkey_event_normalize.cpp58 int32_t keyCode = static_cast<int32_t>(libinput_event_keyboard_get_key(data)); in Normalize() local
104 int32_t keyCode = keyEvent->GetKeyCode(); in HandleKeyAction() local
[all...]
/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_event_value_transformation.cpp463 int32_t InputTransformationKeyValue(int32_t keyCode) in InputTransformationKeyValue() argument
H A Dkey_map_manager.cpp124 std::vector<int32_t> KeyMapManager::InputTransferKeyValue(int32_t deviceId, int32_t keyCode) in InputTransferKeyValue() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_common_test_ng.cpp55 void SwiperCommonTestNg::OnKeyEvent(KeyCode keyCode, KeyAction keyAction) in OnKeyEvent() argument
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_keyevent_filter_test.cpp77 KeyEventFilterUnittest(sptr<AccessibilityAccountData>& accountData, sptr<AccessibleAbilityConnection>& connection, AppExecFwk::ElementName elementName, std::shared_ptr<MMI::KeyEvent>& event, const int32_t keyCode) KeyEventFilterUnittest() argument
/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_input_device_context.h65 int32_t keyCode; member
/foundation/multimodalinput/input/test/fuzztest/injectevent_fuzzer/
H A Dinjectevent_fuzzer.cpp43 int32_t keyCode; in InjectKeyEvent() local
/foundation/multimodalinput/input/test/fuzztest/simulateinputevent_fuzzer/
H A Dsimulateinputevent_fuzzer.cpp47 int32_t keyCode; in SimulateInjectEvent() local
/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp115 int32_t keyCode = GetNamePropertyInt32(env, in, "code"); in GetKeyItem() local
167 bool KeyEventNapi::HasKeyCode(const std::vector<int32_t> &pressedKeys, int32_t keyCode) in HasKeyCode() argument
H A Dutil_napi_value.cpp253 int32_t keyCode = GetNamePropertyInt32(env, napiValue, "code"); in GetNamePropertyKeyItem() local
/foundation/multimodalinput/input/frameworks/napi/key_code/src/
H A Djs_key_code.cpp31 napi_value keyCode = nullptr; in GetNapiInt32() local
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_ex_test.cpp201 int32_t keyCode = KeyEvent::KEYCODE_A; in HWTEST_F() local
222 int32_t keyCode = KeyEvent::KEYCODE_A; in HWTEST_F() local
349 int32_t keyCode = KeyEvent::KEYCODE_A; in HWTEST_F() local
364 int32_t keyCode = KeyEvent::KEYCODE_A; in HWTEST_F() local
/test/testfwk/arkxtest/uitest/record/
H A Dkeyevent_tracker.cpp61 void KeyeventTracker::KeyCodeDone(int32_t keyCode) in KeyCodeDone() argument
/test/xts/acts/graphic/windowNdk/entry/src/main/cpp/
H A DwindowNdkTest.cpp25 auto keyCode = OH_Input_GetKeyEventKeyCode(event); in filterESC() local
41 int32_t keyCode; in filterKeyCode() local
/test/xts/acts/multimodalinput/input_cpp_standard/
H A Dinput_native_test.cpp64 int32_t keyCode = OH_Input_GetKeyCode(keyState); in HWTEST_F() local
172 int32_t keyCode = OH_Input_GetKeyEventKeyCode(keyEvent); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.cpp271 void OnTextChangedListenerImpl::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h45 int32_t keyCode; member
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp37 const char* KeyCodeToString(int32_t keyCode) in KeyCodeToString() argument
504 std::vector<KeyEvent> KeyEventRecognizer::GetKeyEvents(int32_t keyCode, int32_t keyAction, int32_t repeatTime, in GetKeyEvents() argument
571 addPressedKey(const int32_t keyCode) addPressedKey() argument
581 removeReleasedKey(const int32_t keyCode) removeReleasedKey() argument
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_keyevent_filter.cpp30 int32_t keyCode = event.GetKeyCode(); in IsWantedKeyEvent() local
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionmanager_fuzzer/
H A Davsessionmanager_fuzzer.cpp83 int32_t keyCode = *reinterpret_cast<const int32_t*>(data); in SendSystemControlCommandFuzzTest() local
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dkey_event_test.cpp460 int32_t keyCode; in HWTEST_F() local
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h107 LongPressSingleKey(int32_t keyCode) : keyCode_(keyCode) {} in LongPressSingleKey() argument
/foundation/multimodalinput/input/service/subscriber/test/src/
H A Dkey_shortcut_manager_test.cpp502 int32_t keyCode = KeyEvent::KEYCODE_UNKNOWN; in HWTEST_F() local
567 int32_t keyCode = KeyEvent::KEYCODE_UNKNOWN; in HWTEST_F() local
635 int32_t keyCode = KeyEvent::KEYCODE_UNKNOWN; HWTEST_F() local
751 int32_t keyCode = KeyEvent::KEYCODE_UNKNOWN; HWTEST_F() local
898 int32_t keyCode = KeyEvent::KEYCODE_UNKNOWN; HWTEST_F() local
1076 int32_t keyCode = 1; HWTEST_F() local
1096 int32_t keyCode = 1; HWTEST_F() local
[all...]

Completed in 14 milliseconds

1234