Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h89 std::mutex serverMapMtx_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp169 std::lock_guard<std::mutex> lock(serverMapMtx_); in CreateChannelServer()
203 std::lock_guard<std::mutex> lock(serverMapMtx_); in CreateChannelServer()
219 std::lock_guard<std::mutex> lock(serverMapMtx_); in RemoveChannelServer()