Home
last modified time | relevance | path

Searched refs:listenerMtx_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp86 std::lock_guard<std::mutex> lisLock(listenerMtx_); in RegisterSoftbusListener()
102 std::lock_guard<std::mutex> lisLock(listenerMtx_); in UnRegisterSoftbusListener()
235 std::lock_guard<std::mutex> lisLock(listenerMtx_); in CloseSoftbusSession()
280 std::lock_guard<std::mutex> lisLock(listenerMtx_); in GetSoftbusListenerByName()
290 std::lock_guard<std::mutex> lisLock(listenerMtx_); in GetSoftbusListenerById()
324 std::lock_guard<std::mutex> lisLock(listenerMtx_); in OnSoftbusSessionOpened()
343 std::lock_guard<std::mutex> lisLock(listenerMtx_); in OnSoftbusSessionClosed()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp251 std::lock_guard<std::mutex> lock(listenerMtx_); in SendEventChannelOPened()
388 std::lock_guard<std::mutex> lock(listenerMtx_); in RegisterChannelListener()
401 std::lock_guard<std::mutex> lock(listenerMtx_); in UnRegisterChannelListener()
484 std::lock_guard<std::mutex> lock(listenerMtx_); in OnSoftbusChannelOpened()
553 std::lock_guard<std::mutex> lock(listenerMtx_); in OnSoftbusStreamReceived()
580 std::lock_guard<std::mutex> lock(listenerMtx_); in OnSoftbusTimeSyncResult()
626 std::lock_guard<std::mutex> lock(listenerMtx_); in SendChannelEvent()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Dsoftbus_adapter.h70 std::mutex listenerMtx_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h88 std::mutex listenerMtx_; variable