Home
last modified time | relevance | path

Searched refs:getRightTextOfCursorFunc (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp200 …ethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc) in OH_TextEditorProxy_SetGetRightTextOfCursorFunc() argument
207 if (getRightTextOfCursorFunc == nullptr) { in OH_TextEditorProxy_SetGetRightTextOfCursorFunc()
212 proxy->getRightTextOfCursorFunc = getRightTextOfCursorFunc; in OH_TextEditorProxy_SetGetRightTextOfCursorFunc()
434 …thod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc *getRightTextOfCursorFunc) in OH_TextEditorProxy_GetGetRightTextOfCursorFunc() argument
440 if (getRightTextOfCursorFunc == nullptr) { in OH_TextEditorProxy_GetGetRightTextOfCursorFunc()
444 *getRightTextOfCursorFunc = proxy->getRightTextOfCursorFunc; in OH_TextEditorProxy_GetGetRightTextOfCursorFunc()
H A Dnative_text_changed_listener.cpp181 if (textEditor_->getRightTextOfCursorFunc == nullptr) { in GetRightTextOfCursor()
198 textEditor_->getRightTextOfCursorFunc(textEditor_, number, text, &length); in GetRightTextOfCursor()
H A Dinputmethod_controller_capi.cpp113 CHECK_MEMBER_NULL(textEditor, getRightTextOfCursorFunc); in IsValidTextEditorProxy()
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h423 …thod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc);
638 …hod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc *getRightTextOfCursorFunc);
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h59 OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md139 …TextOfCursorFunc](#oh_texteditorproxy_getrighttextofcursorfunc) getRightTextOfCursorFunc) | 将函数[OH…
154 …xtOfCursorFunc](#oh_texteditorproxy_getrighttextofcursorfunc) \*getRightTextOfCursorFunc) | 从[Inpu…
2389 …d_TextEditorProxy * proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc * getRightTextOfCursorFunc )
2403 | getRightTextOfCursorFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_GetRightTextOfCursorFunc](#oh_texted…
2839 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc )
2853 | getRightTextOfCursorFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_GetRightTextOfCursorFunc](#oh_texted…
H A Dinputmethod__text__editor__proxy__capi_8h.md58 …](_input_method.md#oh_texteditorproxy_getrighttextofcursorfunc) getRightTextOfCursorFunc) | 将函数[OH…
73 …_input_method.md#oh_texteditorproxy_getrighttextofcursorfunc) \*getRightTextOfCursorFunc) | 从[Inpu…
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__text__editor__proxy__capi_8h.md58 …](_input_method.md#oh_texteditorproxy_getrighttextofcursorfunc) getRightTextOfCursorFunc) | Sets t…
73 …_input_method.md#oh_texteditorproxy_getrighttextofcursorfunc) \*getRightTextOfCursorFunc) | Obtain…
H A D_input_method.md139 …TextOfCursorFunc](#oh_texteditorproxy_getrighttextofcursorfunc) getRightTextOfCursorFunc) | Sets t…
154 …xtOfCursorFunc](#oh_texteditorproxy_getrighttextofcursorfunc) \*getRightTextOfCursorFunc) | Obtain…
2389 …d_TextEditorProxy * proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc * getRightTextOfCursorFunc )
2403 | getRightTextOfCursorFunc | Function [OH_TextEditorProxy_GetRightTextOfCursorFunc](#oh_texteditorp…
2839 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc )
2853 | getRightTextOfCursorFunc | Function [OH_TextEditorProxy_GetRightTextOfCursorFunc](#oh_texteditorp…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp234 OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc = nullptr; in TestGetTextEditorProxyMember() local
235 …RR_OK, OH_TextEditorProxy_GetGetRightTextOfCursorFunc(textEditorProxy, &getRightTextOfCursorFunc)); in TestGetTextEditorProxyMember()
236 EXPECT_EQ(GetRightTextOfCursorFunc, getRightTextOfCursorFunc); in TestGetTextEditorProxyMember()