Searched refs:handleSetSelectionFunc (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 150 …putMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc) in OH_TextEditorProxy_SetHandleSetSelectionFunc() argument 157 if (handleSetSelectionFunc == nullptr) { in OH_TextEditorProxy_SetHandleSetSelectionFunc() 162 proxy->handleSetSelectionFunc = handleSetSelectionFunc; in OH_TextEditorProxy_SetHandleSetSelectionFunc() 389 …utMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleSetSelectionFunc *handleSetSelectionFunc) in OH_TextEditorProxy_GetHandleSetSelectionFunc() argument 395 if (handleSetSelectionFunc == nullptr) { in OH_TextEditorProxy_GetHandleSetSelectionFunc() 399 *handleSetSelectionFunc = proxy->handleSetSelectionFunc; in OH_TextEditorProxy_GetHandleSetSelectionFunc()
|
H A D | native_text_changed_listener.cpp | 120 if (textEditor_->handleSetSelectionFunc == nullptr) { in HandleSetSelection() 125 textEditor_->handleSetSelectionFunc(textEditor_, start, end); in HandleSetSelection()
|
H A D | inputmethod_controller_capi.cpp | 110 CHECK_MEMBER_NULL(textEditor, handleSetSelectionFunc); in IsValidTextEditorProxy()
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 381 …utMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc); 593 …tMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleSetSelectionFunc *handleSetSelectionFunc);
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 56 OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 136 …dleSetSelectionFunc](#oh_texteditorproxy_handlesetselectionfunc) handleSetSelectionFunc) | 将函数[OH_… 151 …eSetSelectionFunc](#oh_texteditorproxy_handlesetselectionfunc) \*handleSetSelectionFunc) | 从[Input… 2509 …ethod_TextEditorProxy * proxy, OH_TextEditorProxy_HandleSetSelectionFunc * handleSetSelectionFunc ) 2523 | handleSetSelectionFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_HandleSetSelectionFunc](#oh_texteditor… 2959 …tMethod_TextEditorProxy * proxy, OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc ) 2973 | handleSetSelectionFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_HandleSetSelectionFunc](#oh_texteditor…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 55 …unc](_input_method.md#oh_texteditorproxy_handlesetselectionfunc) handleSetSelectionFunc) | 将函数[OH_… 70 …c](_input_method.md#oh_texteditorproxy_handlesetselectionfunc) \*handleSetSelectionFunc) | 从[Input…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__editor__proxy__capi_8h.md | 55 …unc](_input_method.md#oh_texteditorproxy_handlesetselectionfunc) handleSetSelectionFunc) | Sets th… 70 …c](_input_method.md#oh_texteditorproxy_handlesetselectionfunc) \*handleSetSelectionFunc) | Obtains…
|
H A D | _input_method.md | 136 …dleSetSelectionFunc](#oh_texteditorproxy_handlesetselectionfunc) handleSetSelectionFunc) | Sets th… 151 …eSetSelectionFunc](#oh_texteditorproxy_handlesetselectionfunc) \*handleSetSelectionFunc) | Obtains… 2509 …ethod_TextEditorProxy * proxy, OH_TextEditorProxy_HandleSetSelectionFunc * handleSetSelectionFunc ) 2523 | handleSetSelectionFunc | Function [OH_TextEditorProxy_HandleSetSelectionFunc](#oh_texteditorproxy… 2959 …tMethod_TextEditorProxy * proxy, OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc ) 2973 | handleSetSelectionFunc | Function [OH_TextEditorProxy_HandleSetSelectionFunc](#oh_texteditorproxy…
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 222 OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc = nullptr; in TestGetTextEditorProxyMember() local 223 …ME_ERR_OK, OH_TextEditorProxy_GetHandleSetSelectionFunc(textEditorProxy, &handleSetSelectionFunc)); in TestGetTextEditorProxyMember() 224 EXPECT_EQ(HandleSetSelectionFunc, handleSetSelectionFunc); in TestGetTextEditorProxyMember()
|