Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/session/include/
H A Dnapi_common_utils.h70 static bool IsCommonError(CallResult callResult);
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_common_utils.cpp335 if (IsCommonError(callResult) || callResult == CallResult::SUCCESS) { in ConvertToErrorCode()
351 bool NapiCommonUtils::IsCommonError(CallResult callResult) in IsCommonError() function in OHOS::UpdateEngine::NapiCommonUtils