Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server.h56 static std::mutex deviceListMutex_; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server_callback.cpp63 std::lock_guard<std::mutex> lock(NapiGattServer::deviceListMutex_); in OnConnectionStateUpdate()
H A Dnapi_bluetooth_gatt_server.cpp36 std::mutex NapiGattServer::deviceListMutex_; member in OHOS::Bluetooth::NapiGattServer
H A Dnapi_bluetooth_ble.cpp1050 std::lock_guard<std::mutex> lock(NapiGattServer::deviceListMutex_); in GetConnectedBLEDevices()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp97 std::mutex deviceListMutex_; member
292 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()