Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_service_base.h32 GattServiceBase() : runningState_(false), mutexRunningState_() in GattServiceBase()
38 std::lock_guard<std::mutex> lck(mutexRunningState_); in InRunningState()
43 std::lock_guard<std::mutex> lck(mutexRunningState_); in Start()
48 std::lock_guard<std::mutex> lck(mutexRunningState_); in Stop()
63 std::mutex mutexRunningState_; variable