Searched refs:MockPropertyFetcher (Results 1 – 4 of 4) sorted by relevance
27 class MockPropertyFetcher : public IPropertyFetcher {33 MockPropertyFetcher() { in MockPropertyFetcher() function47 std::make_unique<::testing::NiceMock<MockPropertyFetcher>>()); in ResetMockPropertyFetcher()50 static inline MockPropertyFetcher* GetMockedPropertyFetcher() { in GetMockedPropertyFetcher()51 return static_cast<MockPropertyFetcher*>(IPropertyFetcher::GetInstance()); in GetMockedPropertyFetcher()
73 class MockPropertyFetcher : public PropertyFetcher {75 MockPropertyFetcher() = default;
364 MockPropertyFetcher& propertyFetcher() { in propertyFetcher()365 return static_cast<MockPropertyFetcher&>(*vintfObject->getPropertyFetcher()); in propertyFetcher()417 .setPropertyFetcher(std::make_unique<NiceMock<MockPropertyFetcher>>()) in SetUp()
38 using android::fs_mgr::testing::MockPropertyFetcher;116 class SnapshotTestPropertyFetcher : public android::fs_mgr::testing::MockPropertyFetcher {