Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_test.cc44 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
52 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
63 ConfigCache config(2, Device::kLinkKeyProperties); in TEST()
72 ConfigCache config_1(2, Device::kLinkKeyProperties); in TEST()
77 ConfigCache config_2(2, Device::kLinkKeyProperties); in TEST()
95 ConfigCache config_3(3, Device::kLinkKeyProperties); in TEST()
103 ConfigCache config_4(2, Device::kLinkKeyProperties); in TEST()
106 ConfigCache config_5(2, Device::kLinkKeyProperties); in TEST()
109 ConfigCache config_6(3, Device::kLinkKeyProperties); in TEST()
114 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
[all …]
Ddevice_test.cc38 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
63 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
88 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
110 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
124 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
145 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
199 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
207 ConfigCache config_alt(10, Device::kLinkKeyProperties); in TEST()
226 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
241 ConfigCache config1(10, Device::kLinkKeyProperties); in TEST()
[all …]
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()
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()
69 ConfigCache config1(10, Device::kLinkKeyProperties); in TEST()
70 ConfigCache config2(10, 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()
69 ConfigCache config1(10, Device::kLinkKeyProperties); in TEST()
70 ConfigCache config2(10, Device::kLinkKeyProperties); in TEST()
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()
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()
Dlegacy_config_file_test.cc40 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
115 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
Dlegacy_config_file.cc45 ConfigCache cache(temp_devices_capacity, Device::kLinkKeyProperties); in Read()
Dle_device.h77 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
Dclassic_device.h82 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
Ddevice.cc72 const std::unordered_set<std::string_view> Device::kLinkKeyProperties = { member in bluetooth::storage::Device
Ddevice.h178 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
Dstorage_module.cc163 config.emplace(temp_devices_capacity_, Device::kLinkKeyProperties); in Start()