Home
last modified time | relevance | path

Searched refs:MockPropertyFetcher (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/liblp/include/liblp/
Dmock_property_fetcher.h27 class MockPropertyFetcher : public IPropertyFetcher {
33 MockPropertyFetcher() { in MockPropertyFetcher() function
47 std::make_unique<::testing::NiceMock<MockPropertyFetcher>>()); in ResetMockPropertyFetcher()
50 static inline MockPropertyFetcher* GetMockedPropertyFetcher() { in GetMockedPropertyFetcher()
51 return static_cast<MockPropertyFetcher*>(IPropertyFetcher::GetInstance()); in GetMockedPropertyFetcher()
/system/libvintf/test/
Dutils-fake.h86 class MockPropertyFetcher : public PropertyFetcher {
88 MockPropertyFetcher() = default;
DVintfObjectRecoveryTest.cpp47 using details::MockPropertyFetcher;
105 .setPropertyFetcher(std::make_unique<NiceMock<MockPropertyFetcher>>()) in SetUp()
Dvintf_object_tests.cpp437 MockPropertyFetcher& propertyFetcher() { in propertyFetcher()
438 return static_cast<MockPropertyFetcher&>(*vintfObject->getPropertyFetcher()); in propertyFetcher()
490 .setPropertyFetcher(std::make_unique<NiceMock<MockPropertyFetcher>>()) in SetUp()
1045 .setPropertyFetcher(std::make_unique<NiceMock<MockPropertyFetcher>>()) in SetUp()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h39 using android::fs_mgr::testing::MockPropertyFetcher;