Home
last modified time | relevance | path

Searched refs:hfpBluetoothDeviceMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp63 std::map<std::string, BluetoothRemoteDevice> HfpBluetoothDeviceManager::hfpBluetoothDeviceMap_; member in OHOS::Bluetooth::HfpBluetoothDeviceManager
899 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()
H A Dbluetooth_device_manager.h123 static std::map<std::string, BluetoothRemoteDevice> hfpBluetoothDeviceMap_;