Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h113 std::mutex getProfileRemoteMutex_; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp96 std::lock_guard<std::mutex> lock(getProfileRemoteMutex_); in GetProfileRemote()