Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp42 std::mutex SoftBusHandler::clientSessNameMapMutex_; member in OHOS::Storage::DistributedFile::SoftBusHandler
56 std::lock_guard<std::mutex> lock(SoftBusHandler::clientSessNameMapMutex_); in OnSinkSessionOpened()
79 std::lock_guard<std::mutex> lock(clientSessNameMapMutex_); in GetSessionName()
186 std::lock_guard<std::mutex> lock(clientSessNameMapMutex_); in OpenSession()
297 std::lock_guard<std::mutex> lock(clientSessNameMapMutex_); in CloseSession()
320 std::lock_guard<std::mutex> lock(clientSessNameMapMutex_); in CloseSessionWithSessionName()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler.h65 static std::mutex clientSessNameMapMutex_; member in OHOS::Storage::DistributedFile::SoftBusHandler

Completed in 1 milliseconds