Lines Matching refs:contextMsg
637 auto contextMsg = std::make_shared<ContextEventMsg>();
638 RETURN_IF_NULL(contextMsg);
639 contextMsg->type = eventType;
640 contextMsg->toMgr = ModuleType::MODULE_CONTEXT;
641 contextMsg->fromMgr = ModuleType::MODULE_AGENT;
642 contextMsg->srcId = GetId();
643 contextMsg->agentId = GetId();
644 contextMsg->agentType = agentType_;
645 contextMsg->errorCode = statusMsg->msg->errorCode;
646 contextMsg->requestId = statusMsg->msg->requestId;
650 agentMsg->msg = std::move(contextMsg);