Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp54 std::map<std::string, BluetoothDeviceAction> MediaBluetoothDeviceManager::wearDetectionStateMap_; member in OHOS::Bluetooth::MediaBluetoothDeviceManager
64 std::map<std::string, BluetoothDeviceAction> HfpBluetoothDeviceManager::wearDetectionStateMap_; member in OHOS::Bluetooth::HfpBluetoothDeviceManager
252 wearDetectionStateMap_.erase(device.GetDeviceAddr()); in HandleDisconnectDevice()
269 wearDetectionStateMap_[device.GetDeviceAddr()] = BluetoothDeviceAction::WEAR_ACTION; in HandleWearDevice()
290 wearDetectionStateMap_[device.GetDeviceAddr()] = BluetoothDeviceAction::UNWEAR_ACTION; in HandleUnwearDevice()
346 auto wearStateIter = wearDetectionStateMap_.find(device.GetDeviceAddr()); in HandleWearEnable()
347 if (wearStateIter != wearDetectionStateMap_.end() && in HandleWearEnable()
549 wearDetectionStateMap_.clear(); in ClearAllA2dpBluetoothDevice()
665 wearDetectionStateMap_.erase(device.GetDeviceAddr()); in HandleDisconnectDevice()
683 wearDetectionStateMap_[devic in HandleWearDevice()
[all...]
H A Dbluetooth_device_manager.h73 static std::map<std::string, BluetoothDeviceAction> wearDetectionStateMap_; member in OHOS::Bluetooth::MediaBluetoothDeviceManager
124 static std::map<std::string, BluetoothDeviceAction> wearDetectionStateMap_; member in OHOS::Bluetooth::HfpBluetoothDeviceManager

Completed in 3 milliseconds