Home
last modified time | relevance | path

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

/base/update/updateservice/frameworks/js/napi/client/
Dupdate_session.cpp156 if (UpdateHelper::IsErrorExist(businessError)) { in NotifyJS()
226 if (!UpdateHelper::IsErrorExist(businessError)) { in NotifyJS()
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h683 static bool IsErrorExist(const BusinessError &businessError);
/base/update/updateservice/services/engine/src/
Dupdate_helper.cpp438 bool UpdateHelper::IsErrorExist(const BusinessError &businessError) in IsErrorExist() function in OHOS::UpdateEngine::UpdateHelper
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp614 if (!UpdateHelper::IsErrorExist(businessError)) { in BuildBusinessError()