Searched defs:paired_device_map (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ |
D | metric_id_manager_unittest.cc | 54 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() local 65 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() local 78 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() local 93 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() local 112 std::unordered_map<bluetooth::hci::Address, int> paired_device_map = in TEST() local 132 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() local 181 std::unordered_map<bluetooth::hci::Address, int> paired_device_map = in TEST() local 317 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() local 369 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() local 403 std::unordered_map<bluetooth::hci::Address, int> paired_device_map; in TEST() local [all …]
|
D | metric_id_manager.cc | 52 bool MetricIdManager::Init(const std::unordered_map<Address, int>& paired_device_map, in Init()
|
/aosp_15_r20/packages/modules/Bluetooth/system/common/ |
D | metric_id_allocator_unittest.cc | 57 std::unordered_map<RawAddress, int> paired_device_map; in TEST() local 66 std::unordered_map<RawAddress, int> paired_device_map; in TEST() local 77 std::unordered_map<RawAddress, int> paired_device_map; in TEST() local 90 std::unordered_map<RawAddress, int> paired_device_map; in TEST() local 107 std::unordered_map<RawAddress, int> paired_device_map = in TEST() local 125 std::unordered_map<RawAddress, int> paired_device_map; in TEST() local 171 std::unordered_map<RawAddress, int> paired_device_map = in TEST() local 303 std::unordered_map<RawAddress, int> paired_device_map; in TEST() local 355 std::unordered_map<RawAddress, int> paired_device_map; in TEST() local 389 std::unordered_map<RawAddress, int> paired_device_map; in TEST() local [all …]
|
D | metric_id_allocator.cc | 51 bool MetricIdAllocator::Init(const std::unordered_map<RawAddress, int>& paired_device_map, in Init()
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | metric_id_api.cc | 30 bool InitMetricIdAllocator(const std::unordered_map<RawAddress, int>& paired_device_map, in InitMetricIdAllocator()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_metrics_logging.cc | 84 bool init_metric_id_allocator(const std::unordered_map<RawAddress, int>& paired_device_map, in init_metric_id_allocator()
|
D | btif_config.cc | 102 std::unordered_map<RawAddress, int> paired_device_map; in init_metric_id_allocator() local
|