Searched refs:OH_TextEditorProxy_MoveCursorFunc (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 146 typedef void (*OH_TextEditorProxy_MoveCursorFunc)( typedef 367 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_MoveCursorFunc moveCursorFunc); 578 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_MoveCursorFunc *moveCursorFunc);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 46 | typedef void(\* [OH_TextEditorProxy_MoveCursorFunc](#oh_texteditorproxy_movecursorfunc)) ([InputM… 135 …od_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_MoveCursorFunc](#oh… 150 …OH_TextEditorProxy_MoveCursorFunc](#oh_texteditorproxy_movecursorfunc) \*moveCursorFunc) | 从[Input… 578 ### OH_TextEditorProxy_MoveCursorFunc subsection 581 typedef void(* OH_TextEditorProxy_MoveCursorFunc) (InputMethod_TextEditorProxy *textEditorProxy, In… 2569 …oxy_GetMoveCursorFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_MoveCursorFunc * mo… 2574 从[InputMethod_TextEditorProxy](#inputmethod_texteditorproxy)中获取[OH_TextEditorProxy_MoveCursorFunc](… 2583 | moveCursorFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_MoveCursorFunc](#oh_texteditorproxy_movecursor… 3019 …oxy_SetMoveCursorFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_MoveCursorFunc move… 3033 | moveCursorFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_MoveCursorFunc](#oh_texteditorproxy_movecursor…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 31 | typedef void(\* [OH_TextEditorProxy_MoveCursorFunc](_input_method.md#oh_texteditorproxy_movecurso… 54 …xy](_input_method.md#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_MoveCursorFunc](_in… 69 …OH_TextEditorProxy_MoveCursorFunc](_input_method.md#oh_texteditorproxy_movecursorfunc) \*moveCurso…
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 55 OH_TextEditorProxy_MoveCursorFunc moveCursorFunc;
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__editor__proxy__capi_8h.md | 31 | typedef void(\* [OH_TextEditorProxy_MoveCursorFunc](_input_method.md#oh_texteditorproxy_movecurso… 54 …xy](_input_method.md#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_MoveCursorFunc](_in… 69 …OH_TextEditorProxy_MoveCursorFunc](_input_method.md#oh_texteditorproxy_movecursorfunc) \*moveCurso…
|
H A D | _input_method.md | 46 | typedef void(\* [OH_TextEditorProxy_MoveCursorFunc](#oh_texteditorproxy_movecursorfunc)) ([InputM… 135 …od_TextEditorProxy](#inputmethod_texteditorproxy) \*proxy, [OH_TextEditorProxy_MoveCursorFunc](#oh… 150 …proxy, [OH_TextEditorProxy_MoveCursorFunc](#oh_texteditorproxy_movecursorfunc) \*moveCursorFunc) |… 578 ### OH_TextEditorProxy_MoveCursorFunc subsection 581 typedef void(* OH_TextEditorProxy_MoveCursorFunc) (InputMethod_TextEditorProxy *textEditorProxy, In… 2569 …oxy_GetMoveCursorFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_MoveCursorFunc * mo… 2574 Obtains the [OH_TextEditorProxy_MoveCursorFunc](#oh_texteditorproxy_movecursorfunc) function from [… 2583 | moveCursorFunc | Function [OH_TextEditorProxy_MoveCursorFunc](#oh_texteditorproxy_movecursorfunc)… 3019 …oxy_SetMoveCursorFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_MoveCursorFunc move… 3033 | moveCursorFunc | Function [OH_TextEditorProxy_MoveCursorFunc](#oh_texteditorproxy_movecursorfunc)…
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 133 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_MoveCursorFunc moveCursorFunc) in OH_TextEditorProxy_SetMoveCursorFunc() 374 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_MoveCursorFunc *moveCursorFunc) in OH_TextEditorProxy_GetMoveCursorFunc()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 218 OH_TextEditorProxy_MoveCursorFunc moveCursorFunc = nullptr; in TestGetTextEditorProxyMember()
|