/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_dinput_adapter.h | 32 int32_t keyAction; member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_common_test_ng.cpp | 55 void SwiperCommonTestNg::OnKeyEvent(KeyCode keyCode, KeyAction keyAction) in OnKeyEvent() argument
|
/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 73 int32_t keyAction = GetNamePropertyInt32(env, in, "action"); in GetKeyEvent() local
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/ |
H A D | i_cast_stream_manager.cpp | 84 std::string keyAction; in ProcessActionsEvent() local
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/ |
H A D | i_cast_stream_manager.cpp | 84 std::string keyAction; in ProcessActionsEvent() local
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event_recognizer.cpp | 504 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 D | key_event_normalize.cpp | 61 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 D | input_manager_impl_test.cpp | 595 int32_t keyAction = KeyEvent::KEY_ACTION_DOWN; in HWTEST_F() local
|
/foundation/distributedhardware/distributed_input/test/fuzztest/distributedinputkit_fuzzer/ |
H A D | distributed_input_kit_fuzzer.cpp | 145 int32_t keyAction = *(reinterpret_cast<const int32_t*>(data)); in IsNeedFilterOutFuzzTest() local
|
/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_test.cpp | 95 int32_t keyAction = OH_Input_GetKeyPressed(keyState); in HWTEST_F() local
|
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/ |
H A D | fingerprint_event_processor.cpp | 104 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 D | js_register_module.cpp | 111 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 D | js_register_module.cpp | 258 static bool IsMatchKeyAction(bool isFinalKeydown, int32_t keyAction) in IsMatchKeyAction() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 817 int32_t keyAction = keyEvent->GetKeyAction(); in OnInputEvent() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 111 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 D | key_command_handler_util.cpp | 306 cJSON *keyAction = cJSON_GetObjectItemCaseSensitive(jsonData, "keyAction"); in GetKeyAction() local [all...] |
H A D | key_command_handler.cpp | 1198 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 D | key_subscriber_handler.cpp | 570 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 D | input_manager_test.cpp | 1826 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 D | input_manager.cpp | 684 int32_t InputManager::ConvertToCapiKeyAction(int32_t keyAction) in ConvertToCapiKeyAction() argument
|
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | constants_dinput.h | 237 int32_t keyAction; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 119 OH_NativeXComponent_KeyAction ConvertNativeXComponentKeyAction(const KeyAction& keyAction) in ConvertNativeXComponentKeyAction() argument
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1390 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 D | oh_input_manager.cpp | 228 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 D | input_manager_impl.cpp | 2540 int32_t InputManagerImpl::ConvertToCapiKeyAction(int32_t keyAction) in ConvertToCapiKeyAction() argument
|