Home
last modified time | relevance | path

Searched refs:ConverterRetToString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dregister_hdi_device_v2_0.cpp47 … LOGW("Get device name failed. Errorcode is %{public}s.", ConverterRetToString(nnrtRet).c_str()); in HDIDeviceV2_0Creator()
58 … LOGW("Get vendor name failed. Errorcode is %{public}s.", ConverterRetToString(nnrtRet).c_str()); in HDIDeviceV2_0Creator()
70 … LOGW("Get version failed. Errorcode is %{public}s.", ConverterRetToString(nnrtRet).c_str()); in HDIDeviceV2_0Creator()
H A Dhdi_returncode_utils.h27 inline std::string ConverterRetToString(OHOS::HDI::Nnrt::V2_0::NNRT_ReturnCode returnCode) in ConverterRetToString() function
81 …LOGE("%{public}s. Errorcode is %{public}s.", errorInfo.c_str(), ConverterRetToString(nnrtRet).c_st… in CheckReturnCode()
H A Dhdi_returncode_utils_v2_1.h27 inline std::string ConverterRetToString(OHOS::HDI::Nnrt::V2_1::NNRT_ReturnCode returnCode) in ConverterRetToString() function
81 …LOGE("%{public}s. Errorcode is %{public}s.", errorInfo.c_str(), ConverterRetToString(nnrtRet).c_st… in CheckReturnCode_V2_1()