Searched defs:propertyFetcher (Results 1 – 3 of 3) sorted by relevance
39 static bool isApexReady(PropertyFetcher* propertyFetcher) { in isApexReady()49 static status_t GetVintfDirs(FileSystem* fileSystem, PropertyFetcher* propertyFetcher, in GetVintfDirs()91 std::optional<timespec> GetModifiedTime(FileSystem* fileSystem, PropertyFetcher* propertyFetcher) { in GetModifiedTime()110 status_t GetVendorVintfDirs(FileSystem* fileSystem, PropertyFetcher* propertyFetcher, in GetVendorVintfDirs()117 status_t GetOdmVintfDirs(FileSystem* fileSystem, PropertyFetcher* propertyFetcher, in GetOdmVintfDirs()123 status_t GetFrameworkVintfDirs(FileSystem* fileSystem, PropertyFetcher* propertyFetcher, in GetFrameworkVintfDirs()
68 std::unique_ptr<PropertyFetcher> propertyFetcher; in createDefaultPropertyFetcher() local
459 MockPropertyFetcher& propertyFetcher() { in propertyFetcher() function in android::vintf::testing::VintfObjectTestBase