Searched refs:handleExtendActionFunc (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 167 …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 D | native_text_changed_listener.cpp | 135 if (textEditor_->handleExtendActionFunc == nullptr) { in HandleExtendAction() 140 textEditor_->handleExtendActionFunc(textEditor_, ConvertToCExtendAction(action)); in HandleExtendAction()
|
H A D | inputmethod_controller_capi.cpp | 111 CHECK_MEMBER_NULL(textEditor, handleExtendActionFunc); in IsValidTextEditorProxy()
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 395 …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 D | native_inputmethod_types.h | 57 OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 137 …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 D | inputmethod__text__editor__proxy__capi_8h.md | 56 …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 D | inputmethod__text__editor__proxy__capi_8h.md | 56 …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.md | 137 …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 D | inputmethod_controller_capi_test.cpp | 226 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()
|