Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp167 …putMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc) in OH_TextEditorProxy_SetHandleExtendActionFunc() argument
174 if (handleExtendActionFunc == nullptr) { in OH_TextEditorProxy_SetHandleExtendActionFunc()
179 proxy->handleExtendActionFunc = handleExtendActionFunc; in OH_TextEditorProxy_SetHandleExtendActionFunc()
404 …utMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleExtendActionFunc *handleExtendActionFunc) in OH_TextEditorProxy_GetHandleExtendActionFunc() argument
410 if (handleExtendActionFunc == nullptr) { in OH_TextEditorProxy_GetHandleExtendActionFunc()
414 *handleExtendActionFunc = proxy->handleExtendActionFunc; in OH_TextEditorProxy_GetHandleExtendActionFunc()
H A Dnative_text_changed_listener.cpp135 if (textEditor_->handleExtendActionFunc == nullptr) { in HandleExtendAction()
140 textEditor_->handleExtendActionFunc(textEditor_, ConvertToCExtendAction(action)); in HandleExtendAction()
H A Dinputmethod_controller_capi.cpp111 CHECK_MEMBER_NULL(textEditor, handleExtendActionFunc); in IsValidTextEditorProxy()
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h395 …utMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc);
608 …tMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleExtendActionFunc *handleExtendActionFunc);
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h57 OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md137 …dleExtendActionFunc](#oh_texteditorproxy_handleextendactionfunc) handleExtendActionFunc) | 将函数[OH_…
152 …eExtendActionFunc](#oh_texteditorproxy_handleextendactionfunc) \*handleExtendActionFunc) | 从[Input…
2479 …ethod_TextEditorProxy * proxy, OH_TextEditorProxy_HandleExtendActionFunc * handleExtendActionFunc )
2493 | handleExtendActionFunc | 表示从proxy获取到的函数[OH_TextEditorProxy_HandleExtendActionFunc](#oh_texteditor…
2929 …tMethod_TextEditorProxy * proxy, OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc )
2943 | handleExtendActionFunc | 表示被设置到proxy的函数[OH_TextEditorProxy_HandleExtendActionFunc](#oh_texteditor…
H A Dinputmethod__text__editor__proxy__capi_8h.md56 …unc](_input_method.md#oh_texteditorproxy_handleextendactionfunc) handleExtendActionFunc) | 将函数[OH_…
71 …c](_input_method.md#oh_texteditorproxy_handleextendactionfunc) \*handleExtendActionFunc) | 从[Input…
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__text__editor__proxy__capi_8h.md56 …unc](_input_method.md#oh_texteditorproxy_handleextendactionfunc) handleExtendActionFunc) | Sets th…
71 …c](_input_method.md#oh_texteditorproxy_handleextendactionfunc) \*handleExtendActionFunc) | Obtains…
H A D_input_method.md137 …dleExtendActionFunc](#oh_texteditorproxy_handleextendactionfunc) handleExtendActionFunc) | Sets th…
152 …eExtendActionFunc](#oh_texteditorproxy_handleextendactionfunc) \*handleExtendActionFunc) | Obtains…
2479 …ethod_TextEditorProxy * proxy, OH_TextEditorProxy_HandleExtendActionFunc * handleExtendActionFunc )
2493 | handleExtendActionFunc | Function [OH_TextEditorProxy_HandleExtendActionFunc](#oh_texteditorproxy…
2929 …tMethod_TextEditorProxy * proxy, OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc )
2943 | handleExtendActionFunc | Function [OH_TextEditorProxy_HandleExtendActionFunc](#oh_texteditorproxy…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp226 OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc = nullptr; in TestGetTextEditorProxyMember() local
227 …ME_ERR_OK, OH_TextEditorProxy_GetHandleExtendActionFunc(textEditorProxy, &handleExtendActionFunc)); in TestGetTextEditorProxyMember()
228 EXPECT_EQ(HandleExtendActionFunc, handleExtendActionFunc); in TestGetTextEditorProxyMember()