Home
last modified time | relevance | path

Searched refs:ErrorCodeConvert (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp29 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()
H A Dinputmethod_controller_capi.cpp183 errCode = ErrorCodeConvert(err); in OH_InputMethodController_Attach()
221 return ErrorCodeConvert(InputMethodController::GetInstance()->Close()); in OH_InputMethodController_Detach()
H A Dnative_capi_utils.cpp55 InputMethod_ErrorCode ErrorCodeConvert(int32_t code) in ErrorCodeConvert() function
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_utils.h20 InputMethod_ErrorCode ErrorCodeConvert(int32_t code);