Lines Matching refs:eventMsg
51 RETURN_INVALID_IF_NULL(event.eventMsg);
54 event.eventMsg->dstId, GetId(), mediaChannelId_, event.eventMsg->fromMgr, event.eventMsg->srcId,
55 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str());
57 if (EventType::EVENT_AGENT_PROSUMER_ERROR == event.eventMsg->type) {
73 statusMsg->msg->type = event.eventMsg->type;
74 statusMsg->msg->requestId = event.eventMsg->requestId;
75 statusMsg->msg->errorCode = event.eventMsg->errorCode;
92 switch (event.eventMsg->type) {
723 AgentRunStep step = GetRunStep(event.eventMsg->type);
729 AgentRunStepKey nextKey = {event.eventMsg->requestId, step, weight};
741 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), GetId());
749 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), GetId());
759 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), GetId());
805 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str());
814 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str());