Home
last modified time | relevance | path

Searched refs:IsErrorExist (Results 1 – 3 of 3) sorted by relevance

/base/update/updateservice/frameworks/js/napi/client/
Dupdate_session.cpp153 if (ClientHelper::IsErrorExist(businessError)) { in NotifyJS()
219 if (!ClientHelper::IsErrorExist(businessError)) { in NotifyJS()
/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h221 static bool IsErrorExist(const BusinessError &businessError);
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp612 if (!IsErrorExist(businessError)) { in BuildBusinessError()
732 bool ClientHelper::IsErrorExist(const BusinessError &businessError) in IsErrorExist() function in OHOS::UpdateEngine::ClientHelper