Lines Matching refs:StorageId
264 auto IncrementalService::IncFsMount::makeStorage(StorageId id) -> StorageMap::iterator { in makeStorage()
600 StorageId IncrementalService::createStorage(std::string_view mountPoint, in createStorage()
746 StorageId IncrementalService::createLinkedStorage(std::string_view mountPoint, in createLinkedStorage()
747 StorageId linkedStorage, in createLinkedStorage()
788 bool IncrementalService::startLoading(StorageId storageId, in startLoading()
868 void IncrementalService::onInstallationComplete(StorageId storage) { in onInstallationComplete()
885 StorageId IncrementalService::findStorageId(std::string_view path) const { in findStorageId()
894 void IncrementalService::disallowReadLogs(StorageId storageId) { in disallowReadLogs()
920 int IncrementalService::setStorageParams(StorageId storageId, bool enableReadLogs) { in setStorageParams()
1023 void IncrementalService::deleteStorage(StorageId storageId) { in deleteStorage()
1055 StorageId IncrementalService::openStorage(std::string_view pathInMount) { in openStorage()
1063 IncrementalService::IfsMountPtr IncrementalService::getIfs(StorageId storage) const { in getIfs()
1068 const IncrementalService::IfsMountPtr& IncrementalService::getIfsLocked(StorageId storage) const { in getIfsLocked()
1077 int IncrementalService::bind(StorageId storage, std::string_view source, std::string_view target, in bind()
1107 int IncrementalService::unbind(StorageId storage, std::string_view target) { in unbind()
1168 std::string IncrementalService::normalizePathToStorage(const IncFsMount& ifs, StorageId storage, in normalizePathToStorage()
1178 int IncrementalService::makeFile(StorageId storage, std::string_view path, int mode, FileId id, in makeFile()
1227 int IncrementalService::makeDir(StorageId storageId, std::string_view path, int mode) { in makeDir()
1238 int IncrementalService::makeDirs(StorageId storageId, std::string_view path, int mode) { in makeDirs()
1246 int IncrementalService::makeDirs(const IncFsMount& ifs, StorageId storageId, std::string_view path, in makeDirs()
1255 int IncrementalService::link(StorageId sourceStorageId, std::string_view oldPath, in link()
1256 StorageId destStorageId, std::string_view newPath) { in link()
1280 int IncrementalService::unlink(StorageId storage, std::string_view path) { in unlink()
1288 int IncrementalService::addBindMount(IncFsMount& ifs, StorageId storage, in addBindMount()
1325 int IncrementalService::addBindMountWithMd(IncrementalService::IncFsMount& ifs, StorageId storage, in addBindMountWithMd()
1352 void IncrementalService::addBindMountRecordLocked(IncFsMount& ifs, StorageId storage, in addBindMountRecordLocked()
1362 RawMetadata IncrementalService::getMetadata(StorageId storage, std::string_view path) const { in getMetadata()
1374 RawMetadata IncrementalService::getMetadata(StorageId storage, FileId node) const { in getMetadata()
1382 void IncrementalService::setUidReadTimeouts(StorageId storage, in setUidReadTimeouts()
1410 addIfsStateCallback(storage, [this, timeout](StorageId storageId, IfsState state) -> bool { in setUidReadTimeouts()
1419 void IncrementalService::clearUidReadTimeouts(StorageId storage) { in clearUidReadTimeouts()
1427 bool IncrementalService::checkUidReadTimeouts(StorageId storage, IfsState state, in checkUidReadTimeouts()
1834 addIfsStateCallback(ifs.mountId, [this](StorageId storageId, IfsState state) -> bool { in prepareDataLoaderLocked()
1848 addIfsStateCallback(ifs.mountId, [this](StorageId storageId, IfsState state) -> bool { in prepareDataLoaderLocked()
1883 bool IncrementalService::configureNativeBinaries(StorageId storage, std::string_view apkFullPath, in configureNativeBinaries()
2107 bool IncrementalService::waitForNativeBinariesExtraction(StorageId storage) { in waitForNativeBinariesExtraction()
2185 incfs::LoadingState IncrementalService::isFileFullyLoaded(StorageId storage, in isFileFullyLoaded()
2202 incfs::LoadingState IncrementalService::isMountFullyLoaded(StorageId storage) const { in isMountFullyLoaded()
2212 StorageId storage) const { in getLoadingProgress()
2254 bool IncrementalService::updateLoadingProgress(StorageId storage, in updateLoadingProgress()
2275 StorageId storage, StorageLoadingProgressListener progressListener) { in registerLoadingProgressListener()
2279 bool IncrementalService::unregisterLoadingProgressListener(StorageId storage) { in unregisterLoadingProgressListener()
2385 void IncrementalService::addIfsStateCallback(StorageId storageId, IfsStateCallback callback) { in addIfsStateCallback()
2399 StorageId storageId = kInvalidStorageId; in processIfsStateCallbacks()
2462 void IncrementalService::processIfsStateCallbacks(StorageId storageId, in processIfsStateCallbacks()
2482 void IncrementalService::removeIfsStateCallbacks(StorageId storageId) { in removeIfsStateCallbacks()
2487 void IncrementalService::getMetrics(StorageId storageId, android::os::PersistableBundle* result) { in getMetrics()