Home
last modified time | relevance | path

Searched refs:StorageFilesManager (Results 1 – 3 of 3) sorted by relevance

/system/server_configurable_flags/aconfigd/
Dstorage_files_manager.h30 class StorageFilesManager {
34 StorageFilesManager(const std::string& root_dir) in StorageFilesManager() function
41 ~StorageFilesManager() = default;
44 StorageFilesManager(const StorageFilesManager&) = delete;
45 StorageFilesManager& operator=(const StorageFilesManager&) = delete;
48 StorageFilesManager(StorageFilesManager&& rhs) in StorageFilesManager() function
57 StorageFilesManager& operator=(StorageFilesManager&& rhs) = delete;
Dstorage_files_manager.cpp28 base::Result<StorageFiles*> StorageFilesManager::GetStorageFiles( in GetStorageFiles()
37 base::Result<StorageFiles*> StorageFilesManager::AddNewStorageFiles( in AddNewStorageFiles()
61 base::Result<void> StorageFilesManager::RestoreStorageFiles( in RestoreStorageFiles()
73 base::Result<void> StorageFilesManager::UpdateStorageFiles( in UpdateStorageFiles()
142 base::Result<bool> StorageFilesManager::AddOrUpdateStorageFiles( in AddOrUpdateStorageFiles()
178 base::Result<void> StorageFilesManager::CreateStorageBootCopy( in CreateStorageBootCopy()
190 base::Result<void> StorageFilesManager::ResetAllStorage() { in ResetAllStorage()
210 base::Result<std::string> StorageFilesManager::GetContainer( in GetContainer()
230 std::vector<const StorageRecord*> StorageFilesManager::GetAllStorageRecords() { in GetAllStorageRecords()
239 std::vector<std::string> StorageFilesManager::GetAllContainers() { in GetAllContainers()
[all …]
Daconfigd.h47 storage_files_manager_.reset(new StorageFilesManager(root_dir_)); in Aconfigd()
131 std::unique_ptr<StorageFilesManager> storage_files_manager_;