Home
last modified time | relevance | path

Searched defs:default_value (Results 1 – 15 of 15) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/compliancetests/assets/
Demergency_alert_settings.json4 "default_value": "true", string
8 "default_value": "true", string
12 "default_value": "false", string
18 "default_value": "true", string
22 "default_value": "true", string
26 "default_value": "false", string
30 "default_value": "false", string
34 "default_value": "true", string
38 "default_value": "true", string
44 "default_value": "true", string
[all …]
Demergency_alert_channels.json19 "default_value": "true", string
25 "default_value": "true", string
30 "default_value": "true", string
35 "default_value": "true", string
41 "default_value": "true", string
46 "default_value": "true", string
51 "default_value": "false", string
56 "default_value": "true", string
61 "default_value": "true", string
66 "default_value": "true", string
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_properties.cc49 int osi_property_get(const char* key, char* value, const char* default_value) { in osi_property_get()
53 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool()
57 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32()
62 std::vector<uint32_t> default_value) { in osi_property_get_uintlist()
/packages/modules/Bluetooth/system/osi/src/
Dproperties.cc37 int osi_property_get(const char* key, char* value, const char* default_value) { in osi_property_get()
58 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32()
67 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool()
77 const std::vector<uint32_t> default_value) { in osi_property_get_uintlist()
/packages/modules/Bluetooth/system/gd/os/
Dsystem_properties_common.cc25 uint32_t GetSystemPropertyUint32(const std::string& property, uint32_t default_value) { in GetSystemPropertyUint32()
29 uint32_t GetSystemPropertyUint32Base(const std::string& property, uint32_t default_value, in GetSystemPropertyUint32Base()
38 bool GetSystemPropertyBool(const std::string& property, bool default_value) { in GetSystemPropertyBool()
/packages/modules/Nfc/libnfc-nci/src/adaptation/
Dnfc_config.cc113 std::string default_value) { in getString()
123 unsigned default_value) { in getUnsigned()
/packages/modules/Bluetooth/floss/libflags/
Dget_flags.cc25 const std::string& default_value) { in GetServerConfigurableFlag()
/packages/modules/Bluetooth/floss/android-base/
Dproperties.cc24 std::string GetProperty(const std::string& key, const std::string& default_value) { in GetProperty()
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/fakes/
Dnfc_config_fakes.cc15 unsigned NfcConfig::getUnsigned(const std::string&, unsigned default_value) { in getUnsigned()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dl2cap_fuzzer.cc74 uint32_t GetSystemPropertyUint32Base(const std::string& /*property*/, uint32_t default_value, in GetSystemPropertyUint32Base()
78 uint32_t GetSystemPropertyUint32(const std::string& /*property*/, uint32_t default_value) { in GetSystemPropertyUint32()
Dgatt_fuzzer.cc51 bool GetSystemPropertyBool(const std::string& property, bool default_value) { in GetSystemPropertyBool()
54 uint32_t GetSystemPropertyUint32(const std::string& property, uint32_t default_value) { in GetSystemPropertyUint32()
/packages/modules/ConfigInfrastructure/aflags/src/
Daconfig_storage_source.rs68 let default_value = msg.default_flag_value.unwrap_or("".to_string()); in convert() localVariable
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc552 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool()
564 int osi_property_get(const char* key, char* value, const char* default_value) { in osi_property_get()
572 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32()
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp32 static int property_get(const char* key, char* value, const char* default_value) { in property_get()
/packages/modules/ConfigInfrastructure/aconfigd/src/
Dstorage_files.rs121 pub default_value: String, field
871 let default_value = self.get_default_flag_value(&context)?; in get_flag_snapshot() localVariable