Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_publish_common_event.cpp165 std::lock_guard<std::mutex> lock(bluetoothStateMutex_); in SetBluetoothState()
171 std::lock_guard<std::mutex> lock(bluetoothStateMutex_); in GetBluetoothState()
210 std::lock_guard<std::mutex> lock(bluetoothStateMutex_); in OnReceiveEvent()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_publish_common_event.h63 std::mutex bluetoothStateMutex_; variable