Searched defs:EventInfo (Results 1 – 6 of 6) sorted by relevance
39 struct EventInfo { struct48 EventInfo() : userId(-1), pid(0), uid(0), subscriberNum(0) {} in EventInfo() argument
45 struct EventInfo { struct66 static void SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo); argument
25 struct EventInfo { struct34 bool operator<(const EventInfo &obj) const argument55 std::list<EventInfo> processChain; argument
36 struct EventInfo { struct55 void AddCooperateEvent(std::shared_ptr<EventInfo> event); argument
39 struct EventInfo : public RefBase { struct51 void AddCoordinationEvent(sptr<EventInfo> event); argument
499 struct EventInfo : public BaseJsonStruct { struct503 EventInfo() = default; argument504 EventInfo(EventId id, TaskBody body) : eventId(id), taskBody(std::move(body)) {} in EventInfo() function