Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_connection.cpp49 mapConnectedBtDevices_.clear(); in ~BluetoothConnection()
95 if (!mapConnectedBtDevices_.empty()) { in ConnectBtSco()
97 device = &mapConnectedBtDevices_.begin()->second; in ConnectBtSco()
188 if (mapConnectedBtDevices_.empty()) { in IsBtAvailble()
255 mapConnectedBtDevices_.clear(); in ResetBtConnection()
291 auto iter = mapConnectedBtDevices_.find(address); in AddBtDevice()
292 if (iter != mapConnectedBtDevices_.end()) { in AddBtDevice()
295mapConnectedBtDevices_.insert(std::pair<std::string, const Bluetooth::BluetoothRemoteDevice>(addre… in AddBtDevice()
303 if (mapConnectedBtDevices_.count(address) > 0) { in RemoveBtDevice()
304 mapConnectedBtDevices_.erase(address); in RemoveBtDevice()
[all …]
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_connection.h84 std::unordered_map<std::string, Bluetooth::BluetoothRemoteDevice> mapConnectedBtDevices_; variable