Home
last modified time | relevance | path

Searched refs:OH_NativeXComponent_KeyAction (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.h48 OH_NativeXComponent_KeyAction action = OH_NativeXComponent_KeyAction::OH_NATIVEXCOMPONENT_KEY_ACTION_UNKNOWN;
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h615 OH_NativeXComponent_KeyEvent* keyEvent, OH_NativeXComponent_KeyAction* action);
H A Dnative_xcomponent_key_event.h386 } OH_NativeXComponent_KeyAction; typedef
H A Dnative_interface_xcomponent.cpp194 OH_NativeXComponent_KeyEvent* keyEvent, OH_NativeXComponent_KeyAction* action) in OH_NativeXComponent_GetKeyEventAction()
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp111 OH_NativeXComponent_KeyAction ConvertNativeXComponentKeyAction(const KeyAction& keyAction) in ConvertNativeXComponentKeyAction()
115 return OH_NativeXComponent_KeyAction::OH_NATIVEXCOMPONENT_KEY_ACTION_DOWN; in ConvertNativeXComponentKeyAction()
117 return OH_NativeXComponent_KeyAction::OH_NATIVEXCOMPONENT_KEY_ACTION_UP; in ConvertNativeXComponentKeyAction()
119 return OH_NativeXComponent_KeyAction::OH_NATIVEXCOMPONENT_KEY_ACTION_UNKNOWN; in ConvertNativeXComponentKeyAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp119 OH_NativeXComponent_KeyAction ConvertNativeXComponentKeyAction(const KeyAction& keyAction) in ConvertNativeXComponentKeyAction()
123 return OH_NativeXComponent_KeyAction::OH_NATIVEXCOMPONENT_KEY_ACTION_DOWN; in ConvertNativeXComponentKeyAction()
125 return OH_NativeXComponent_KeyAction::OH_NATIVEXCOMPONENT_KEY_ACTION_UP; in ConvertNativeXComponentKeyAction()
127 return OH_NativeXComponent_KeyAction::OH_NATIVEXCOMPONENT_KEY_ACTION_UNKNOWN; in ConvertNativeXComponentKeyAction()

Completed in 9 milliseconds