Lines Matching defs:businessError

157     BusinessError &businessError)  in GetNewVersionInfo()
169 BusinessError &businessError) in GetNewVersionDescription()
181 BusinessError &businessError) in GetCurrentVersionInfo()
193 BusinessError &businessError) in GetCurrentVersionDescription()
204 …dateService::GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) in GetTaskInfo()
215 BusinessError &businessError) in SetUpgradePolicy()
225 …ice::GetUpgradePolicy(const UpgradeInfo &info, UpgradePolicy &policy, BusinessError &businessError) in GetUpgradePolicy()
235 int32_t UpdateService::CheckNewVersion(const UpgradeInfo &info, BusinessError &businessError, Check… in CheckNewVersion()
246 const DownloadOptions &downloadOptions, BusinessError &businessError) in Download()
257 const PauseDownloadOptions &pauseDownloadOptions, BusinessError &businessError) in PauseDownload()
266 const ResumeDownloadOptions &resumeDownloadOptions, BusinessError &businessError) in ResumeDownload()
274 const UpgradeOptions &upgradeOptions, BusinessError &businessError) in Upgrade()
285 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
295 int32_t UpdateService::TerminateUpgrade(const UpgradeInfo &info, BusinessError &businessError) in TerminateUpgrade()
305 …t32_t UpdateService::Cancel(const UpgradeInfo &info, int32_t service, BusinessError &businessError) in Cancel()
315 int32_t UpdateService::FactoryReset(BusinessError &businessError) in FactoryReset()
326 const std::vector<std::string> &packageNames, BusinessError &businessError) in ApplyNewVersion()
337 BusinessError &businessError) in VerifyUpgradePackage()
379 BusinessError businessError; in BuildTaskInfoDump() local