Searched refs:getLeftTextOfCursorFunc (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 184 …tMethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc) in OH_TextEditorProxy_SetGetLeftTextOfCursorFunc() argument 191 if (getLeftTextOfCursorFunc == nullptr) { in OH_TextEditorProxy_SetGetLeftTextOfCursorFunc() 196 proxy->getLeftTextOfCursorFunc = getLeftTextOfCursorFunc; in OH_TextEditorProxy_SetGetLeftTextOfCursorFunc() 419 …Method_TextEditorProxy *proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc *getLeftTextOfCursorFunc) in OH_TextEditorProxy_GetGetLeftTextOfCursorFunc() argument 425 if (getLeftTextOfCursorFunc == nullptr) { in OH_TextEditorProxy_GetGetLeftTextOfCursorFunc() 429 *getLeftTextOfCursorFunc = proxy->getLeftTextOfCursorFunc; in OH_TextEditorProxy_GetGetLeftTextOfCursorFunc()
|
H A D | native_text_changed_listener.cpp | 150 if (textEditor_->getLeftTextOfCursorFunc == nullptr) { in GetLeftTextOfCursor() 167 textEditor_->getLeftTextOfCursorFunc(textEditor_, number, text, &length); in GetLeftTextOfCursor()
|
H A D | inputmethod_controller_capi.cpp | 112 CHECK_MEMBER_NULL(textEditor, getLeftTextOfCursorFunc); in IsValidTextEditorProxy()
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 409 …Method_TextEditorProxy *proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc); 623 …ethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc *getLeftTextOfCursorFunc);
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 58 OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 138 …ftTextOfCursorFunc](#oh_texteditorproxy_getlefttextofcursorfunc) getLeftTextOfCursorFunc) | 将函数[OH… 153 …TextOfCursorFunc](#oh_texteditorproxy_getlefttextofcursorfunc) \*getLeftTextOfCursorFunc) | 从[Inpu… 2359 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc * getLeftTextOfCursorFunc ) 2373 | getLeftTextOfCursorFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_GetLeftTextOfCursorFunc](#oh_textedit… 2809 …ethod_TextEditorProxy * proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc ) 2823 | getLeftTextOfCursorFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_GetLeftTextOfCursorFunc](#oh_textedit…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 57 …nc](_input_method.md#oh_texteditorproxy_getlefttextofcursorfunc) getLeftTextOfCursorFunc) | 将函数[OH… 72 …](_input_method.md#oh_texteditorproxy_getlefttextofcursorfunc) \*getLeftTextOfCursorFunc) | 从[Inpu…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__editor__proxy__capi_8h.md | 57 …nc](_input_method.md#oh_texteditorproxy_getlefttextofcursorfunc) getLeftTextOfCursorFunc) | Sets t… 72 …](_input_method.md#oh_texteditorproxy_getlefttextofcursorfunc) \*getLeftTextOfCursorFunc) | Obtain…
|
H A D | _input_method.md | 138 …ftTextOfCursorFunc](#oh_texteditorproxy_getlefttextofcursorfunc) getLeftTextOfCursorFunc) | Sets t… 153 …TextOfCursorFunc](#oh_texteditorproxy_getlefttextofcursorfunc) \*getLeftTextOfCursorFunc) | Obtain… 2359 …hod_TextEditorProxy * proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc * getLeftTextOfCursorFunc ) 2373 | getLeftTextOfCursorFunc | Function [OH_TextEditorProxy_GetLeftTextOfCursorFunc](#oh_texteditorpro… 2809 …ethod_TextEditorProxy * proxy, OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc ) 2823 | getLeftTextOfCursorFunc | Function [OH_TextEditorProxy_GetLeftTextOfCursorFunc](#oh_texteditorpro…
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 230 OH_TextEditorProxy_GetLeftTextOfCursorFunc getLeftTextOfCursorFunc = nullptr; in TestGetTextEditorProxyMember() local 231 …_ERR_OK, OH_TextEditorProxy_GetGetLeftTextOfCursorFunc(textEditorProxy, &getLeftTextOfCursorFunc)); in TestGetTextEditorProxyMember() 232 EXPECT_EQ(GetleftTextOfCursorFunc, getLeftTextOfCursorFunc); in TestGetTextEditorProxyMember()
|