Searched refs:deviceListMutex_ (Results 1 – 5 of 5) sorted by relevance
56 static std::mutex deviceListMutex_; variable
63 std::lock_guard<std::mutex> lock(NapiGattServer::deviceListMutex_); in OnConnectionStateUpdate()
36 std::mutex NapiGattServer::deviceListMutex_; member in OHOS::Bluetooth::NapiGattServer
1050 std::lock_guard<std::mutex> lock(NapiGattServer::deviceListMutex_); in GetConnectedBLEDevices()
97 std::mutex deviceListMutex_; member292 std::lock_guard<std::mutex> lck(serverSptr->pimpl->deviceListMutex_); in OnConnectionStateChanged()295 std::lock_guard<std::mutex> lck(serverSptr->pimpl->deviceListMutex_); in OnConnectionStateChanged()498 std::lock_guard<std::mutex> lock(deviceListMutex_); in FindConnectedDevice()