Home
last modified time | relevance | path

Searched refs:InputMethod_ErrorCode (Results 1 – 9 of 9) sorted by relevance

/interface/sdk_c/inputmethod/include/
Dinputmethod_text_editor_proxy_capi.h287 InputMethod_ErrorCode OH_TextEditorProxy_SetGetTextConfigFunc(
300 InputMethod_ErrorCode OH_TextEditorProxy_SetInsertTextFunc(
313 InputMethod_ErrorCode OH_TextEditorProxy_SetDeleteForwardFunc(
326 InputMethod_ErrorCode OH_TextEditorProxy_SetDeleteBackwardFunc(
340 InputMethod_ErrorCode OH_TextEditorProxy_SetSendKeyboardStatusFunc(
353 InputMethod_ErrorCode OH_TextEditorProxy_SetSendEnterKeyFunc(
366 InputMethod_ErrorCode OH_TextEditorProxy_SetMoveCursorFunc(
380 InputMethod_ErrorCode OH_TextEditorProxy_SetHandleSetSelectionFunc(
394 InputMethod_ErrorCode OH_TextEditorProxy_SetHandleExtendActionFunc(
408 InputMethod_ErrorCode OH_TextEditorProxy_SetGetLeftTextOfCursorFunc(
[all …]
Dinputmethod_text_config_capi.h82 InputMethod_ErrorCode OH_TextConfig_SetInputType(InputMethod_TextConfig *config, InputMethod_TextIn…
94 InputMethod_ErrorCode OH_TextConfig_SetEnterKeyType(
107 InputMethod_ErrorCode OH_TextConfig_SetPreviewTextSupport(InputMethod_TextConfig *config, bool supp…
120 InputMethod_ErrorCode OH_TextConfig_SetSelection(InputMethod_TextConfig *config, int32_t start, int…
132 InputMethod_ErrorCode OH_TextConfig_SetWindowId(InputMethod_TextConfig *config, int32_t windowId);
146 InputMethod_ErrorCode OH_TextConfig_GetInputType(InputMethod_TextConfig *config, InputMethod_TextIn…
159 InputMethod_ErrorCode OH_TextConfig_GetEnterKeyType(
172 InputMethod_ErrorCode OH_TextConfig_IsPreviewTextSupported(InputMethod_TextConfig *config, bool *su…
184 InputMethod_ErrorCode OH_TextConfig_GetCursorInfo(InputMethod_TextConfig *config, InputMethod_Curso…
197 InputMethod_ErrorCode OH_TextConfig_GetTextAvoidInfo(
[all …]
Dinputmethod_private_command_capi.h82 InputMethod_ErrorCode OH_PrivateCommand_SetKey(InputMethod_PrivateCommand *command, char key[], siz…
94 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue(InputMethod_PrivateCommand *command, bool valu…
106 InputMethod_ErrorCode OH_PrivateCommand_SetIntValue(InputMethod_PrivateCommand *command, int32_t va…
119 InputMethod_ErrorCode OH_PrivateCommand_SetStrValue(
134 InputMethod_ErrorCode OH_PrivateCommand_GetKey(
148 InputMethod_ErrorCode OH_PrivateCommand_GetValueType(
162 InputMethod_ErrorCode OH_PrivateCommand_GetBoolValue(InputMethod_PrivateCommand *command, bool *val…
175 InputMethod_ErrorCode OH_PrivateCommand_GetIntValue(InputMethod_PrivateCommand *command, int32_t *v…
189 InputMethod_ErrorCode OH_PrivateCommand_GetStrValue(
Dinputmethod_inputmethod_proxy_capi.h68 InputMethod_ErrorCode OH_InputMethodProxy_ShowKeyboard(InputMethod_InputMethodProxy *inputMethodPro…
84 InputMethod_ErrorCode OH_InputMethodProxy_HideKeyboard(InputMethod_InputMethodProxy *inputMethodPro…
107 InputMethod_ErrorCode OH_InputMethodProxy_NotifySelectionChange(
127 InputMethod_ErrorCode OH_InputMethodProxy_NotifyConfigurationChange(InputMethod_InputMethodProxy *i…
147 InputMethod_ErrorCode OH_InputMethodProxy_NotifyCursorUpdate(
167 InputMethod_ErrorCode OH_InputMethodProxy_SendPrivateCommand(
Dinputmethod_text_avoid_info_capi.h79 InputMethod_ErrorCode OH_TextAvoidInfo_SetPositionY(InputMethod_TextAvoidInfo *info, double positio…
91 InputMethod_ErrorCode OH_TextAvoidInfo_SetHeight(InputMethod_TextAvoidInfo *info, double height);
103 InputMethod_ErrorCode OH_TextAvoidInfo_GetPositionY(InputMethod_TextAvoidInfo *info, double *positi…
115 InputMethod_ErrorCode OH_TextAvoidInfo_GetHeight(InputMethod_TextAvoidInfo *info, double *height);
Dinputmethod_controller_capi.h65 InputMethod_ErrorCode OH_InputMethodController_Attach(InputMethod_TextEditorProxy *textEditorProxy,
81 InputMethod_ErrorCode OH_InputMethodController_Detach(InputMethod_InputMethodProxy *inputMethodProx…
Dinputmethod_cursor_info_capi.h85 InputMethod_ErrorCode OH_CursorInfo_SetRect(
102 InputMethod_ErrorCode OH_CursorInfo_GetRect(
Dinputmethod_types_capi.h249 typedef enum InputMethod_ErrorCode { enum
303 } InputMethod_ErrorCode; typedef
Dinputmethod_attach_options_capi.h79 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *sho…