Searched refs:hfpBluetoothDeviceMap_ (Results 1 – 2 of 2) sorted by relevance
63 std::map<std::string, BluetoothRemoteDevice> HfpBluetoothDeviceManager::hfpBluetoothDeviceMap_; member in OHOS::Bluetooth::HfpBluetoothDeviceManager899 hfpBluetoothDeviceMap_[device.GetDeviceAddr()] = device; in NotifyToUpdateAudioDevice()901 … if (hfpBluetoothDeviceMap_.find(device.GetDeviceAddr()) != hfpBluetoothDeviceMap_.end()) { in NotifyToUpdateAudioDevice()902 hfpBluetoothDeviceMap_.erase(device.GetDeviceAddr()); in NotifyToUpdateAudioDevice()931 if (hfpBluetoothDeviceMap_.find(macAddress) != hfpBluetoothDeviceMap_.end()) { in IsHfpBluetoothDeviceExist()954 auto deviceIter = hfpBluetoothDeviceMap_.find(macAddress); in GetConnectedHfpBluetoothDevice()955 if (deviceIter != hfpBluetoothDeviceMap_.end()) { in GetConnectedHfpBluetoothDevice()966 hfpList.reserve(hfpBluetoothDeviceMap_.size()); in GetAllHfpBluetoothDevice()967 for (const auto &[macaddr, device] : hfpBluetoothDeviceMap_) { in GetAllHfpBluetoothDevice()986 hfpBluetoothDeviceMap_.clear(); in ClearAllHfpBluetoothDevice()
123 static std::map<std::string, BluetoothRemoteDevice> hfpBluetoothDeviceMap_;