Home
last modified time | relevance | path

Searched refs:IsValidTextEditorProxy (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_controller_capi.cpp96 static int32_t IsValidTextEditorProxy(InputMethod_TextEditorProxy *textEditor) in IsValidTextEditorProxy() function
150 …if ((IsValidTextEditorProxy(textEditor) != IME_ERR_OK) || options == nullptr || inputMethodProxy =… in OH_InputMethodController_Attach()