Home
last modified time | relevance | path

Searched refs:SetCurrentSessProperties (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp1340 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
1343 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
1350 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
1356 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
1362 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
1368 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
1399 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
1404 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
1410 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
1440 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType);
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h400 void SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos,
412 void SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos,
415 …void SetCurrentSessProperties(BJsonEntityCaps::BundleInfo &info, std::map<std::string, bool> &isCl…
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsub_service.cpp319 void Service::SetCurrentSessProperties(BJsonEntityCaps::BundleInfo &info, in SetCurrentSessProperties() function in OHOS::FileManagement::Backup::Service
H A Dservice.cpp627 SetCurrentSessProperties(restoreInfos, restoreBundleNames, bundleNameDetailMap, in AppendBundlesRestoreSession()
646 void Service::SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos, in SetCurrentSessProperties() function in OHOS::FileManagement::Backup::Service
708 SetCurrentSessProperties(restoreInfos, restoreBundleNames, restoreType); in AppendBundlesRestoreSession()
725 void Service::SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos, in SetCurrentSessProperties() function in OHOS::FileManagement::Backup::Service
860 SetCurrentSessProperties(info, isClearDataFlags, bundleNameIndexInfo); in HandleCurGroupBackupInfos()
H A Dservice_incremental.cpp391 SetCurrentSessProperties(info, isClearDataFlags, bundleNameIndexInfo); in HandleCurGroupIncBackupInfos()