Searched refs:ConvertNativeXComponentKeyAction (Results 1 – 2 of 2) sorted by relevance
111 OH_NativeXComponent_KeyAction ConvertNativeXComponentKeyAction(const KeyAction& keyAction) in ConvertNativeXComponentKeyAction() function561 … EXPECT_EQ(nativeXComponentImpl->keyEvent_.action, ConvertNativeXComponentKeyAction(keyAction));
119 OH_NativeXComponent_KeyAction ConvertNativeXComponentKeyAction(const KeyAction& keyAction) in ConvertNativeXComponentKeyAction() function150 nativeKeyEvent.action = ConvertNativeXComponentKeyAction(event.action); in ConvertNativeXComponentKeyEvent()