Searched defs:fetcher (Results 1 – 7 of 7) sorted by relevance
224 auto fetcher = IPropertyFetcher::GetInstance(); in GetLegacyCompressionEnabledProperty() local229 auto fetcher = IPropertyFetcher::GetInstance(); in GetUserspaceSnapshotsEnabledProperty() local238 auto fetcher = IPropertyFetcher::GetInstance(); in CanUseUserspaceSnapshots() local263 auto fetcher = IPropertyFetcher::GetInstance(); in GetIouringEnabledProperty() local268 auto fetcher = IPropertyFetcher::GetInstance(); in GetXorCompressionEnabledProperty() local281 auto fetcher = IPropertyFetcher::GetInstance(); in IsDmSnapshotTestingEnabled() local
162 auto fetcher = std::make_unique<SnapshotTestPropertyFetcher>("_a", std::move(properties)); in SetupProperties() local
43 void IPropertyFetcher::OverrideForTesting(std::unique_ptr<IPropertyFetcher>&& fetcher) { in OverrideForTesting()
52 private val fetcher = UrlFetcher() regex
257 void setBatteryEstimateFetcher(BatteryEstimateFetcher fetcher) { in setBatteryEstimateFetcher()
758 PartitionFetcher fetcher(device, args); in Fetch() local
1626 final ServiceFetcher<?> fetcher = SYSTEM_SERVICE_FETCHERS.get(name); in getSystemService() local