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()
66 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
94 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
119 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
134 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
156 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
211 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
221 ConfigCache config_alt(10, Device::kLinkKeyProperties); in TEST()
242 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
258 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()
65 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
84 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
104 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
125 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
Dclassic_device_test.cc38 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
46 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
58 ConfigCache config(10, Device::kLinkKeyProperties); in TEST()
70 ConfigCache config1(10, Device::kLinkKeyProperties); in TEST()
71 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()
55 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
103 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
114 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
Dle_device.cc33 const std::unordered_set<std::string_view> LeDevice::kLinkKeyProperties = { member in bluetooth::storage::LeDevice
48 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
48 return config_->HasAtLeastOneMatchingPropertiesInSection(section_, kLinkKeyProperties); in IsPaired()
Dlegacy_config_file_test.cc40 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
116 ConfigCache config(100, Device::kLinkKeyProperties); in TEST()
Dlegacy_config_file.cc44 ConfigCache cache(temp_devices_capacity, Device::kLinkKeyProperties); in Read()
Dle_device.h70 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
Dclassic_device.h75 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
Ddevice.cc73 const std::unordered_set<std::string_view> Device::kLinkKeyProperties = { member in bluetooth::storage::Device
Ddevice.h187 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
Dstorage_module.cc174 config.emplace(temp_devices_capacity_, Device::kLinkKeyProperties); in Start()