Home
last modified time | relevance | path

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

/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h228 static bool IsCommonError(CallResult callResult);
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp595 bool ClientHelper::IsCommonError(CallResult callResult) in IsCommonError() function in OHOS::UpdateEngine::ClientHelper
603 if (IsCommonError(callResult) || callResult == CallResult::SUCCESS) { in ConvertToErrorCode()