Home
last modified time | relevance | path

Searched refs:incrementalBackTimes (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagestatusservice_fuzzer/
H A Dstoragestatusservice_fuzzer.cpp38 std::vector<int64_t> incrementalBackTimes; in StorageStatusServiceFuzzTest() local
44 incrementalBackTimes.push_back(metaData2); in StorageStatusServiceFuzzTest()
53 …service->GetBundleStatsForIncrease(userId, bundleName, incrementalBackTimes, pkgFileSizes, incPkgF… in StorageStatusServiceFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp91 std::vector<int64_t> incrementalBackTimes; in StorageManagerProxyGetFuzzTest() local
95 incrementalBackTimes.push_back(metaData4); in StorageManagerProxyGetFuzzTest()
113 …proxy->GetBundleStatsForIncrease(userId, bundleName, incrementalBackTimes, pkgFileSizes, incPkgFil… in StorageManagerProxyGetFuzzTest()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dsms_adapter.cpp91 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes, in GetBundleStatsForIncrease() argument
95 … if (storageMgr->GetBundleStatsForIncrease(userId, bundleNames, incrementalBackTimes, pkgFileSizes, in GetBundleStatsForIncrease()
H A Dbms_adapter.cpp292 vector<int64_t> incrementalBackTimes; in GetBundleInfosForIncremental() local
328 incrementalBackTimes.emplace_back(bundleNameTime.lastIncrementalTime); in GetBundleInfosForIncremental()
331 …if (!GenerateBundleStatsIncrease(userId, bundleNames, incrementalBackTimes, bundleInfos, newBundle… in GetBundleInfosForIncremental()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
H A Dquota_manager_test.cpp276 std::vector<int64_t> incrementalBackTimes; variable
278 incrementalBackTimes.emplace_back(lastIncrementalTime);
314 …auto ret = quotaManager->GetBundleStatsForIncrease(userId, bundleNames, incrementalBackTimes, pkgF…
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_external/
H A Dsms_adapter_mock.cpp34 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes, in GetBundleStatsForIncrease() argument
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_external/
H A Dsms_adapter.h60 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp490 std::vector<int64_t> incrementalBackTimes; variable
492 incrementalBackTimes.emplace_back(lastIncrementalTime);
528 …auto ret = storageDaemon_->GetBundleStatsForIncrease(userId, bundleNames, incrementalBackTimes, pk…
H A Dstorage_daemon_service_mock.h205 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes, in GetBundleStatsForIncrease() argument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/quota/
H A Dquota_manager.h53 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_status_service.h41 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_status_service.cpp235 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes, in GetBundleStatsForIncrease() argument
240 …int32_t err = sdCommunication->GetBundleStatsForIncrease(userId, bundleNames, incrementalBackTimes, in GetBundleStatsForIncrease()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h80 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp657 std::vector<int64_t> incrementalBackTimes; in HandleGetBundleStatsForIncrease() local
658 if (!data.ReadInt64Vector(&incrementalBackTimes)) { in HandleGetBundleStatsForIncrease()
664 …int32_t err = GetBundleStatsForIncrease(userId, bundleNames, incrementalBackTimes, pkgFileSizes, i… in HandleGetBundleStatsForIncrease()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Distorage_daemon.h87 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
H A Dstorage_daemon_proxy.h75 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp546 const std::vector<std::string> &bundleNames, const std::vector<int64_t> &incrementalBackTimes, in GetBundleStatsForIncrease() argument
558 …return storageDaemon_->GetBundleStatsForIncrease(userId, bundleNames, incrementalBackTimes, pkgFil… in GetBundleStatsForIncrease()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_daemon_proxy_mock.h75 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
H A Dstorage_manager_proxy_mock.h94 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp189 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes, in GetBundleStatsForIncrease() argument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp560 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes, in GetBundleStatsForIncrease() argument
566 bundleNames, incrementalBackTimes, pkgFileSizes, incPkgFileSizes); in GetBundleStatsForIncrease()
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Distorage_manager.h105 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
H A Dstorage_manager_proxy.h94 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp856 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes, in GetBundleStatsForIncrease() argument
860 if (bundleNames.size() != incrementalBackTimes.size()) { in GetBundleStatsForIncrease()
867 int64_t lastBackupTime = incrementalBackTimes[i]; in GetBundleStatsForIncrease()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h103 const std::vector<int64_t> &incrementalBackTimes, std::vector<int64_t> &pkgFileSizes,

12