Home
last modified time | relevance | path

Searched refs:OH_TextEditorProxy_HandleExtendActionFunc (Results 1 - 4 of 4) sorted by relevance

/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h173 typedef void (*OH_TextEditorProxy_HandleExtendActionFunc)( typedef
383 * @brief Set function {@link OH_TextEditorProxy_HandleExtendActionFunc} into {@link InputMethod_TextEditorProxy}.
386 * @param handleExtendActionFunc Represents function {@link OH_TextEditorProxy_HandleExtendActionFunc} which will be
395 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc);
595 * @brief Get function {@link OH_TextEditorProxy_HandleExtendActionFunc} from {@link InputMethod_TextEditorProxy}.
599 * @param handleExtendActionFunc Represents function {@link OH_TextEditorProxy_HandleExtendActionFunc} which will be
608 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleExtendActionFunc *handleExtendActionFunc);
/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h57 OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc;
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp167 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc) in OH_TextEditorProxy_SetHandleExtendActionFunc()
404 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_HandleExtendActionFunc *handleExtendActionFunc) in OH_TextEditorProxy_GetHandleExtendActionFunc()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp226 OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc = nullptr; in TestGetTextEditorProxyMember()

Completed in 9 milliseconds