Searched refs:OH_TextEditorProxy_SetMoveCursorFunc (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 | 366 InputMethod_ErrorCode OH_TextEditorProxy_SetMoveCursorFunc(
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__editor__proxy__capi_8h.md | 54 …OH_TextEditorProxy_SetMoveCursorFunc](_input_method.md#oh_texteditorproxy_setmovecursorfunc) ([Inp…
|
H A D | _input_method.md | 135 …OH_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 D | native_text_changed_listener_test.cpp | 116 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetMoveCursorFunc(textEditorProxy, MoveCursor)); in ConstructTextEditorProxy()
|
H A D | inputmethod_controller_capi_test.cpp | 181 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 D | inputmethod__text__editor__proxy__capi_8h.md | 54 …OH_TextEditorProxy_SetMoveCursorFunc](_input_method.md#oh_texteditorproxy_setmovecursorfunc) ([Inp…
|
H A D | _input_method.md | 135 …OH_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 D | inputmethod_texteditor_proxy_capi.cpp | 132 InputMethod_ErrorCode OH_TextEditorProxy_SetMoveCursorFunc( in OH_TextEditorProxy_SetMoveCursorFunc() function
|