Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp255 … std::thread(&SoftbusChannelAdapter::SendChannelEvent, this, it->first, event).detach(); in SendEventChannelOPened()
487 … std::thread(&SoftbusChannelAdapter::SendChannelEvent, this, it->first, event).detach(); in OnSoftbusChannelOpened()
514 std::thread(&SoftbusChannelAdapter::SendChannelEvent, this, it->first, event).detach(); in OnSoftbusChannelClosed()
538 std::thread(&SoftbusChannelAdapter::SendChannelEvent, this, it->first, event).detach(); in OnSoftbusBytesReceived()
619 void SoftbusChannelAdapter::SendChannelEvent(const std::string &sessName, const AVTransEvent event) in SendChannelEvent() function in OHOS::DistributedHardware::SoftbusChannelAdapter
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h63 void SendChannelEvent(const std::string &sessName, const AVTransEvent event);