Searched refs:getProperty (Results 1 – 12 of 12) sorted by relevance
/system/libvintf/ |
D | PropertyFetcher.cpp | 27 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
|
D | utils.h | 68 virtual std::string getProperty(const std::string& key, 77 virtual std::string getProperty(const std::string& key,
|
D | check_vintf.cpp | 72 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()
|
D | VintfObject.cpp | 290 productModel = getPropertyFetcher()->getProperty("ro.boot.product.hardware.sku", ""); in fetchOdmHalManifest()
|
/system/libvintf/include/vintf/ |
D | PropertyFetcher.h | 25 virtual std::string getProperty(const std::string& key,
|
/system/core/healthd/include/healthd/ |
D | BatteryMonitor.h | 43 status_t getProperty(int id, struct BatteryProperty *val);
|
/system/netd/server/ |
D | InterfaceController.cpp | 189 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()
|
D | InterfaceController.h | 77 const std::string& ifName, const GetPropertyFn& getProperty,
|
/system/libvintf/test/ |
D | utils-fake.h | 74 MOCK_CONST_METHOD2(getProperty, std::string(const std::string&, const std::string&));
|
D | vintf_object_tests.cpp | 426 ON_CALL(propertyFetcher(), getProperty("ro.boot.product.hardware.sku", _)) in setFakeProperties()
|
/system/timezone/distro/tools/src/main/com/android/timezone/distro/tools/ |
D | CreateTimeZoneDistro.java | 138 String value = p.getProperty(propertyName); in getMandatoryProperty()
|
/system/core/healthd/ |
D | BatteryMonitor.cpp | 350 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryMonitor
|