Home
last modified time | relevance | path

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

/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_text_editor_proxy_capi.h247 typedef int32_t (*OH_TextEditorProxy_SetPreviewTextFunc)( typedef
453 * @brief Set function {@link OH_TextEditorProxy_SetPreviewTextFunc} into {@link InputMethod_TextEditorProxy}.
456 * @param setPreviewTextFunc Represents function {@link OH_TextEditorProxy_SetPreviewTextFunc} which will be set.
464 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SetPreviewTextFunc setPreviewTextFunc);
670 * @brief Get function {@link OH_TextEditorProxy_SetPreviewTextFunc} from {@link InputMethod_TextEditorProxy}.
674 * @param setPreviewTextFunc Represents function {@link OH_TextEditorProxy_SetPreviewTextFunc} which will be get.
682 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SetPreviewTextFunc *setPreviewTextFunc);
/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h62 OH_TextEditorProxy_SetPreviewTextFunc setPreviewTextFunc;
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp249 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SetPreviewTextFunc setPreviewTextFunc) in OH_TextEditorProxy_SetSetPreviewTextFunc()
479 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_SetPreviewTextFunc *setPreviewTextFunc) in OH_TextEditorProxy_GetSetPreviewTextFunc()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp246 OH_TextEditorProxy_SetPreviewTextFunc setPreviewTextFunc = nullptr; in TestGetTextEditorProxyMember()

Completed in 5 milliseconds