Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler_asset.h85 std::mutex clientInfoMutex_; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp229 std::lock_guard<std::mutex> lock(clientInfoMutex_); in OnAssetRecvBind()
235 std::lock_guard<std::mutex> lock(clientInfoMutex_); in GetClientInfo()
246 std::lock_guard<std::mutex> lock(clientInfoMutex_); in RemoveClientInfo()