Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_dispatcher.cpp28 mutex SoftbusSessionDispatcher::idMapMutex_; member in OHOS::Storage::DistributedFile::SoftbusSessionDispatcher
92 std::lock_guard<std::mutex> lock(idMapMutex_); in OnSessionOpened()
110 std::lock_guard<std::mutex> lock(idMapMutex_); in OnSessionClosed()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp232 std::lock_guard<std::mutex> lock(idMapMutex_); in RemoveChannelServer()
307 std::lock_guard<std::mutex> lock(idMapMutex_); in OpenSoftbusChannel()
325 std::lock_guard<std::mutex> lock(idMapMutex_); in CloseSoftbusChannel()
447 std::lock_guard<std::mutex> lock(idMapMutex_); in GetSessIdBySessName()
459 std::lock_guard<std::mutex> lock(idMapMutex_); in GetSessionNameById()
478 std::lock_guard<std::mutex> lock(idMapMutex_); in OnSoftbusChannelOpened()
510 std::lock_guard<std::mutex> lock(idMapMutex_); in OnSoftbusChannelClosed()
535 std::lock_guard<std::mutex> lock(idMapMutex_); in OnSoftbusBytesReceived()
550 std::lock_guard<std::mutex> lock(idMapMutex_); in OnSoftbusStreamReceived()
590 std::lock_guard<std::mutex> lock(idMapMutex_); in GetPeerDevIdBySessId()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp210 std::lock_guard<std::mutex> lock(idMapMutex_); in OpenSoftbusSession()
232 std::lock_guard<std::mutex> lock(idMapMutex_); in CloseSoftbusSession()
272 std::lock_guard<std::mutex> lock(idMapMutex_); in GetSoftbusListenerByName()
310 std::lock_guard<std::mutex> sessionLock(idMapMutex_); in OnSoftbusSessionOpened()
340 std::lock_guard<std::mutex> lock(idMapMutex_); in OnSoftbusSessionClosed()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session_dispatcher.h42 static std::mutex idMapMutex_;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Dsoftbus_adapter.h71 std::mutex idMapMutex_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h87 std::mutex idMapMutex_; variable