mirror of
https://github.com/openharmony/interface_sdk_c.git
synced 2026-08-24 06:23:09 -04:00
418069f6f2
Signed-off-by: wuchengwen <wuchengwen4@huawei.com>
80 lines
4.1 KiB
JSON
80 lines
4.1 KiB
JSON
[
|
|
{ "name": "OH_InputMethodController_Attach" },
|
|
{ "name": "OH_InputMethodController_Detach" },
|
|
{ "name": "OH_InputMethodProxy_ShowKeyboard" },
|
|
{ "name": "OH_InputMethodProxy_HideKeyboard" },
|
|
{ "name": "OH_InputMethodProxy_NotifySelectionChange" },
|
|
{ "name": "OH_InputMethodProxy_NotifyConfigurationChange" },
|
|
{ "name": "OH_InputMethodProxy_NotifyCursorUpdate" },
|
|
{ "name": "OH_InputMethodProxy_SendPrivateCommand" },
|
|
{ "name": "OH_CursorInfo_Create" },
|
|
{ "name": "OH_CursorInfo_Destroy" },
|
|
{ "name": "OH_CursorInfo_SetRect" },
|
|
{ "name": "OH_CursorInfo_GetRect" },
|
|
{ "name": "OH_TextConfig_Create" },
|
|
{ "name": "OH_TextConfig_Destroy" },
|
|
{ "name": "OH_TextConfig_SetInputType" },
|
|
{ "name": "OH_TextConfig_SetEnterKeyType" },
|
|
{ "name": "OH_TextConfig_SetPreviewTextSupport" },
|
|
{ "name": "OH_TextConfig_SetSelection" },
|
|
{ "name": "OH_TextConfig_SetWindowId" },
|
|
{ "name": "OH_TextConfig_GetInputType" },
|
|
{ "name": "OH_TextConfig_GetEnterKeyType" },
|
|
{ "name": "OH_TextConfig_IsPreviewTextSupported" },
|
|
{ "name": "OH_TextConfig_GetCursorInfo" },
|
|
{ "name": "OH_TextConfig_GetTextAvoidInfo" },
|
|
{ "name": "OH_TextConfig_GetSelection" },
|
|
{ "name": "OH_TextConfig_GetWindowId" },
|
|
{ "name": "OH_TextEditorProxy_Create" },
|
|
{ "name": "OH_TextEditorProxy_Destroy" },
|
|
{ "name": "OH_TextEditorProxy_SetGetTextConfigFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetInsertTextFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetDeleteForwardFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetDeleteBackwardFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetSendKeyboardStatusFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetSendEnterKeyFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetMoveCursorFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetHandleSetSelectionFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetHandleExtendActionFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetGetLeftTextOfCursorFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetGetRightTextOfCursorFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetGetTextIndexAtCursorFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetReceivePrivateCommandFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetSetPreviewTextFunc" },
|
|
{ "name": "OH_TextEditorProxy_SetFinishTextPreviewFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetGetTextConfigFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetInsertTextFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetDeleteForwardFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetDeleteBackwardFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetSendKeyboardStatusFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetSendEnterKeyFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetMoveCursorFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetHandleSetSelectionFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetHandleExtendActionFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetGetLeftTextOfCursorFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetGetRightTextOfCursorFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetGetTextIndexAtCursorFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetReceivePrivateCommandFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetSetPreviewTextFunc" },
|
|
{ "name": "OH_TextEditorProxy_GetFinishTextPreviewFunc" },
|
|
{ "name": "OH_AttachOptions_Create" },
|
|
{ "name": "OH_AttachOptions_Destroy" },
|
|
{ "name": "OH_AttachOptions_IsShowKeyboard" },
|
|
{ "name": "OH_TextAvoidInfo_Create" },
|
|
{ "name": "OH_TextAvoidInfo_Destroy" },
|
|
{ "name": "OH_TextAvoidInfo_SetPositionY" },
|
|
{ "name": "OH_TextAvoidInfo_SetHeight" },
|
|
{ "name": "OH_TextAvoidInfo_GetPositionY" },
|
|
{ "name": "OH_TextAvoidInfo_GetHeight" },
|
|
{ "name": "OH_PrivateCommand_Create" },
|
|
{ "name": "OH_PrivateCommand_Destroy" },
|
|
{ "name": "OH_PrivateCommand_SetKey" },
|
|
{ "name": "OH_PrivateCommand_SetBoolValue" },
|
|
{ "name": "OH_PrivateCommand_SetIntValue" },
|
|
{ "name": "OH_PrivateCommand_SetStrValue" },
|
|
{ "name": "OH_PrivateCommand_GetKey" },
|
|
{ "name": "OH_PrivateCommand_GetValueType" },
|
|
{ "name": "OH_PrivateCommand_GetBoolValue" },
|
|
{ "name": "OH_PrivateCommand_GetIntValue" },
|
|
{ "name": "OH_PrivateCommand_GetStrValue" }
|
|
] |