Searched refs:ErrorCodeConvert (Results 1 – 4 of 4) sorted by relevance
29 return ErrorCodeConvert(InputMethodController::GetInstance()->ShowCurrentInput()); in OH_InputMethodProxy_ShowKeyboard()38 return ErrorCodeConvert(InputMethodController::GetInstance()->HideCurrentInput()); in OH_InputMethodProxy_HideKeyboard()57 return ErrorCodeConvert( in OH_InputMethodProxy_NotifySelectionChange()71 return ErrorCodeConvert(InputMethodController::GetInstance()->OnConfigurationChange(info)); in OH_InputMethodProxy_NotifyConfigurationChange()86 return ErrorCodeConvert(InputMethodController::GetInstance()->OnCursorUpdate( in OH_InputMethodProxy_NotifyCursorUpdate()112 return ErrorCodeConvert(InputMethodController::GetInstance()->SendPrivateCommand(command)); in OH_InputMethodProxy_SendPrivateCommand()
183 errCode = ErrorCodeConvert(err); in OH_InputMethodController_Attach()221 return ErrorCodeConvert(InputMethodController::GetInstance()->Close()); in OH_InputMethodController_Detach()
55 InputMethod_ErrorCode ErrorCodeConvert(int32_t code) in ErrorCodeConvert() function
20 InputMethod_ErrorCode ErrorCodeConvert(int32_t code);