Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp150 …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 Dnative_text_changed_listener.cpp120 if (textEditor_->handleSetSelectionFunc == nullptr) { in HandleSetSelection()
125 textEditor_->handleSetSelectionFunc(textEditor_, start, end); in HandleSetSelection()
H A Dinputmethod_controller_capi.cpp110 CHECK_MEMBER_NULL(textEditor, handleSetSelectionFunc); in IsValidTextEditorProxy()
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h381 …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 Dnative_inputmethod_types.h56 OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md136 …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 Dinputmethod__text__editor__proxy__capi_8h.md55 …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 Dinputmethod__text__editor__proxy__capi_8h.md55 …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.md136 …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 Dinputmethod_controller_capi_test.cpp222 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()