Home
last modified time | relevance | path

Searched refs:SendAgentEvent (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dmedia_channel.cpp79 SendAgentEvent(statusMsg, EVENT_AGENT_STATE_WRITE_WARNING); in OnWriteTimeout()
100 SendAgentEvent(msg, EVENT_AGENT_STATE_PROSUMER_CREATE); in OnProducerNotify()
103 SendAgentEvent(msg, EVENT_AGENT_STATE_PROSUMER_START); in OnProducerNotify()
106 SendAgentEvent(msg, EVENT_AGENT_STATE_PROSUMER_STOP); in OnProducerNotify()
109 SendAgentEvent(msg, EVENT_AGENT_STATE_PROSUMER_PAUSE); in OnProducerNotify()
112 SendAgentEvent(msg, EVENT_AGENT_STATE_PROSUMER_RESUME); in OnProducerNotify()
122 SendAgentEvent(msg, EVENT_AGENT_STATE_PROSUMER_DESTROY); in OnProducerNotify()
126 SendAgentEvent(msg, EVENT_AGENT_PROSUMER_ERROR); in OnProducerNotify()
149 SendAgentEvent(msg, EVENT_AGENT_STATE_PROSUMER_CREATE); in OnConsumerNotify()
153 SendAgentEvent(ms in OnConsumerNotify()
917 void MediaChannel::SendAgentEvent(ProsumerStatusMsg::Ptr &msg, EventType eventType) SendAgentEvent() function in OHOS::Sharing::MediaChannel
[all...]
H A Dmedia_channel.h74 void SendAgentEvent(ProsumerStatusMsg::Ptr &msg, EventType eventType);
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/channel/
H A Dmedia_channel_unit_test.cpp231 mediaChannel->SendAgentEvent(statusMsg, EVENT_MEDIA_CONSUMER_CREATE); in HWTEST_F()
1443 mediaChannel->SendAgentEvent(statusMsg, EVENT_MEDIA_PRODUCER_CREATE); in HWTEST_F()

Completed in 6 milliseconds