Searched refs:restoreBundleInfos (Results 1 - 3 of 3) sorted by relevance
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_test.cpp | 1337 std::vector<BJsonEntityCaps::BundleInfo> restoreBundleInfos {aInfo}; in HWTEST_F() 1342 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1345 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1347 restoreBundleInfos.clear(); in HWTEST_F() 1351 restoreBundleInfos.push_back(aInfo); in HWTEST_F() 1352 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1354 restoreBundleInfos.clear(); in HWTEST_F() 1356 restoreBundleInfos.push_back(aInfo); in HWTEST_F() 1358 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1360 restoreBundleInfos in HWTEST_F() [all...] |
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 388 * @param restoreBundleInfos 待恢复的应用 394 void SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos, 402 * @param restoreBundleInfos: bundles to be restored 406 void SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos,
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service.cpp | 403 vector<BJsonEntityCaps::BundleInfo> restoreBundleInfos {}; in GetRestoreBundleNames() 415 restoreBundleInfos.emplace_back(info); in GetRestoreBundleNames() 434 restoreBundleInfos.emplace_back(info); in GetRestoreBundleNames() 436 HILOGI("restoreBundleInfos size is:%{public}zu", restoreInfos.size()); in GetRestoreBundleNames() 437 return restoreBundleInfos; in GetRestoreBundleNames() 508 void Service::SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos, in SetCurrentSessProperties() argument 512 for (auto restoreInfo : restoreBundleInfos) { in SetCurrentSessProperties() 586 void Service::SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos, in SetCurrentSessProperties() argument 592 for (auto restoreInfo : restoreBundleInfos) { in SetCurrentSessProperties()
|
Completed in 6 milliseconds