Home
last modified time | relevance | path

Searched refs:property_get (Results 1 – 23 of 23) sorted by relevance

/system/core/libcutils/include/cutils/
Dproperties.h49 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/
Dproperties.h49 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/
Dproperties_test.cpp86 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()
Dproperties.cpp33 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
Dtrace-dev.inc118 property_get(buf, value, "");
160 property_get("debug.atrace.tags.enableflags", value, "0");
/system/media/audio/include/system/
Daudio_config.h34 if (property_get("ro.boot.product.vendor.sku", value, "") <= 0) { in audio_get_configuration_paths()
/system/vold/
DCryptoType.cpp31 property_get(property, paramstr, default_alg.get_config_name()); in lookup_crypto_algorithm()
Dcryptfs.cpp469 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 …]
DKeyStorage.cpp322 property_get(SCRYPT_PROP, paramstr, SCRYPT_DEFAULTS); in getStretching()
/system/bt/osi/src/
Dproperties.cc44 return property_get(key, value, default_value); in osi_property_get()
/system/bt/gd/os/android/
Dsystem_properties.cc34 auto value_len = property_get(property.c_str(), value_array.data(), nullptr); in GetSystemProperty()
/system/core/liblog/tests/
Dliblog_test.cpp1258 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/
Dsdcard.cpp66 property_get(PROP_SDCARDFS_USER, property, ""); in should_use_sdcardfs()
/system/extras/libfscrypt/
Dfscrypt.cpp90 property_get("ro.crypto.type", value, "none"); in fscrypt_is_native()
/system/netd/server/
DMDnsSdListener.cpp548 if (property_get(name, value, nullptr)) { in wait_for_property()
560 property_get(MDNS_SERVICE_STATUS, property_value, ""); in startService()
DTetherController.cpp131 property_get("ro.bootmode", bootmode, "unknown"); in inBpToolsMode()
/system/bt/test/rootcanal/
Dbluetooth_hci.cc107 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/
DVtsHalWifiKeystoreV1_0TargetTest.cpp78 property_get("ro.system.build.type", value, ""); in isDebuggableBuild()
/system/nfc/src/adaptation/
DNfcAdaptation.cc93 int len = property_get("nfc.debug_enabled", valueStr, ""); in initializeGlobalDebugEnabledFlag()
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp181 property_get("debug.pf.disasm", value, "0"); in generate()
DArm64Assembler.cpp322 property_get("debug.pf.disasm", value, "0"); in generate()
DMIPSAssembler.cpp1418 property_get("debug.pf.disasm", value, "0"); in generate()
/system/core/healthd/
DBatteryMonitor.cpp727 if (property_get("ro.boot.fake_battery", pval, NULL) > 0 in init()