Home
last modified time | relevance | path

Searched defs:keyAction (Results 1 - 25 of 31) sorted by relevance

12

/foundation/multimodalinput/input/intention/prototype/include/
H A Di_dinput_adapter.h32 int32_t keyAction; member
/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/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp73 int32_t keyAction = GetNamePropertyInt32(env, in, "action"); in GetKeyEvent() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Di_cast_stream_manager.cpp84 std::string keyAction; in ProcessActionsEvent() local
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Di_cast_stream_manager.cpp84 std::string keyAction; in ProcessActionsEvent() local
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp504 std::vector<KeyEvent> KeyEventRecognizer::GetKeyEvents(int32_t keyCode, int32_t keyAction, int32_t repeatTime, in GetKeyEvents() argument
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp61 int32_t keyAction = (libinput_event_keyboard_get_key_state(data) == 0) ? in Normalize() local
103 int32_t keyAction = keyEvent->GetAction(); in HandleKeyAction() local
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_manager_impl_test.cpp595 int32_t keyAction = KeyEvent::KEY_ACTION_DOWN; in HWTEST_F() local
/foundation/distributedhardware/distributed_input/test/fuzztest/distributedinputkit_fuzzer/
H A Ddistributed_input_kit_fuzzer.cpp145 int32_t keyAction = *(reinterpret_cast<const int32_t*>(data)); in IsNeedFilterOutFuzzTest() local
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_test.cpp95 int32_t keyAction = OH_Input_GetKeyPressed(keyState); in HWTEST_F() local
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp104 int32_t keyAction = (libinput_event_keyboard_get_key_state(data) == 0) ? in SetPowerAndVolumeKeyState() local
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp111 auto keyAction = isPressed ? Input_KeyEventAction::KEY_ACTION_DOWN : Input_KeyEventAction::KEY_ACTION_UP; in GetInjectionEventDataNative() local
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp258 static bool IsMatchKeyAction(bool isFinalKeydown, int32_t keyAction) in IsMatchKeyAction() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp817 int32_t keyAction = keyEvent->GetKeyAction(); in OnInputEvent() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp111 OH_NativeXComponent_KeyAction ConvertNativeXComponentKeyAction(const KeyAction& keyAction) in ConvertNativeXComponentKeyAction() argument
550 KeyEvent keyEvent { KeyCode::KEY_0, keyAction, 0, 0, 0, sourceType }; in HWTEST_F() local
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp306 cJSON *keyAction = cJSON_GetObjectItemCaseSensitive(jsonData, "keyAction"); in GetKeyAction() local
[all...]
H A Dkey_command_handler.cpp1198 std::shared_ptr<KeyEvent> KeyCommandHandler::CreateKeyEvent(int32_t keyCode, int32_t keyAction, bool isPressed) in CreateKeyEvent() argument
2207 HandleSpecialKeys(int32_t keyCode, int32_t keyAction) HandleSpecialKeys() argument
2418 ConvertKeyActionToString(int32_t keyAction) ConvertKeyActionToString() argument
[all...]
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp570 int32_t keyAction = keyEvent->GetKeyAction(); in OnSubscribeKeyEvent() local
1066 int32_t keyAction = KeyEvent::KEY_ACTION_UP; IsKeyEventSubscribed() local
[all...]
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp1826 static bool SimulateInputEventInjectKeyTest(int32_t keyAction, int32_t keyCode, bool isPressed, int32_t downTime) in SimulateInputEventInjectKeyTest() argument
3330 int32_t keyAction = 0X00000002; in HWTEST_F() local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp684 int32_t InputManager::ConvertToCapiKeyAction(int32_t keyAction) in ConvertToCapiKeyAction() argument
/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h237 int32_t keyAction; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp119 OH_NativeXComponent_KeyAction ConvertNativeXComponentKeyAction(const KeyAction& keyAction) in ConvertNativeXComponentKeyAction() argument
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1390 KeyAction TransformKeyActionValue(int32_t keyAction) in TransformKeyActionValue() argument
1492 KeyAction keyAction = TransformKeyActionValue(keyEvent->GetKeyAction()); in ConvertKeyEventToJS() local
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp228 void OH_Input_SetKeyPressed(struct Input_KeyState* keyState, int32_t keyAction) in OH_Input_SetKeyPressed() argument
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2540 int32_t InputManagerImpl::ConvertToCapiKeyAction(int32_t keyAction) in ConvertToCapiKeyAction() argument

Completed in 50 milliseconds

12