Lines Matching refs:interactionMsg
66 auto interactionMsg = std::make_shared<InteractionEventMsg>();
67 interactionMsg->toMgr = ModuleType::MODULE_INTERACTION;
68 interactionMsg->type = EVENT_INTERACTIONMGR_DESTROY_INTERACTION;
71 event.eventMsg = std::move(interactionMsg);
80 auto interactionMsg = std::make_shared<InteractionEventMsg>();
81 interactionMsg->toMgr = ModuleType::MODULE_INTERACTION;
82 interactionMsg->type = EVENT_INTERACTIONMGR_REMOVE_INTERACTION;
85 event.eventMsg = std::move(interactionMsg);
106 auto interactionMsg = ConvertEventMsg<InteractionEventMsg>(event);
107 auto contextId = interactionMsg->contextId ? interactionMsg->contextId : interactionMsg->srcId;
108 auto agentId = interactionMsg->agentId;
109 auto agentType = interactionMsg->agentType;
110 auto errorCode = interactionMsg->errorCode;