Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp44 std::mutex SoftBusHandler::clientSessNameMapMutex_; member in OHOS::Storage::DistributedFile::SoftBusHandler
64 std::lock_guard<std::mutex> lock(SoftBusHandler::clientSessNameMapMutex_); in OnSinkSessionOpened()
99 std::lock_guard<std::mutex> lock(clientSessNameMapMutex_); in GetSessionName()
210 std::lock_guard<std::mutex> lock(clientSessNameMapMutex_); in OpenSession()
321 std::lock_guard<std::mutex> lock(clientSessNameMapMutex_); in CloseSession()
344 std::lock_guard<std::mutex> lock(clientSessNameMapMutex_); in CloseSessionWithSessionName()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler.h65 static std::mutex clientSessNameMapMutex_; variable