Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp22 …putMethod_ErrorCode OH_InputMethodProxy_ShowKeyboard(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodProxy_ShowKeyboard()
31 …putMethod_ErrorCode OH_InputMethodProxy_HideKeyboard(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodProxy_HideKeyboard()
41InputMethod_InputMethodProxy *inputMethodProxy, char16_t text[], size_t length, int start, int end) in OH_InputMethodProxy_NotifySelectionChange()
60 …orCode OH_InputMethodProxy_NotifyConfigurationChange(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodProxy_NotifyConfigurationChange()
75 InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_CursorInfo *cursorInfo) in OH_InputMethodProxy_NotifyCursorUpdate()
91InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size… in OH_InputMethodProxy_SendPrivateCommand()
H A Dinputmethod_controller_capi.cpp39 InputMethod_ErrorCode IsValidInputMethodProxy(InputMethod_InputMethodProxy *inputMethodProxy) in IsValidInputMethodProxy()
148 InputMethod_AttachOptions *options, InputMethod_InputMethodProxy **inputMethodProxy) in OH_InputMethodController_Attach()
198 …nputMethod_ErrorCode OH_InputMethodController_Detach(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodController_Detach()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp1503 InputMethod_InputMethodProxy *inputMethodProxy = nullptr; variable