Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A 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()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h39 using android::fs_mgr::testing::MockPropertyFetcher;