Home
last modified time | relevance | path

Searched defs:default_value (Results 1 – 11 of 11) 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": "true", 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.json18 "default_value": "true", string
24 "default_value": "true", string
29 "default_value": "true", string
34 "default_value": "true", string
40 "default_value": "true", string
45 "default_value": "true", string
53 "default_value": "false", string
58 "default_value": "true", string
63 "default_value": "true", string
68 "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()
54 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool()
58 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32()
63 const char* key, 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 char* key, 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()
30 const std::string& property, uint32_t default_value, int base) { in GetSystemPropertyUint32Base()
38 bool GetSystemPropertyBool(const std::string& property, bool default_value) { in GetSystemPropertyBool()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_utils_test.cc256 [](const char* key, bool default_value) { return true; }; in SetUp()
587 [](const char* key, bool default_value) { return false; }; in TEST_F()
/packages/modules/Bluetooth/system/gd/rust/common/src/
Dinit_flags.rs19 macro_rules! default_value { macro
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc605 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool()
616 int osi_property_get(const char* key, char* value, const char* default_value) { in osi_property_get()
624 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/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc82 [&](const char* key, bool default_value) -> int { return false; }; in SetUp()
152 [&](const char* key, bool default_value) -> int { in TEST_F()
821 [&](const char* key, bool default_value) -> int { return false; }; in SetUp()
3250 [&](const char* key, bool default_value) -> bool { return return_value; }; in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc562 uint8_t default_value) { in btif_storage_get_io_cap_property()