Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp108 std::mutex gattServicesMutex_; member
170 std::lock_guard<std::mutex> lock(clientSptr->pimpl->gattServicesMutex_); in OnCharacteristicChanged()
459 std::lock_guard<std::mutex> lock(gattServicesMutex_); in BuildServiceList()
479 std::lock_guard<std::mutex> lock(gattServicesMutex_); in FindService()
513 std::lock_guard<std::mutex> lock(gattServicesMutex_); in GetServices()
536 std::lock_guard<std::mutex> lock(gattServicesMutex_); in GetCharacteristicByHandle()
551 std::lock_guard<std::mutex> lock(gattServicesMutex_); in GetDescriptorByHandle()
736 std::lock_guard<std::mutex> lock(pimpl->gattServicesMutex_); in GetService()
762 std::lock_guard<std::mutex> lock(pimpl->gattServicesMutex_); in GetService()