Home
last modified time | relevance | path

Searched refs:a2dpBluetoothDeviceMap_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp53 std::map<std::string, BluetoothRemoteDevice> MediaBluetoothDeviceManager::a2dpBluetoothDeviceMap_; member in OHOS::Bluetooth::MediaBluetoothDeviceManager
448 AUDIO_INFO_LOG("a2dpBluetoothDeviceMap_ operation: %{public}d new bluetooth device, device address is %{public}s,\ in NotifyToUpdateAudioDevice()
454 a2dpBluetoothDeviceMap_[device.GetDeviceAddr()] = device; in NotifyToUpdateAudioDevice()
456 if (a2dpBluetoothDeviceMap_.find(device.GetDeviceAddr()) != a2dpBluetoothDeviceMap_.end()) { in NotifyToUpdateAudioDevice()
457 a2dpBluetoothDeviceMap_.erase(device.GetDeviceAddr()); in NotifyToUpdateAudioDevice()
484 if (a2dpBluetoothDeviceMap_.find(macAddress) != a2dpBluetoothDeviceMap_.end()) { in IsA2dpBluetoothDeviceExist()
507 auto deviceIter = a2dpBluetoothDeviceMap_.find(macAddress); in GetConnectedA2dpBluetoothDevice()
508 if (deviceIter != a2dpBluetoothDeviceMap_ in GetConnectedA2dpBluetoothDevice()
[all...]
H A Dbluetooth_device_manager.h72 static std::map<std::string, BluetoothRemoteDevice> a2dpBluetoothDeviceMap_; member in OHOS::Bluetooth::MediaBluetoothDeviceManager

Completed in 2 milliseconds