Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/include/liblp/
Dproperty_fetcher.h31 static void OverrideForTesting(std::unique_ptr<IPropertyFetcher>&&);
Dmock_property_fetcher.h46 IPropertyFetcher::OverrideForTesting( in ResetMockPropertyFetcher()
/system/core/fs_mgr/liblp/
Dproperty_fetcher.cpp43 void IPropertyFetcher::OverrideForTesting(std::unique_ptr<IPropertyFetcher>&& fetcher) { in OverrideForTesting() function in android::fs_mgr::IPropertyFetcher
Ddevice_test.cpp37 IPropertyFetcher::OverrideForTesting(std::make_unique<PropertyFetcher>()); in SetUp()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h188 IPropertyFetcher::OverrideForTesting( in Reset()
/system/core/fs_mgr/liblp/fuzzer/
Dliblp_builder_fuzzer.cpp422 IPropertyFetcher::OverrideForTesting(std::make_unique<PropertyFetcher>()); in invokeBuilderAPIs()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp156 IPropertyFetcher::OverrideForTesting(std::move(fetcher)); in SetupProperties()