Searched defs:EventInfo (Results 1 – 6 of 6) sorted by relevance
38 struct EventInfo { struct47 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
39 struct EventInfo : public RefBase { struct51 void AddCoordinationEvent(sptr<EventInfo> event); argument
479 struct EventInfo : public BaseJsonStruct { struct483 EventInfo() {} in EventInfo() argument484 EventInfo(EventId id, TaskBody body) : eventId(id), taskBody(body) {} in EventInfo() argument
1243 export interface EventInfo { interface