Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp105 std::mutex gattServicesMutex_; member
167 std::lock_guard<std::mutex> lock(clientSptr->pimpl->gattServicesMutex_);
456 std::lock_guard<std::mutex> lock(gattServicesMutex_); in BuildServiceList()
476 std::lock_guard<std::mutex> lock(gattServicesMutex_); in FindService()
510 std::lock_guard<std::mutex> lock(gattServicesMutex_); in GetServices()
533 std::lock_guard<std::mutex> lock(gattServicesMutex_); in GetCharacteristicByHandle()
548 std::lock_guard<std::mutex> lock(gattServicesMutex_); in GetDescriptorByHandle()
733 std::lock_guard<std::mutex> lock(pimpl->gattServicesMutex_); in GetService()
759 std::lock_guard<std::mutex> lock(pimpl->gattServicesMutex_); in GetService()

Completed in 3 milliseconds