Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 15 of 15) 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.h74 virtual std::string getProperty(const std::string& key,
83 virtual std::string getProperty(const std::string& key,
Dcheck_vintf.cpp115 std::string getProperty(const std::string& key, in getProperty() function in android::vintf::details::PresetPropertyFetcher
128 std::string value = getProperty(key, ""); in getUintProperty()
133 std::string value = getProperty(key, ""); in getBoolProperty()
DVintfObject.cpp295 vendorSku = getPropertyFetcher()->getProperty("ro.boot.product.vendor.sku", ""); in fetchVendorHalManifest()
325 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.h58 status_t getProperty(int id, struct BatteryProperty *val);
/system/netd/server/
DInterfaceController.cpp181 std::string getProperty(const std::string& key, const std::string& dflt) { in getProperty() function
202 const GetPropertyFn& getProperty, in enableStablePrivacyAddresses() argument
219 const auto oldSecret = getProperty(kStableSecretProperty, kUninitialized); in enableStablePrivacyAddresses()
290 return enableStablePrivacyAddresses(interface, getProperty, setProperty); in setIPv6AddrGenMode()
DInterfaceController.h77 const std::string& ifName, const GetPropertyFn& getProperty,
/system/libvintf/test/
Dutils-fake.h76 MOCK_CONST_METHOD2(getProperty, std::string(const std::string&, const std::string&));
Dvintf_object_tests.cpp804 ON_CALL(propertyFetcher(), getProperty("ro.boot.product.hardware.sku", _)) in SetUp()
/system/timezone/distro/tools/src/main/com/android/timezone/distro/tools/
DCreateTimeZoneDistro.java142 String value = p.getProperty(propertyName); in getMandatoryProperty()
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DConfig.java40 … private static final String fileDir = System.getProperty("user.home") + File.separator + ".teeui";
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java151 message += "Boot reason: " + getDevice().getProperty("sys.boot.reason.last"); in reboot()
DApexRollbackTests.java89 String crashingProcess = device.getProperty("sys.init.updatable_crashing_process_name"); in testAutomaticBootLoopRecovery()
/system/core/healthd/
DBatteryMonitor.cpp403 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryMonitor