Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp57 std::vector<BluetoothRemoteDevice> MediaBluetoothDeviceManager::negativeDevices_; member in OHOS::Bluetooth::MediaBluetoothDeviceManager
67 std::vector<BluetoothRemoteDevice> HfpBluetoothDeviceManager::negativeDevices_; member in OHOS::Bluetooth::HfpBluetoothDeviceManager
208 // If the device was virtual connected, remove it from the negativeDevices_ list. in HandleConnectDevice()
209 RemoveDeviceInConfigVector(device, negativeDevices_); in HandleConnectDevice()
218 AddDeviceInConfigVector(device, negativeDevices_); in HandleConnectDevice()
229 AddDeviceInConfigVector(device, negativeDevices_); in HandleConnectDevice()
249 RemoveDeviceInConfigVector(device, negativeDevices_); in HandleDisconnectDevice()
264 RemoveDeviceInConfigVector(device, negativeDevices_); in HandleWearDevice()
286 RemoveDeviceInConfigVector(device, negativeDevices_); in HandleUnwearDevice()
287 AddDeviceInConfigVector(device, negativeDevices_); in HandleUnwearDevice()
[all...]
H A Dbluetooth_device_manager.h76 static std::vector<BluetoothRemoteDevice> negativeDevices_; member in OHOS::Bluetooth::MediaBluetoothDeviceManager
127 static std::vector<BluetoothRemoteDevice> negativeDevices_; member in OHOS::Bluetooth::HfpBluetoothDeviceManager

Completed in 2 milliseconds