Searched refs:SendChannelEvent (Results 1 - 6 of 6) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/agent/ |
H A D | agent.cpp | 130 SendChannelEvent(statusMsg, EVENT_MEDIA_PLAY_START); in HandleEvent() 133 SendChannelEvent(statusMsg, EVENT_MEDIA_PLAY_STOP); in HandleEvent() 228 SendChannelEvent(statusMsg, EVENT_MEDIA_CHANNEL_DESTROY); in HandleProsumerError() 299 SendChannelEvent(statusMsg, EVENT_MEDIA_CHANNEL_DESTROY); in PushNextStep() 452 void Agent::SendChannelEvent(SessionStatusMsg::Ptr &statusMsg, EventType eventType) in SendChannelEvent() function in OHOS::Sharing::Agent
|
H A D | agent.h | 98 void SendChannelEvent(SessionStatusMsg::Ptr &statusMsg, EventType eventType);
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | softbus_channel_adapter.cpp | 255 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 621 AVTRANS_LOGI("SendChannelEvent event.type_%{public}" PRId32, event.type);
in SendChannelEvent()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | softbus_channel_adapter.h | 63 void SendChannelEvent(const std::string &sessName, const AVTransEvent event);
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/agent/ |
H A D | src_agent_unit_test.cpp | 1168 srcAgent->SendChannelEvent(sessionMsg, EVENT_AGENT_PROSUMER_RESUME); in HWTEST_F()
|
H A D | sink_agent_unit_test.cpp | 1168 sinkAgent->SendChannelEvent(sessionMsg, EVENT_AGENT_PROSUMER_RESUME); in HWTEST_F()
|
Completed in 8 milliseconds