Home
last modified time | relevance | path

Searched refs:agentMsg (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction.cpp258 auto agentMsg = std::make_shared<AgentEventMsg>(); in Start() local
259 agentMsg->type = EventType::EVENT_AGENT_START; in Start()
260 agentMsg->toMgr = ModuleType::MODULE_CONTEXT; in Start()
261 agentMsg->dstId = contextId; in Start()
262 agentMsg->agentId = agentId; in Start()
263 int32_t ret = NotifyEvent(agentMsg); in Start()
276 auto agentMsg = std::make_shared<AgentEventMsg>(); in Pause() local
277 agentMsg->type = EventType::EVENT_AGENT_PAUSE; in Pause()
278 agentMsg->toMgr = ModuleType::MODULE_CONTEXT; in Pause()
279 agentMsg in Pause()
295 auto agentMsg = std::make_shared<AgentEventMsg>(); Resume() local
329 auto agentMsg = std::make_shared<AgentEventMsg>(); Play() local
347 auto agentMsg = std::make_shared<AgentEventMsg>(); Close() local
365 auto agentMsg = std::make_shared<AgentEventMsg>(); SetVolume() local
384 auto agentMsg = std::make_shared<AgentEventMsg>(); SetKeyPlay() local
405 auto agentMsg = std::make_shared<AgentEventMsg>(); SetKeyRedirect() local
427 auto agentMsg = std::make_shared<AgentEventMsg>(); AppendSurface() local
448 auto agentMsg = std::make_shared<AgentEventMsg>(); RemoveSurface() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.cpp409 auto agentMsg = std::static_pointer_cast<AgentStatusMsg>(statusMsg); in NotifyPrivateEvent() local
410 agentMsg->agentId = GetId(); in NotifyPrivateEvent()
411 listener->OnAgentNotify(agentMsg); in NotifyPrivateEvent()
444 auto agentMsg = std::make_shared<AgentStatusMsg>(); in SendInteractionEvent() local
445 RETURN_IF_NULL(agentMsg); in SendInteractionEvent()
446 agentMsg->agentId = GetId(); in SendInteractionEvent()
447 agentMsg->msg = std::move(interactionMsg); in SendInteractionEvent()
448 listener->OnAgentNotify(agentMsg); in SendInteractionEvent()
472 AgentStatusMsg::Ptr agentMsg = std::make_shared<AgentStatusMsg>(); in SendChannelEvent() local
473 RETURN_IF_NULL(agentMsg); in SendChannelEvent()
502 AgentStatusMsg::Ptr agentMsg = std::make_shared<AgentStatusMsg>(); SendChannelAppendSurfaceEvent() local
531 AgentStatusMsg::Ptr agentMsg = std::make_shared<AgentStatusMsg>(); SendChannelRemoveSurfaceEvent() local
561 AgentStatusMsg::Ptr agentMsg = std::make_shared<AgentStatusMsg>(); SendChannelSceneTypeEvent() local
591 AgentStatusMsg::Ptr agentMsg = std::make_shared<AgentStatusMsg>(); SendChannelKeyRedirectEvent() local
620 AgentStatusMsg::Ptr agentMsg = std::make_shared<AgentStatusMsg>(); SendChannelSetVolumeEvent() local
648 AgentStatusMsg::Ptr agentMsg = std::make_shared<AgentStatusMsg>(); SendContextEvent() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/agent/sinkagent/
H A Dsink_agent.cpp93 auto agentMsg = std::static_pointer_cast<AgentStatusMsg>(statusMsg); in NotifyConsumer() local
94 agentMsg->agentId = GetId(); in NotifyConsumer()
97 listener->OnAgentNotify(agentMsg); in NotifyConsumer()
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H A Dsrc_agent.cpp91 auto agentMsg = std::static_pointer_cast<AgentStatusMsg>(statusMsg); in NotifyProducer() local
92 agentMsg->agentId = GetId(); in NotifyProducer()
95 listener->OnAgentNotify(agentMsg); in NotifyProducer()
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dmedia_channel.cpp925 auto agentMsg = std::make_shared<AgentEventMsg>(); in SendAgentEvent() local
926 agentMsg->toMgr = ModuleType::MODULE_CONTEXT; in SendAgentEvent()
927 agentMsg->fromMgr = ModuleType::MODULE_MEDIACHANNEL; in SendAgentEvent()
928 agentMsg->srcId = GetId(); in SendAgentEvent()
929 agentMsg->dstId = srcContextId_; in SendAgentEvent()
930 agentMsg->type = eventType; in SendAgentEvent()
931 agentMsg->requestId = msg->eventMsg->requestId; in SendAgentEvent()
932 agentMsg->agentId = msg->agentId; in SendAgentEvent()
933 agentMsg->prosumerId = msg->prosumerId; in SendAgentEvent()
934 agentMsg in SendAgentEvent()
[all...]

Completed in 4 milliseconds