Home
last modified time | relevance | path

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

/system/core/libcutils/include_vndk/cutils/
Dproperties.h46 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/
Dproperties.h46 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/
Dproperties_test.cpp86 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()
Dproperties.cpp41 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
Dtrace-dev.inc71 property_get(buf, value, "");
113 property_get("debug.atrace.tags.enableflags", value, "0");
/system/bt/osi/src/
Dproperties.cc44 return property_get(key, value, default_value); in osi_property_get()
/system/core/logd/
DLogWhiteBlackList.cpp95 property_get("ro.logd.filter", property, _default); in init()
97 property_get("persist.logd.filter", property, filter.c_str()); in init()
/system/vold/
Dcryptfs.cpp368 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 …]
DKeyStorage.cpp291 property_get(SCRYPT_PROP, paramstr, SCRYPT_DEFAULTS); in getStretching()
/system/core/liblog/tests/
Dliblog_test.cpp1442 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/
DHidlInternal.cpp144 if (property_get(kSysPropInstrumentationPath, instrumentationLibPath, "") > 0) { in registerInstrumentationCallbacks()
/system/extras/libfscrypt/
Dfscrypt.cpp58 property_get("ro.crypto.type", value, "none"); in fscrypt_is_native()
/system/core/sdcard/
Dsdcard.cpp66 property_get(PROP_SDCARDFS_USER, property, ""); in should_use_sdcardfs()
/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.cpp115 property_get("ro.bootmode", bootmode, "unknown"); in inBpToolsMode()
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp76 property_get("ro.system.build.type", value, ""); in isDebuggableBuild()
/system/core/healthd/
DBatteryMonitor.cpp642 if (property_get("ro.boot.fake_battery", pval, NULL) > 0 in init()
/system/nfc/src/adaptation/
DNfcAdaptation.cc89 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()