Home
last modified time | relevance | path

Searched defs:textEditor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_controller_capi.cpp31 InputMethod_TextEditorProxy *textEditor = nullptr; member
63 static InputMethod_ErrorCode GetInputMethodProxy(InputMethod_TextEditorProxy *textEditor) in GetInputMethodProxy()
89 #define CHECK_MEMBER_NULL(textEditor, member) \ argument
96 static int32_t IsValidTextEditorProxy(InputMethod_TextEditorProxy *textEditor) in IsValidTextEditorProxy()
147 InputMethod_ErrorCode OH_InputMethodController_Attach(InputMethod_TextEditorProxy *textEditor, in OH_InputMethodController_Attach()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp66 auto textEditor = OH_TextEditorProxy_Create(); variable
134 auto textEditor = OH_TextEditorProxy_Create(); variable
152 auto textEditor = OH_TextEditorProxy_Create(); variable
167 auto textEditor = OH_TextEditorProxy_Create(); variable
199 auto textEditor = OH_TextEditorProxy_Create(); variable
216 auto textEditor = OH_TextEditorProxy_Create(); variable
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_text_changed_listener.h23 …explicit NativeTextChangedListener(InputMethod_TextEditorProxy *textEditor) : textEditor_(textEdit… in NativeTextChangedListener()