Searched refs:GetErrorDetailByRet (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
H A D | hiview_napi_util.cpp | 63 auto detail = GetErrorDetailByRet(env, retCode);
in CreateErrorByRet() 73 std::pair<int32_t, std::string> HiviewNapiUtil::GetErrorDetailByRet(napi_env env, const int32_t retCode)
in GetErrorDetailByRet() function in OHOS::HiviewDFX::HiviewNapiUtil 162 auto detail = GetErrorDetailByRet(env, errCode);
in ThrowErrorByCode()
|
/base/hiviewdfx/hiview/interfaces/js/napi/include/ |
H A D | hiview_napi_util.h | 52 static std::pair<int32_t, std::string> GetErrorDetailByRet(napi_env env, const int32_t retCode);
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
H A D | napi_hisysevent_util.h | 105 static std::pair<int32_t, std::string> GetErrorDetailByRet(napi_env env, int32_t retCode);
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_util.cpp | 1017 std::pair<int32_t, std::string> NapiHiSysEventUtil::GetErrorDetailByRet(napi_env env, const int32_t retCode) 1079 auto detail = GetErrorDetailByRet(env, retCode); 1085 auto detail = GetErrorDetailByRet(env, retCode);
|
Completed in 4 milliseconds