Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server.h56 static std::mutex deviceListMutex_; member in OHOS::Bluetooth::NapiGattServer
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server_callback.cpp59 std::lock_guard<std::mutex> lock(NapiGattServer::deviceListMutex_); in OnConnectionStateUpdate()
H A Dnapi_bluetooth_gatt_server.cpp32 std::mutex NapiGattServer::deviceListMutex_; member in OHOS::Bluetooth::NapiGattServer
H A Dnapi_bluetooth_ble.cpp1043 std::lock_guard<std::mutex> lock(NapiGattServer::deviceListMutex_); in GetConnectedBLEDevices()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp94 std::mutex deviceListMutex_; member
306 std::lock_guard<std::mutex> lck(serverSptr->pimpl->deviceListMutex_);
309 std::lock_guard<std::mutex> lck(serverSptr->pimpl->deviceListMutex_);
522 std::lock_guard<std::mutex> lock(deviceListMutex_); in FindConnectedDevice()

Completed in 5 milliseconds