/packages/modules/Bluetooth/system/test/common/ |
D | init_flags.cc | 11 bool InitFlags::logging_debug_enabled_for_all = false; 12 bool InitFlags::leaudio_targeted_announcement_reconnection_mode = true; 14 InitFlags::logging_debug_explicit_tag_settings = {}; 15 void InitFlags::Load(const char** flags) {} in Load() 16 void InitFlags::SetAll(bool value) { in SetAll() 17 InitFlags::logging_debug_enabled_for_all = value; in SetAll() 19 void InitFlags::SetAllForTesting() { in SetAllForTesting() 20 InitFlags::logging_debug_enabled_for_all = true; in SetAllForTesting()
|
/packages/modules/Bluetooth/system/gd/common/ |
D | init_flags_test.cc | 23 using bluetooth::common::InitFlags; 27 InitFlags::Load(input); in TEST() 28 ASSERT_TRUE(InitFlags::IsBtmDmFlushDiscoveryQueueOnSearchCancel()); in TEST() 33 InitFlags::Load(input); in TEST() 34 ASSERT_TRUE(InitFlags::IsTargetedAnnouncementReconnectionMode()); in TEST() 39 InitFlags::Load(input); in TEST() 40 ASSERT_TRUE(InitFlags::UseRsiFromCachedInquiryResults()); in TEST()
|
D | init_flags.h | 26 class InitFlags final {
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btif/ |
D | btif_shim.cc | 31 InitFlags::InitFlags() {} in InitFlags() function in bluetooth::topshim::rust::InitFlags 32 InitFlags::~InitFlags() { in ~InitFlags() 42 void InitFlags::Convert(::rust::Vec<::rust::String>& initFlags) { in Convert() 56 std::unique_ptr<InitFlags> ConvertFlags(::rust::Vec<::rust::String> flags) { in ConvertFlags() 57 auto ret = std::make_unique<InitFlags>(); in ConvertFlags()
|
D | btif_shim.h | 27 class InitFlags { 29 InitFlags(); 30 ~InitFlags(); 41 std::unique_ptr<InitFlags> ConvertFlags(::rust::Vec<::rust::String> flags);
|
/packages/modules/Bluetooth/system/gd/rust/common/src/ |
D | init_flags.rs | 197 fn parse_hci_adapter(flags: &mut InitFlags, values: Vec<&str>) { in parse_hci_adapter() argument 204 *FLAGS.lock().unwrap() = InitFlags::get_defaults_for_test(); in set_all_for_testing() 208 name: InitFlags 243 static ref FLAGS: Mutex<InitFlags> = Mutex::new(InitFlags::default()); 254 let flags = InitFlags::parse(raw_flags); in load()
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 300 bluetooth::common::InitFlags::Load(hfp_test_flags_feature_disabled); in SetUp() 301 bluetooth::common::InitFlags::Load(test_flags_feature_disabled); in SetUp() 492 bluetooth::common::InitFlags::Load(test_flags_feature_enabled); in TEST_F() 505 bluetooth::common::InitFlags::Load(test_flags_feature_enabled); in TEST_F() 519 bluetooth::common::InitFlags::Load(test_flags_feature_enabled); in TEST_F() 541 bluetooth::common::InitFlags::Load(test_flags_feature_enabled); in TEST_F() 565 bluetooth::common::InitFlags::Load(test_flags_feature_enabled); in TEST_F() 581 bluetooth::common::InitFlags::Load(test_flags_feature_enabled); in TEST_F() 596 bluetooth::common::InitFlags::Load(test_flags_feature_enabled); in TEST_F() 626 bluetooth::common::InitFlags::Load(hfp_test_flags_feature_enabled); in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_av_test.cc | 45 bluetooth::common::InitFlags::SetAllForTesting(); in SetUp()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_dumpsys_test.cc | 47 bluetooth::common::InitFlags::SetAllForTesting(); in SetUp()
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_sec_test.cc | 119 bluetooth::common::InitFlags::SetAllForTesting(); in TEST_F() 268 bluetooth::common::InitFlags::SetAllForTesting(); in TEST_F()
|
D | stack_btm_test.cc | 147 bluetooth::common::InitFlags::SetAllForTesting(); in TEST_F() 236 bluetooth::common::InitFlags::SetAllForTesting(); in TEST_F()
|
D | stack_btm_power_mode_test.cc | 60 bluetooth::common::InitFlags::Load(test_flags); in SetUp()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hfp_hal_linux.cc | 286 int hci = bluetooth::common::InitFlags::GetAdapterIndex(); in init() 453 int hci = bluetooth::common::InitFlags::GetAdapterIndex(); in notify_sco_connection_change()
|
/packages/modules/Bluetooth/system/stack/test/a2dp/ |
D | a2dp_vendor_ldac_unittest.cc | 57 common::InitFlags::SetAllForTesting(); in SetUp()
|
D | a2dp_opus_unittest.cc | 67 common::InitFlags::SetAllForTesting(); in SetUp()
|
D | a2dp_aac_unittest.cc | 69 common::InitFlags::SetAllForTesting(); in SetUp()
|
D | a2dp_sbc_unittest.cc | 70 common::InitFlags::SetAllForTesting(); in SetUp()
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | mgmt.cc | 85 int hci = bluetooth::common::InitFlags::GetAdapterIndex(); in get_vs_opcode()
|
/packages/modules/Bluetooth/system/gd/facade/ |
D | facade_main.cc | 123 bluetooth::common::InitFlags::SetAllForTesting(); in main()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer_unittest.cc | 64 using common::InitFlags; 88 InitFlags::SetAllForTesting(); in SetUp()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | stack.cc | 60 using ::bluetooth::common::InitFlags;
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_l2cap_test.cc | 52 bluetooth::common::InitFlags::SetAllForTesting(); in SetUp()
|
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics_event.cc | 660 int adapter_index = bluetooth::common::InitFlags::GetAdapterIndex(); in GetChipsetInfoModuleName() 673 int adapter_index = bluetooth::common::InitFlags::GetAdapterIndex(); in GetChipsetInfoTransport()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 920 type InitFlags; typedef 923 fn ConvertFlags(flags: Vec<String>) -> UniquePtr<InitFlags>; in ConvertFlags() argument 924 fn GetFlagsPtr(self: &InitFlags) -> *mut *const c_char; in GetFlagsPtr() 1221 let converted: cxx::UniquePtr<ffi::InitFlags> = ffi::ConvertFlags(init_flags); in initialize()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_hh_test.cc | 151 bluetooth::common::InitFlags::SetAllForTesting(); in SetUp()
|