Home
last modified time | relevance | path

Searched refs:packageNames (Results 1 - 12 of 12) sorted by relevance

/base/update/updateservice/services/engine/src/
H A Dupdate_service_local_updater.cpp28 const std::vector<std::string> &packageNames, BusinessError &businessError) in ApplyNewVersion()
33 int32_t ret = RebootAndInstallSdcardPackage(miscFile, packageNames) ? INT_CALL_SUCCESS : INT_CALL_FAIL; in ApplyNewVersion()
27 ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile, const std::vector<std::string> &packageNames, BusinessError &businessError) ApplyNewVersion() argument
H A Dupdate_service_stub.cpp361 vector<string> packageNames; in ApplyNewVersionStub() local
368 packageNames.emplace_back(Str16ToStr8(data.ReadString16())); in ApplyNewVersionStub()
371 int32_t ret = service->ApplyNewVersion(upgradeInfo, miscFile, packageNames, businessError); in ApplyNewVersionStub()
H A Dupdate_service.cpp326 const std::vector<std::string> &packageNames, BusinessError &businessError) in ApplyNewVersion()
333 return localUpdater->ApplyNewVersion(info, miscFile, packageNames, businessError); in ApplyNewVersion()
325 ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile, const std::vector<std::string> &packageNames, BusinessError &businessError) ApplyNewVersion() argument
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dlocal_updater.cpp130 std::vector<std::string> packageNames; in ApplyNewVersion() local
132 packageNames.emplace_back(upgradeFile.filePath); in ApplyNewVersion()
137 [packageNames](void *context) -> int { in ApplyNewVersion()
138 for (const std::string &packageName : packageNames) { in ApplyNewVersion()
144 return UpdateServiceKits::GetInstance().ApplyNewVersion(upgradeInfo, MISC_FILE, packageNames, in ApplyNewVersion()
/base/update/updateservice/interfaces/inner_api/feature/update/api/local_updater/
H A Diservice_local_updater.h30 const std::vector<std::string> &packageNames, BusinessError &businessError) = 0;
/base/update/updateservice/services/engine/include/
H A Dupdate_service_local_updater.h34 const std::vector<std::string> &packageNames, BusinessError &businessError) final;
H A Dupdate_service.h87 const std::vector<std::string> &packageNames, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h84 const std::vector<std::string> &packageNames, BusinessError &businessError) final;
H A Dupdate_service_proxy.h76 const std::vector<std::string> &packageNames, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h102 const std::vector<std::string> &packageNames, BusinessError &businessError) = 0;
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp474 const std::vector<std::string> &packageNames, BusinessError &businessError) in ApplyNewVersion()
484 data.WriteInt32(static_cast<int32_t>(packageNames.size())); in ApplyNewVersion()
485 for (size_t i = 0; i < packageNames.size(); i++) { in ApplyNewVersion()
486 data.WriteString16(Str8ToStr16(packageNames[i])); in ApplyNewVersion()
473 ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile, const std::vector<std::string> &packageNames, BusinessError &businessError) ApplyNewVersion() argument
H A Dupdate_service_kits_impl.cpp245 const std::vector<std::string> &packageNames, BusinessError &businessError) in ApplyNewVersion()
250 int32_t ret = updateService->ApplyNewVersion(info, miscFile, packageNames, businessError); in ApplyNewVersion()
244 ApplyNewVersion(const UpgradeInfo &info, const std::string &miscFile, const std::vector<std::string> &packageNames, BusinessError &businessError) ApplyNewVersion() argument

Completed in 7 milliseconds