Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h366 InputMethod_ErrorCode OH_TextEditorProxy_SetMoveCursorFunc(
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Dinputmethod__text__editor__proxy__capi_8h.md54OH_TextEditorProxy_SetMoveCursorFunc](_input_method.md#oh_texteditorproxy_setmovecursorfunc) ([Inp…
H A D_input_method.md135OH_TextEditorProxy_SetMoveCursorFunc](#oh_texteditorproxy_setmovecursorfunc) ([InputMethod_TextEdi…
3016 ### OH_TextEditorProxy_SetMoveCursorFunc()
3019 InputMethod_ErrorCode OH_TextEditorProxy_SetMoveCursorFunc (InputMethod_TextEditorProxy * proxy, OH…
3024 将函数[OH_TextEditorProxy_SetMoveCursorFunc](#oh_texteditorproxy_setmovecursorfunc)设置到[InputMethod_Tex…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp116 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetMoveCursorFunc(textEditorProxy, MoveCursor)); in ConstructTextEditorProxy()
H A Dinputmethod_controller_capi_test.cpp181 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetMoveCursorFunc(textEditorProxy, MoveCursorFunc)); in ConstructTextEditorProxy()
686 auto ret = OH_TextEditorProxy_SetMoveCursorFunc(nullptr, nullptr);
690 ret = OH_TextEditorProxy_SetMoveCursorFunc(proxy, nullptr);
1463 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetMoveCursorFunc(textEditorProxy, MoveCursorFunc));
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__text__editor__proxy__capi_8h.md54OH_TextEditorProxy_SetMoveCursorFunc](_input_method.md#oh_texteditorproxy_setmovecursorfunc) ([Inp…
H A D_input_method.md135OH_TextEditorProxy_SetMoveCursorFunc](#oh_texteditorproxy_setmovecursorfunc) ([InputMethod_TextEdi…
3016 ### OH_TextEditorProxy_SetMoveCursorFunc()
3019 InputMethod_ErrorCode OH_TextEditorProxy_SetMoveCursorFunc (InputMethod_TextEditorProxy * proxy, OH…
3024 Sets the [OH_TextEditorProxy_SetMoveCursorFunc](#oh_texteditorproxy_setmovecursorfunc) function to …
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp132 InputMethod_ErrorCode OH_TextEditorProxy_SetMoveCursorFunc( in OH_TextEditorProxy_SetMoveCursorFunc() function