Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 12 of 12) sorted by relevance

/system/libvintf/
DPropertyFetcher.cpp27 std::string PropertyFetcherNoOp::getProperty(const std::string&, in getProperty() function in android::vintf::details::PropertyFetcherNoOp
41 std::string PropertyFetcherImpl::getProperty(const std::string& key, in getProperty() function in android::vintf::details::PropertyFetcherImpl
Dutils.h68 virtual std::string getProperty(const std::string& key,
77 virtual std::string getProperty(const std::string& key,
Dcheck_vintf.cpp72 std::string getProperty(const std::string& key, in getProperty() function in android::vintf::details::PresetPropertyFetcher
86 std::string value = getProperty(key, ""); in getUintProperty()
91 std::string value = getProperty(key, ""); in getBoolProperty()
DVintfObject.cpp290 productModel = getPropertyFetcher()->getProperty("ro.boot.product.hardware.sku", ""); in fetchOdmHalManifest()
/system/libvintf/include/vintf/
DPropertyFetcher.h25 virtual std::string getProperty(const std::string& key,
/system/core/healthd/include/healthd/
DBatteryMonitor.h43 status_t getProperty(int id, struct BatteryProperty *val);
/system/netd/server/
DInterfaceController.cpp189 std::string getProperty(const std::string& key, const std::string& dflt) { in getProperty() function
210 const GetPropertyFn& getProperty, in enableStablePrivacyAddresses() argument
227 const auto oldSecret = getProperty(kStableSecretProperty, kUninitialized); in enableStablePrivacyAddresses()
298 return enableStablePrivacyAddresses(interface, getProperty, setProperty); in setIPv6AddrGenMode()
DInterfaceController.h77 const std::string& ifName, const GetPropertyFn& getProperty,
/system/libvintf/test/
Dutils-fake.h74 MOCK_CONST_METHOD2(getProperty, std::string(const std::string&, const std::string&));
Dvintf_object_tests.cpp426 ON_CALL(propertyFetcher(), getProperty("ro.boot.product.hardware.sku", _)) in setFakeProperties()
/system/timezone/distro/tools/src/main/com/android/timezone/distro/tools/
DCreateTimeZoneDistro.java138 String value = p.getProperty(propertyName); in getMandatoryProperty()
/system/core/healthd/
DBatteryMonitor.cpp350 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryMonitor