Home
last modified time | relevance | path

Searched refs:kLinkKeyProperties (Results 1 – 16 of 16) sorted by relevance

/system/bt/gd/storage/
Dconfig_cache_test.cc43 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
51 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
62 ConfigCache config(2, Device::kLinkKeyProperties); in TEST()
71 ConfigCache config_1(2, Device::kLinkKeyProperties); in TEST()
76 ConfigCache config_2(2, Device::kLinkKeyProperties); in TEST()
94 ConfigCache config_3(3, Device::kLinkKeyProperties); in TEST()
102 ConfigCache config_4(2, Device::kLinkKeyProperties); in TEST()
105 ConfigCache config_5(2, Device::kLinkKeyProperties); in TEST()
108 ConfigCache config_6(3, Device::kLinkKeyProperties); in TEST()
113 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
[all …]
Ddevice_test.cc36 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
61 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
86 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
108 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
122 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
143 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
197 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
205 ConfigCache config_alt(10, Device::kLinkKeyProperties); in TEST()
224 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
Dadapter_config_test.cc34 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
41 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
53 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
Dconfig_cache_helper_test.cc34 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
46 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
64 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
83 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
102 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
123 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
Dle_device_test.cc37 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
45 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
57 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
Dclassic_device_test.cc37 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
45 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
57 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
Dle_device.cc33 const std::unordered_set<std::string_view> LeDevice::kLinkKeyProperties = { member in bluetooth::storage::LeDevice
52 return config_->HasAtLeastOneMatchingPropertiesInSection(section_, kLinkKeyProperties); in IsPaired()
Dclassic_device.cc26 const std::unordered_set<std::string_view> ClassicDevice::kLinkKeyProperties = {"LinkKey"}; member in bluetooth::storage::ClassicDevice
51 return config_->HasAtLeastOneMatchingPropertiesInSection(section_, kLinkKeyProperties); in IsPaired()
Dmutation_test.cc33 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
51 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
99 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
110 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
Dlegacy_config_file_test.cc39 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
114 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
Dlegacy_config_file.cc43 ConfigCache cache(temp_devices_capacity, Device::kLinkKeyProperties); in Read()
Dle_device.h72 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
Ddevice.cc70 const std::unordered_set<std::string_view> Device::kLinkKeyProperties = { member in bluetooth::storage::Device
Dclassic_device.h77 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
Ddevice.h168 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
Dstorage_module.cc158 config.emplace(temp_devices_capacity_, Device::kLinkKeyProperties); in Start()