Home
last modified time | relevance | path

Searched defs:EventInfo (Results 1 – 6 of 6) sorted by relevance

/base/notification/common_event_service/services/include/
Devent_report.h38 struct EventInfo { struct
47 EventInfo() : userId(-1), pid(0), uid(0), subscriberNum(0) {} in EventInfo() argument
/base/notification/distributed_notification_service/services/ans/include/
Devent_report.h45 struct EventInfo { struct
66 static void SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo); argument
/base/hiviewdfx/hiview/base/include/
Daudit_log_parser.h25 struct EventInfo { struct
34 bool operator<(const EventInfo &obj) const argument
55 std::list<EventInfo> processChain; argument
/base/msdp/device_status/services/interaction/coordination/include/
Dcoordination_event_manager.h39 struct EventInfo : public RefBase { struct
51 void AddCoordinationEvent(sptr<EventInfo> event); argument
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h479 struct EventInfo : public BaseJsonStruct { struct
483 EventInfo() {} in EventInfo() argument
484 EventInfo(EventId id, TaskBody body) : eventId(id), taskBody(body) {} in EventInfo() argument
/base/update/updateservice/interfaces/kits/js/declaration/
D@ohos.update.d.ts1243 export interface EventInfo { interface