/base/update/updateservice/services/engine/src/ |
H A D | update_service_local_updater.cpp | 28 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 D | update_service_stub.cpp | 361 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 D | update_service.cpp | 326 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 D | local_updater.cpp | 130 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 D | iservice_local_updater.h | 30 const std::vector<std::string> &packageNames, BusinessError &businessError) = 0;
|
/base/update/updateservice/services/engine/include/ |
H A D | update_service_local_updater.h | 34 const std::vector<std::string> &packageNames, BusinessError &businessError) final;
|
H A D | update_service.h | 87 const std::vector<std::string> &packageNames, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_kits_impl.h | 84 const std::vector<std::string> &packageNames, BusinessError &businessError) final;
|
H A D | update_service_proxy.h | 76 const std::vector<std::string> &packageNames, BusinessError &businessError) override;
|
/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 102 const std::vector<std::string> &packageNames, BusinessError &businessError) = 0;
|
/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_proxy.cpp | 474 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 D | update_service_kits_impl.cpp | 245 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
|