Home
last modified time | relevance | path

Searched refs:ForgetDevice (Results 1 – 10 of 10) sorted by relevance

/system/bt/common/
Dmetric_id_allocator_unittest.cc173 allocator.ForgetDevice(RawAddress({0, 0, 0, 0, 0, 1})); in TEST()
175 allocator.ForgetDevice(RawAddress({0, 0, 0, 0, 0, 2})); in TEST()
271 allocator.ForgetDevice(kthAddress(key + 200)); in TEST()
273 allocator.ForgetDevice(kthAddress(key + 2)); in TEST()
299 allocator.ForgetDevice(kthAddress(key)); in TEST()
305 allocator.ForgetDevice(kthAddress(k)); in TEST()
412 allocator.ForgetDevice(fake_mac_address); in TEST()
Dmetric_id_allocator.h102 void ForgetDevice(const RawAddress& mac_address);
Dmetric_id_allocator.cc177 void MetricIdAllocator::ForgetDevice(const RawAddress& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdAllocator
/system/bt/gd/common/
Dmetric_id_manager_unittest.cc191 manager.ForgetDevice(bluetooth::hci::Address({0, 0, 0, 0, 0, 1})); in TEST()
193 manager.ForgetDevice(bluetooth::hci::Address({0, 0, 0, 0, 0, 2})); in TEST()
295 manager.ForgetDevice(kthAddress(key + 200)); in TEST()
297 manager.ForgetDevice(kthAddress(key + 2)); in TEST()
324 manager.ForgetDevice(kthAddress(key)); in TEST()
330 manager.ForgetDevice(kthAddress(k)); in TEST()
437 manager.ForgetDevice(fake_mac_address); in TEST()
Dmetric_id_manager.h103 void ForgetDevice(const hci::Address& mac_address);
Dmetric_id_manager.cc182 void MetricIdManager::ForgetDevice(const Address& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdManager
/system/bt/test/mock/
Dmock_common_metric_id_allocator.cc95 void MetricIdAllocator::ForgetDevice(const RawAddress& mac_address) { in ForgetDevice() function in bluetooth::common::MetricIdAllocator
/system/bt/main/shim/
Dmetric_id_api.cc72 return MetricIdManager::GetInstance().ForgetDevice(address); in ForgetDeviceFromMetricIdAllocator()
Dbtm_api.cc490 MetricIdAllocator::GetInstance().ForgetDevice( in OnDeviceUnbonded()
/system/bt/btif/src/
Dbtif_metrics_logging.cc157 bluetooth::common::MetricIdAllocator::GetInstance().ForgetDevice(address); in forget_device_from_metric_id_allocator()