Home
last modified time | relevance | path

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

/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
890 AUDIO_INFO_LOG("hfpBluetoothDeviceMap_ operation: %{public}d new bluetooth device, device address is %{public}s,\ in NotifyToUpdateAudioDevice()
896 hfpBluetoothDeviceMap_[device.GetDeviceAddr()] = device; in NotifyToUpdateAudioDevice()
898 if (hfpBluetoothDeviceMap_.find(device.GetDeviceAddr()) != hfpBluetoothDeviceMap_.end()) { in NotifyToUpdateAudioDevice()
899 hfpBluetoothDeviceMap_.erase(device.GetDeviceAddr()); in NotifyToUpdateAudioDevice()
928 if (hfpBluetoothDeviceMap_.find(macAddress) != hfpBluetoothDeviceMap_.end()) { in IsHfpBluetoothDeviceExist()
951 auto deviceIter = hfpBluetoothDeviceMap_.find(macAddress); in GetConnectedHfpBluetoothDevice()
952 if (deviceIter != hfpBluetoothDeviceMap_ in GetConnectedHfpBluetoothDevice()
[all...]
H A Dbluetooth_device_manager.h123 static std::map<std::string, BluetoothRemoteDevice> hfpBluetoothDeviceMap_; member in OHOS::Bluetooth::HfpBluetoothDeviceManager

Completed in 3 milliseconds