Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp84 std::unique_ptr<PropertyFetcher> propertyFetcher; in createDefaultPropertyFetcher() local
86 propertyFetcher = std::make_unique<details::PropertyFetcherImpl>(); in createDefaultPropertyFetcher()
88 propertyFetcher = std::make_unique<details::PropertyFetcherNoOp>(); in createDefaultPropertyFetcher()
90 return propertyFetcher; in createDefaultPropertyFetcher()
/system/libvintf/test/
Dvintf_object_tests.cpp364 MockPropertyFetcher& propertyFetcher() { in propertyFetcher() function in android::vintf::testing::VintfObjectTestBase
804 ON_CALL(propertyFetcher(), getProperty("ro.boot.product.hardware.sku", _)) in SetUp()