Home
last modified time | relevance | path

Searched refs:GetErrorDetailByRet (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_napi_util.cpp63 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 Dhiview_napi_util.h52 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 Dnapi_hisysevent_util.h105 static std::pair<int32_t, std::string> GetErrorDetailByRet(napi_env env, int32_t retCode);
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp1017 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 3 milliseconds