Home
last modified time | relevance | path

Searched refs:GetErrorDetailByRet (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_hisysevent_util.h100 static std::pair<int32_t, std::string> GetErrorDetailByRet(napi_env env, int32_t retCode);
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp871 std::pair<int32_t, std::string> NapiHiSysEventUtil::GetErrorDetailByRet(napi_env env, const int32_t… in CreateHiSysEventInfoJsObject() function in OHOS::HiviewDFX::NapiHiSysEventUtil
922 auto detail = GetErrorDetailByRet(env, retCode); in CreateHiSysEventInfoJsObject()
928 auto detail = GetErrorDetailByRet(env, retCode); in CreateHiSysEventInfoJsObject()