/packages/apps/CellBroadcastReceiver/tests/compliancetests/assets/ |
D | emergency_alert_settings.json | 4 "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 …]
|
D | emergency_alert_channels.json | 19 "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/ |
D | mock_osi_properties.cc | 49 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/ |
D | properties.cc | 37 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/ |
D | system_properties_common.cc | 25 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/ |
D | nfc_config.cc | 113 std::string default_value) { in getString() 123 unsigned default_value) { in getUnsigned()
|
/packages/modules/Bluetooth/floss/libflags/ |
D | get_flags.cc | 25 const std::string& default_value) { in GetServerConfigurableFlag()
|
/packages/modules/Bluetooth/floss/android-base/ |
D | properties.cc | 24 std::string GetProperty(const std::string& key, const std::string& default_value) { in GetProperty()
|
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/fakes/ |
D | nfc_config_fakes.cc | 15 unsigned NfcConfig::getUnsigned(const std::string&, unsigned default_value) { in getUnsigned()
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | l2cap_fuzzer.cc | 74 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()
|
D | gatt_fuzzer.cc | 51 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/ |
D | aconfig_storage_source.rs | 68 let default_value = msg.default_flag_value.unwrap_or("".to_string()); in convert() localVariable
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 552 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/ |
D | BlobCache.cpp | 32 static int property_get(const char* key, char* value, const char* default_value) { in property_get()
|
/packages/modules/ConfigInfrastructure/aconfigd/src/ |
D | storage_files.rs | 121 pub default_value: String, field 871 let default_value = self.get_default_flag_value(&context)?; in get_flag_snapshot() localVariable
|