/system/core/libcutils/include/cutils/ |
D | properties.h | 49 int property_get(const char* key, char* value, const char* default_value); 123 int property_get(const char* key, char* value, const char* default_value) 136 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
|
/system/core/libcutils/include_vndk/cutils/ |
D | properties.h | 49 int property_get(const char* key, char* value, const char* default_value); 123 int property_get(const char* key, char* value, const char* default_value) 136 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
|
/system/core/libcutils/ |
D | properties_test.cpp | 86 return property_get(PROPERTY_TEST_KEY, mValue, defaultValue); in SetAndGetProperty() 107 size_t len = property_get(PROPERTY_TEST_KEY, mValue, PROPERTY_TEST_VALUE_DEFAULT); in TEST_F() 148 size_t len = property_get(PROPERTY_TEST_KEY, mValue, PROPERTY_TEST_VALUE_DEFAULT); in TEST_F() 163 int len = property_get(PROPERTY_TEST_KEY, mValue, oneLongerString.c_str()); in TEST_F() 176 int len = property_get(PROPERTY_TEST_KEY, mValue, maxLengthString.c_str()); in TEST_F() 189 int len = property_get(PROPERTY_TEST_KEY, mValue, oneCharString.c_str()); in TEST_F() 202 int len = property_get(PROPERTY_TEST_KEY, mValue, zeroCharString.c_str()); in TEST_F() 213 int len = property_get(PROPERTY_TEST_KEY, mValue, NULL); in TEST_F()
|
D | properties.cpp | 33 int len = property_get(key, buf, ""); in property_get_bool() 57 if (property_get(key, value, "") < 1) return default_value; in property_get_int() 85 int property_get(const char* key, char* value, const char* default_value) { in property_get() function
|
D | trace-dev.inc | 118 property_get(buf, value, ""); 160 property_get("debug.atrace.tags.enableflags", value, "0");
|
/system/media/audio/include/system/ |
D | audio_config.h | 34 if (property_get("ro.boot.product.vendor.sku", value, "") <= 0) { in audio_get_configuration_paths()
|
/system/vold/ |
D | CryptoType.cpp | 31 property_get(property, paramstr, default_alg.get_config_name()); in lookup_crypto_algorithm()
|
D | cryptfs.cpp | 469 property_get(SCRYPT_PROP, paramstr, SCRYPT_DEFAULTS); in get_device_scrypt_params() 849 property_get("ro.crypto.state", encrypted_state, ""); in load_persistent_data() 1056 if (property_get(DM_CRYPT_SECTOR_SIZE, value, "") > 0) { in add_sector_size_param() 1578 property_get("ro.crypto.fs_crypto_blkdev", crypto_blkdev, ""); in cryptfs_restart_internal() 1590 property_get("ro.crypto.readonly", ro_prop, ""); in cryptfs_restart_internal() 1675 property_get("ro.crypto.state", encrypted_state, ""); in do_crypto_complete() 1898 property_get("ro.crypto.state", encrypted_state, ""); in check_unmounted_and_get_ftr() 1975 property_get("ro.crypto.state", encrypted_state, ""); in cryptfs_verify_passwd() 2163 property_get("ro.crypto.state", encrypted_state, ""); in cryptfs_enable_internal() 2373 property_get("ro.crypto.state", value, ""); in cryptfs_enable_internal() [all …]
|
D | KeyStorage.cpp | 322 property_get(SCRYPT_PROP, paramstr, SCRYPT_DEFAULTS); in getStretching()
|
/system/bt/osi/src/ |
D | properties.cc | 44 return property_get(key, value, default_value); in osi_property_get()
|
/system/bt/gd/os/android/ |
D | system_properties.cc | 34 auto value_len = property_get(property.c_str(), value_array.data(), nullptr); in GetSystemProperty()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 1258 property_get(key, hold[0], ""); in TEST() 1260 property_get(key + base_offset, hold[1], ""); in TEST() 1264 property_get(key, hold[2], ""); in TEST() 1266 property_get(key, hold[3], ""); in TEST() 1639 property_get(persist_key, persist, ""); in TEST() 1642 property_get(readonly_key, readonly, nothing_val); in TEST() 1657 property_get(readonly_key, readonly, nothing_val); in TEST() 1683 property_get(persist_key, persist, ""); in TEST() 1694 property_get(persist_key, persist, ""); in TEST() 1702 property_get(persist_key, persist, ""); in TEST() [all …]
|
/system/core/sdcard/ |
D | sdcard.cpp | 66 property_get(PROP_SDCARDFS_USER, property, ""); in should_use_sdcardfs()
|
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 90 property_get("ro.crypto.type", value, "none"); in fscrypt_is_native()
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 548 if (property_get(name, value, nullptr)) { in wait_for_property() 560 property_get(MDNS_SERVICE_STATUS, property_value, ""); in startService()
|
D | TetherController.cpp | 131 property_get("ro.bootmode", bootmode, "unknown"); in inBpToolsMode()
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 107 property_get("vendor.bt.rootcanal_mac_address", mac_property, "3C:5A:B4:01:02:03"); in initialize_impl()
|
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
D | VtsHalWifiKeystoreV1_0TargetTest.cpp | 78 property_get("ro.system.build.type", value, ""); in isDebuggableBuild()
|
/system/nfc/src/adaptation/ |
D | NfcAdaptation.cc | 93 int len = property_get("nfc.debug_enabled", valueStr, ""); in initializeGlobalDebugEnabledFlag()
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 181 property_get("debug.pf.disasm", value, "0"); in generate()
|
D | Arm64Assembler.cpp | 322 property_get("debug.pf.disasm", value, "0"); in generate()
|
D | MIPSAssembler.cpp | 1418 property_get("debug.pf.disasm", value, "0"); in generate()
|
/system/core/healthd/ |
D | BatteryMonitor.cpp | 727 if (property_get("ro.boot.fake_battery", pval, NULL) > 0 in init()
|