Searched refs:IsCommonError (Results 1 – 2 of 2) sorted by relevance
70 static bool IsCommonError(CallResult callResult);
335 if (IsCommonError(callResult) || callResult == CallResult::SUCCESS) { in ConvertToErrorCode()351 bool NapiCommonUtils::IsCommonError(CallResult callResult) in IsCommonError() function in OHOS::UpdateEngine::NapiCommonUtils