Searched refs:SetCurrentSessProperties (Results 1 - 6 of 6) sorted by relevance
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_test.cpp | 1323 * @tc.desc: 测试 SetCurrentSessProperties 接口 1342 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1345 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1352 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1358 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1364 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1370 servicePtr_->SetCurrentSessProperties(restoreBundleInfos, restoreBundleNames, restoreType); in HWTEST_F() 1373 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by SetCurrentSessProperties."; in HWTEST_F() 1381 * @tc.desc: 测试 SetCurrentSessProperties 接口 1401 servicePtr_->SetCurrentSessProperties(restoreBundleInfo in HWTEST_F() [all...] |
H A D | service_incremental_test.cpp | 209 void Service::SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo>&, std::vector<std::string>&, in SetCurrentSessProperties() function in OHOS::FileManagement::Backup::Service 212 void Service::SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo>&, std::vector<std::string>&, in SetCurrentSessProperties() function in OHOS::FileManagement::Backup::Service 215 void Service::SetCurrentSessProperties(BJsonEntityCaps::BundleInfo&, std::map<std::string, bool>&, in SetCurrentSessProperties() function in OHOS::FileManagement::Backup::Service
|
H A D | service_other_test.cpp | 715 * @tc.desc: 测试 SetCurrentSessProperties 731 service->SetCurrentSessProperties(info, isClearDataFlags, bundleNameIndexInfo); in HWTEST_F() 733 service->SetCurrentSessProperties(info, isClearDataFlags, bundleNameIndexInfo); in HWTEST_F() 737 service->SetCurrentSessProperties(info, isClearDataFlags, bundleNameIndexInfo); in HWTEST_F() 740 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by SetCurrentSessProperties."; in HWTEST_F()
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 394 void SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos, 406 void SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos, 409 void SetCurrentSessProperties(BJsonEntityCaps::BundleInfo &info, std::map<std::string, bool> &isClearDataFlags,
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service.cpp | 489 SetCurrentSessProperties(restoreInfos, restoreBundleNames, bundleNameDetailMap, in AppendBundlesRestoreSession() 508 void Service::SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos, in SetCurrentSessProperties() function in OHOS::FileManagement::Backup::Service 569 SetCurrentSessProperties(restoreInfos, restoreBundleNames, restoreType); in AppendBundlesRestoreSession() 586 void Service::SetCurrentSessProperties(std::vector<BJsonEntityCaps::BundleInfo> &restoreBundleInfos, in SetCurrentSessProperties() function in OHOS::FileManagement::Backup::Service 639 void Service::SetCurrentSessProperties(BJsonEntityCaps::BundleInfo &info, in SetCurrentSessProperties() function in OHOS::FileManagement::Backup::Service 745 SetCurrentSessProperties(info, isClearDataFlags, bundleNameIndexInfo); in HandleCurGroupBackupInfos()
|
H A D | service_incremental.cpp | 375 SetCurrentSessProperties(info, isClearDataFlags, bundleNameIndexInfo); in HandleCurGroupIncBackupInfos()
|
Completed in 12 milliseconds