Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp127 timeSyncSessNames_.clear(); in ~SoftbusChannelAdapter()
422 timeSyncSessNames_.insert(sessName + "_" + peerDevId); in StartDeviceTimeSync()
440 timeSyncSessNames_.erase(sessName + "_" + peerDevId); in StopDeviceTimeSync()
579 for (auto sessName : timeSyncSessNames_) { in OnSoftbusTimeSyncResult()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h93 std::set<std::string> timeSyncSessNames_; variable