/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 | 74 virtual std::string getProperty(const std::string& key, 83 virtual std::string getProperty(const std::string& key,
|
D | check_vintf.cpp | 115 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()
|
D | VintfObject.cpp | 295 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/ |
D | PropertyFetcher.h | 25 virtual std::string getProperty(const std::string& key,
|
/system/core/healthd/include/healthd/ |
D | BatteryMonitor.h | 58 status_t getProperty(int id, struct BatteryProperty *val);
|
/system/netd/server/ |
D | InterfaceController.cpp | 181 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()
|
D | InterfaceController.h | 77 const std::string& ifName, const GetPropertyFn& getProperty,
|
/system/libvintf/test/ |
D | utils-fake.h | 76 MOCK_CONST_METHOD2(getProperty, std::string(const std::string&, const std::string&));
|
D | vintf_object_tests.cpp | 804 ON_CALL(propertyFetcher(), getProperty("ro.boot.product.hardware.sku", _)) in SetUp()
|
/system/timezone/distro/tools/src/main/com/android/timezone/distro/tools/ |
D | CreateTimeZoneDistro.java | 142 String value = p.getProperty(propertyName); in getMandatoryProperty()
|
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
D | Config.java | 40 … private static final String fileDir = System.getProperty("user.home") + File.separator + ".teeui";
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 151 message += "Boot reason: " + getDevice().getProperty("sys.boot.reason.last"); in reboot()
|
D | ApexRollbackTests.java | 89 String crashingProcess = device.getProperty("sys.init.updatable_crashing_process_name"); in testAutomaticBootLoopRecovery()
|
/system/core/healthd/ |
D | BatteryMonitor.cpp | 403 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryMonitor
|