Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_connection.cpp41 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ~BluetoothConnection()
90 std::lock_guard<std::mutex> lock(bluetoothMutex_); in IsBtAvailble()
142 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ResetBtConnection()
159 std::lock_guard<std::mutex> lock(bluetoothMutex_); in AddBtDevice()
171 std::lock_guard<std::mutex> lock(bluetoothMutex_); in RemoveBtDevice()
182 std::lock_guard<std::mutex> lock(bluetoothMutex_); in GetBtDevice()
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_connection.h76 std::mutex bluetoothMutex_; variable