Searched refs:textEditorProxy (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/ |
H A D | napi_init.cpp | 37 void GetTextConfigFunc(InputMethod_TextEditorProxy *textEditorProxy, InputMethod_TextConfig *config)
in GetTextConfigFunc() argument 42 void InsertTextFunc(InputMethod_TextEditorProxy *textEditorProxy, const char16_t *text, size_t length)
in InsertTextFunc() argument 47 void DeleteForwardFunc(InputMethod_TextEditorProxy *textEditorProxy, int32_t length)
in DeleteForwardFunc() argument 52 void DeleteBackwardFunc(InputMethod_TextEditorProxy *textEditorProxy, int32_t length)
in DeleteBackwardFunc() argument 57 void SendKeyboardStatusFunc(InputMethod_TextEditorProxy *textEditorProxy, InputMethod_KeyboardStatus keyboardStatus)
in SendKeyboardStatusFunc() argument 62 void SendEnterKeyFunc(InputMethod_TextEditorProxy *textEditorProxy, InputMethod_EnterKeyType enterKeyType)
in SendEnterKeyFunc() argument 67 void MoveCursorFunc(InputMethod_TextEditorProxy *textEditorProxy, InputMethod_Direction direction)
in MoveCursorFunc() argument 72 void HandleSetSelectionFunc(InputMethod_TextEditorProxy *textEditorProxy, int32_t start, int32_t end)
in HandleSetSelectionFunc() argument 77 void HandleExtendActionFunc(InputMethod_TextEditorProxy *textEditorProxy, InputMethod_ExtendAction action)
in HandleExtendActionFunc() argument 82 void GetLeftTextOfCursorFunc(InputMethod_TextEditorProxy *textEditorProxy, int32_ argument 88 GetRightTextOfCursorFunc(InputMethod_TextEditorProxy *textEditorProxy, int32_t number, char16_t text[], size_t *length) GetRightTextOfCursorFunc() argument 94 GetTextIndexAtCursorFunc(InputMethod_TextEditorProxy *textEditorProxy) GetTextIndexAtCursorFunc() argument 100 ReceivePrivateCommandFunc(InputMethod_TextEditorProxy *textEditorProxy, InputMethod_PrivateCommand *privateCommand[], size_t size) ReceivePrivateCommandFunc() argument 107 SetPreviewTextFunc(InputMethod_TextEditorProxy *textEditorProxy, const char16_t text[], size_t length, int32_t start, int32_t end) SetPreviewTextFunc() argument 114 FinishTextPreviewFunc(InputMethod_TextEditorProxy *textEditorProxy) FinishTextPreviewFunc() argument [all...] |
Completed in 1 milliseconds