Home
last modified time | relevance | path

Searched refs:OH_TextEditorProxy_InsertTextFunc (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h81 typedef void (*OH_TextEditorProxy_InsertTextFunc)( typedef
301 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_InsertTextFunc insertTextFunc);
507 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_InsertTextFunc *insertTextFunc);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md41 | typedef void(\* [OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc)) ([InputM…
130 …y) \*proxy, [OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc) insertTextFunc…
145OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc) \*insertTextFunc) | 从[Input…
555 ### OH_TextEditorProxy_InsertTextFunc subsection
558 typedef void(* OH_TextEditorProxy_InsertTextFunc) (InputMethod_TextEditorProxy *textEditorProxy, co…
2539 …oxy_GetInsertTextFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_InsertTextFunc * in…
2544 从[InputMethod_TextEditorProxy](#inputmethod_texteditorproxy)中获取[OH_TextEditorProxy_InsertTextFunc](…
2553 | insertTextFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttext…
2989 …oxy_SetInsertTextFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_InsertTextFunc inse…
2994 将函数[OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc)设置到[InputMethod_TextEdito…
[all …]
H A Dinputmethod__text__editor__proxy__capi_8h.md26 | typedef void(\* [OH_TextEditorProxy_InsertTextFunc](_input_method.md#oh_texteditorproxy_inserttex…
49 …xy, [OH_TextEditorProxy_InsertTextFunc](_input_method.md#oh_texteditorproxy_inserttextfunc) insert…
64OH_TextEditorProxy_InsertTextFunc](_input_method.md#oh_texteditorproxy_inserttextfunc) \*insertTex…
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__text__editor__proxy__capi_8h.md26 | typedef void(\* [OH_TextEditorProxy_InsertTextFunc](_input_method.md#oh_texteditorproxy_inserttex…
49 … [OH_TextEditorProxy_InsertTextFunc](_input_method.md#oh_texteditorproxy_inserttextfunc) insertTex…
64OH_TextEditorProxy_InsertTextFunc](_input_method.md#oh_texteditorproxy_inserttextfunc) \*insertTex…
H A D_input_method.md41 | typedef void(\* [OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc)) ([InputM…
130 …\*proxy, [OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc) insertTextFunc) |…
145 …proxy, [OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc) \*insertTextFunc) |…
555 ### OH_TextEditorProxy_InsertTextFunc subsection
558 typedef void(* OH_TextEditorProxy_InsertTextFunc) (InputMethod_TextEditorProxy *textEditorProxy, co…
2539 …oxy_GetInsertTextFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_InsertTextFunc * in…
2544 Obtains the [OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc) function from […
2553 | insertTextFunc | Function [OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc)…
2989 …oxy_SetInsertTextFunc (InputMethod_TextEditorProxy * proxy, OH_TextEditorProxy_InsertTextFunc inse…
2994 Sets the [OH_TextEditorProxy_InsertTextFunc](#oh_texteditorproxy_inserttextfunc) function to [Input…
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h50 OH_TextEditorProxy_InsertTextFunc insertTextFunc;
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp49 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_InsertTextFunc insertTextFunc) in OH_TextEditorProxy_SetInsertTextFunc()
298 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_InsertTextFunc *insertTextFunc) in OH_TextEditorProxy_GetInsertTextFunc()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp198 OH_TextEditorProxy_InsertTextFunc insertTextFunc = nullptr; in TestGetTextEditorProxyMember()