Searched defs:inputMethodProxy (Results 1 – 3 of 3) sorted by relevance
22 …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()41 …InputMethod_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()91 …InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size… in OH_InputMethodProxy_SendPrivateCommand()
39 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()
1503 InputMethod_InputMethodProxy *inputMethodProxy = nullptr; variable