/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 | 71 property_get(buf, value, ""); 113 property_get("debug.atrace.tags.enableflags", value, "0");
|
/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/vold/ |
D | cryptfs.cpp | 368 property_get(CRYPT_ALGO_PROP, paramstr, default_crypto_type.get_property_name()); in get_device_crypto_algorithm() 390 property_get(SCRYPT_PROP, paramstr, SCRYPT_DEFAULTS); in get_device_scrypt_params() 778 property_get("ro.crypto.state", encrypted_state, ""); in load_persistent_data() 1082 if (property_get(DM_CRYPT_SECTOR_SIZE, value, "") > 0) { in add_sector_size_param() 1614 property_get("ro.crypto.fs_crypto_blkdev", crypto_blkdev, ""); in cryptfs_restart_internal() 1626 property_get("ro.crypto.readonly", ro_prop, ""); in cryptfs_restart_internal() 1711 property_get("ro.crypto.state", encrypted_state, ""); in do_crypto_complete() 1936 property_get("ro.crypto.state", encrypted_state, ""); in check_unmounted_and_get_ftr() 2013 property_get("ro.crypto.state", encrypted_state, ""); in cryptfs_verify_passwd() 2200 property_get("ro.crypto.state", encrypted_state, ""); in cryptfs_enable_internal() [all …]
|
D | KeyStorage.cpp | 291 property_get(SCRYPT_PROP, paramstr, SCRYPT_DEFAULTS); in getStretching()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 1442 property_get(key, hold[0], ""); in TEST() 1444 property_get(key + base_offset, hold[1], ""); in TEST() 1448 property_get(key, hold[2], ""); in TEST() 1450 property_get(key, hold[3], ""); in TEST() 1844 property_get(persist_key, persist, ""); in TEST() 1847 property_get(readonly_key, readonly, nothing_val); in TEST() 1862 property_get(readonly_key, readonly, nothing_val); in TEST() 1888 property_get(persist_key, persist, ""); in TEST() 1899 property_get(persist_key, persist, ""); in TEST() 1907 property_get(persist_key, persist, ""); in TEST() [all …]
|
/system/libhidl/base/ |
D | HidlInternal.cpp | 144 if (property_get(kSysPropInstrumentationPath, instrumentationLibPath, "") > 0) { in registerInstrumentationCallbacks()
|
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 58 property_get("ro.crypto.type", value, "none"); in fscrypt_is_native()
|
/system/core/sdcard/ |
D | sdcard.cpp | 66 property_get(PROP_SDCARDFS_USER, property, ""); in should_use_sdcardfs()
|
/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 | 115 property_get("ro.bootmode", bootmode, "unknown"); in inBpToolsMode()
|
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
D | VtsHalWifiKeystoreV1_0TargetTest.cpp | 76 property_get("ro.system.build.type", value, ""); in isDebuggableBuild()
|
/system/core/healthd/ |
D | BatteryMonitor.cpp | 642 if (property_get("ro.boot.fake_battery", pval, NULL) > 0 in init()
|
/system/nfc/src/adaptation/ |
D | NfcAdaptation.cc | 89 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()
|