Home
last modified time | relevance | path

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

/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h203 typedef void (*OH_TextEditorProxy_GetRightTextOfCursorFunc)( typedef
411 * @brief Set function {@link OH_TextEditorProxy_GetRightTextOfCursorFunc} into {@link InputMethod_TextEditorProxy}.
414 * @param getRightTextOfCursorFunc Represents function {@link OH_TextEditorProxy_GetRightTextOfCursorFunc} which
423 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc);
625 * @brief Get function {@link OH_TextEditorProxy_GetRightTextOfCursorFunc} from {@link InputMethod_TextEditorProxy}.
629 * @param getRightTextOfCursorFunc Represents function {@link OH_TextEditorProxy_GetRightTextOfCursorFunc} which
638 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc *getRightTextOfCursorFunc);
/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h59 OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc;
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp200 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc) in OH_TextEditorProxy_SetGetRightTextOfCursorFunc()
434 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_GetRightTextOfCursorFunc *getRightTextOfCursorFunc) in OH_TextEditorProxy_GetGetRightTextOfCursorFunc()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp234 OH_TextEditorProxy_GetRightTextOfCursorFunc getRightTextOfCursorFunc = nullptr; in TestGetTextEditorProxyMember()

Completed in 5 milliseconds