Home
last modified time | relevance | path

Searched defs:paired_device_map (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dmetric_id_manager_unittest.cc54 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 …]
Dmetric_id_manager.cc52 bool MetricIdManager::Init(const std::unordered_map<Address, int>& paired_device_map, in Init()
/aosp_15_r20/packages/modules/Bluetooth/system/common/
Dmetric_id_allocator_unittest.cc57 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 …]
Dmetric_id_allocator.cc51 bool MetricIdAllocator::Init(const std::unordered_map<RawAddress, int>& paired_device_map, in Init()
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dmetric_id_api.cc30 bool InitMetricIdAllocator(const std::unordered_map<RawAddress, int>& paired_device_map, in InitMetricIdAllocator()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc84 bool init_metric_id_allocator(const std::unordered_map<RawAddress, int>& paired_device_map, in init_metric_id_allocator()
Dbtif_config.cc102 std::unordered_map<RawAddress, int> paired_device_map; in init_metric_id_allocator() local