/system/core/libcutils/include_vndk/cutils/ |
D | properties.h | 46 int property_get(const char* key, char* value, const char* default_value); 120 int property_get(const char* key, char* value, const char* default_value) 133 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 46 int property_get(const char* key, char* value, const char* default_value); 120 int property_get(const char* key, char* value, const char* default_value) 133 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() 111 size_t len = property_get(PROPERTY_TEST_KEY, mValue, PROPERTY_TEST_VALUE_DEFAULT); in TEST_F() 152 size_t len = property_get(PROPERTY_TEST_KEY, mValue, PROPERTY_TEST_VALUE_DEFAULT); in TEST_F() 170 int len = property_get(PROPERTY_TEST_KEY, mValue, oneLongerString.c_str()); in TEST_F() 183 int len = property_get(PROPERTY_TEST_KEY, mValue, maxLengthString.c_str()); in TEST_F() 196 int len = property_get(PROPERTY_TEST_KEY, mValue, oneCharString.c_str()); in TEST_F() 209 int len = property_get(PROPERTY_TEST_KEY, mValue, zeroCharString.c_str()); in TEST_F() 220 int len = property_get(PROPERTY_TEST_KEY, mValue, NULL); in TEST_F()
|
D | properties.cpp | 41 int len = property_get(key, buf, ""); in property_get_bool() 71 int len = property_get(key, buf, ""); in property_get_imax() 114 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 | 472 property_get(SCRYPT_PROP, paramstr, SCRYPT_DEFAULTS); in get_device_scrypt_params() 852 property_get("ro.crypto.state", encrypted_state, ""); in load_persistent_data() 1059 if (property_get(DM_CRYPT_SECTOR_SIZE, value, "") > 0) { in add_sector_size_param() 1594 property_get("ro.crypto.fs_crypto_blkdev", crypto_blkdev, ""); in cryptfs_restart_internal() 1606 property_get("ro.crypto.readonly", ro_prop, ""); in cryptfs_restart_internal() 1691 property_get("ro.crypto.state", encrypted_state, ""); in do_crypto_complete() 1914 property_get("ro.crypto.state", encrypted_state, ""); in check_unmounted_and_get_ftr() 1991 property_get("ro.crypto.state", encrypted_state, ""); in cryptfs_verify_passwd() 2179 property_get("ro.crypto.state", encrypted_state, ""); in cryptfs_enable_internal() 2389 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/core/logd/ |
D | LogWhiteBlackList.cpp | 95 property_get("ro.logd.filter", property, _default); in init() 97 property_get("persist.logd.filter", property, filter.c_str()); in init()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 1270 property_get(key, hold[0], ""); in TEST() 1272 property_get(key + base_offset, hold[1], ""); in TEST() 1276 property_get(key, hold[2], ""); in TEST() 1278 property_get(key, hold[3], ""); in TEST() 1651 property_get(persist_key, persist, ""); in TEST() 1654 property_get(readonly_key, readonly, nothing_val); in TEST() 1669 property_get(readonly_key, readonly, nothing_val); in TEST() 1695 property_get(persist_key, persist, ""); in TEST() 1706 property_get(persist_key, persist, ""); in TEST() 1714 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("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/healthd/ |
D | BatteryMonitor.cpp | 727 if (property_get("ro.boot.fake_battery", pval, NULL) > 0 in init()
|