Searched refs:OH_TextEditorProxy_SetInsertTextFunc (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/inputmethod/ |
H A D | use-inputmethod-in-custom-edit-box-ndk.md | 101 OH_TextEditorProxy_SetInsertTextFunc(textEditorProxy, InsertText);
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_editor_proxy_capi.h | 300 InputMethod_ErrorCode OH_TextEditorProxy_SetInsertTextFunc(
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 111 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetInsertTextFunc(textEditorProxy, InsertText)); in ConstructTextEditorProxy()
|
H A D | inputmethod_controller_capi_test.cpp | 176 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetInsertTextFunc(textEditorProxy, InsertTextFunc)); in ConstructTextEditorProxy() 606 auto ret = OH_TextEditorProxy_SetInsertTextFunc(nullptr, nullptr); 610 ret = OH_TextEditorProxy_SetInsertTextFunc(proxy, nullptr); 1448 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetInsertTextFunc(textEditorProxy, InsertTextFunc));
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_texteditor_proxy_capi.cpp | 48 InputMethod_ErrorCode OH_TextEditorProxy_SetInsertTextFunc( in OH_TextEditorProxy_SetInsertTextFunc() function
|
/ohos5.0/docs/en/application-dev/inputmethod/ |
H A D | use-inputmethod-in-custom-edit-box-ndk.md | 101 OH_TextEditorProxy_SetInsertTextFunc(textEditorProxy, InsertText);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 130 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_TextEditorProxy_SetInsertTextFunc](#oh_texted… 2986 ### OH_TextEditorProxy_SetInsertTextFunc() 2989 InputMethod_ErrorCode OH_TextEditorProxy_SetInsertTextFunc (InputMethod_TextEditorProxy * proxy, OH…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 49 …ethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_TextEditorProxy_SetInsertTextFunc](_i…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__editor__proxy__capi_8h.md | 49 …ethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_TextEditorProxy_SetInsertTextFunc](_i…
|
H A D | _input_method.md | 130 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_TextEditorProxy_SetInsertTextFunc](#oh_texted… 2986 ### OH_TextEditorProxy_SetInsertTextFunc() 2989 InputMethod_ErrorCode OH_TextEditorProxy_SetInsertTextFunc (InputMethod_TextEditorProxy * proxy, OH…
|