Home
last modified time | relevance | path

Searched refs:OverrideForTesting (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dproperty_fetcher.h31 static void OverrideForTesting(std::unique_ptr<IPropertyFetcher>&&);
H A Dmock_property_fetcher.h46 IPropertyFetcher::OverrideForTesting( in ResetMockPropertyFetcher()
/aosp14/system/core/fs_mgr/liblp/
H A Dproperty_fetcher.cpp43 void IPropertyFetcher::OverrideForTesting(std::unique_ptr<IPropertyFetcher>&& fetcher) { in OverrideForTesting() function in android::fs_mgr::IPropertyFetcher
H A Ddevice_test.cpp37 IPropertyFetcher::OverrideForTesting(std::make_unique<PropertyFetcher>()); in SetUp()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h185 IPropertyFetcher::OverrideForTesting( in Reset()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp163 IPropertyFetcher::OverrideForTesting(std::move(fetcher)); in SetupProperties()