Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp87 std::unique_ptr<PropertyFetcher> propertyFetcher; in createDefaultPropertyFetcher() local
89 propertyFetcher = std::make_unique<details::PropertyFetcherImpl>(); in createDefaultPropertyFetcher()
91 propertyFetcher = std::make_unique<details::PropertyFetcherNoOp>(); in createDefaultPropertyFetcher()
93 return propertyFetcher; in createDefaultPropertyFetcher()
/system/libvintf/test/
Dvintf_object_tests.cpp403 MockPropertyFetcher& propertyFetcher() { in propertyFetcher() function in android::vintf::testing::VintfObjectTestBase
872 ON_CALL(propertyFetcher(), getProperty("ro.boot.product.hardware.sku", _)) in SetUp()