Searched refs:OH_InputMethodController_Detach (Results 1 – 9 of 9) sorted by relevance
107 当编辑框失焦,需要结束使用输入法,通过接口[OH_InputMethodController_Detach](../reference/apis-ime-kit/_input_method.md#o…111 if (OH_InputMethodController_Detach(inputMethodProxy) != InputMethod_ErrorCode::IME_ERR_OK) {
83 InputMethod_ErrorCode OH_InputMethodController_Detach(InputMethod_InputMethodProxy *inputMethodProx…
25 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_InputMethodController_Detach]…
85 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_InputMethodController_Detach](#oh_inputmethod…1090 ### OH_InputMethodController_Detach()1093 InputMethod_ErrorCode OH_InputMethodController_Detach (InputMethod_InputMethodProxy * inputMethodPr…
107 …put method and unbind the input method framework by calling [OH_InputMethodController_Detach](../r…111 if (OH_InputMethodController_Detach(inputMethodProxy) != InputMethod_ErrorCode::IME_ERR_OK) {
198 InputMethod_ErrorCode OH_InputMethodController_Detach(InputMethod_InputMethodProxy *inputMethodProx… in OH_InputMethodController_Detach() function
1339 auto ret = OH_InputMethodController_Detach(nullptr);