Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/ndk/src/
Dinputmethod_inputmethod_proxy_capi.cpp44 …putMethod_ErrorCode OH_InputMethodProxy_ShowKeyboard(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodProxy_ShowKeyboard()
55 InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_AttachOptions *options) in OH_InputMethodProxy_ShowTextInput()
69 …putMethod_ErrorCode OH_InputMethodProxy_HideKeyboard(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodProxy_HideKeyboard()
79InputMethod_InputMethodProxy *inputMethodProxy, char16_t text[], size_t length, int start, int end) in OH_InputMethodProxy_NotifySelectionChange()
98 …orCode OH_InputMethodProxy_NotifyConfigurationChange(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodProxy_NotifyConfigurationChange()
113 InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_CursorInfo *cursorInfo) in OH_InputMethodProxy_NotifyCursorUpdate()
129InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size… in OH_InputMethodProxy_SendPrivateCommand()
153 …nputMethod_ErrorCode OH_InputMethodProxy_SendMessage(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodProxy_SendMessage()
178 InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_MessageHandlerProxy *messageHandler) in OH_InputMethodProxy_RecvMessage()
Dinputmethod_controller_capi.cpp39 InputMethod_ErrorCode IsValidInputMethodProxy(const InputMethod_InputMethodProxy *inputMethodProxy) in IsValidInputMethodProxy()
148 InputMethod_AttachOptions *options, InputMethod_InputMethodProxy **inputMethodProxy) in OH_InputMethodController_Attach()
201 …nputMethod_ErrorCode OH_InputMethodController_Detach(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodController_Detach()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinputmethod_controller_capi_test.cpp1503 InputMethod_InputMethodProxy *inputMethodProxy = nullptr; variable