Searched refs:IsCommonError (Results 1 – 2 of 2) sorted by relevance
228 static bool IsCommonError(CallResult callResult);
595 bool ClientHelper::IsCommonError(CallResult callResult) in IsCommonError() function in OHOS::UpdateEngine::ClientHelper603 if (IsCommonError(callResult) || callResult == CallResult::SUCCESS) { in ConvertToErrorCode()