Home
last modified time | relevance | path

Searched defs:getProperty (Results 1 – 3 of 3) sorted by relevance

/system/core/healthd/
DBatteryPropertiesRegistrar.cpp86 status_t BatteryPropertiesRegistrar::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryPropertiesRegistrar
DBatteryMonitor.cpp352 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryMonitor
/system/netd/server/
DInterfaceController.cpp177 std::string getProperty(const std::string& key, const std::string& dflt) { in getProperty() function
193 const std::string& iface, GetPropertyFn getProperty, SetPropertyFn setProperty) { in enableStablePrivacyAddresses()