Home
last modified time | relevance | path

Searched refs:PipelineEventInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Daudit_log_parser.h47 struct PipelineEventInfo { struct
56 bool operator<(const PipelineEventInfo &obj) const argument
78PipelineEventInfo() : eventSerialId(0), createTime(0), destroyTime(0), creator(""), pipeline(""), … in PipelineEventInfo() argument
79 explicit PipelineEventInfo(const EventInfo &info) in PipelineEventInfo() argument
122 std::list<PipelineEventInfo> pipelineEventList_;
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Daudit_log_parser_test.cpp147 AuditLogParser::PipelineEventInfo pipeInfo;
151 AuditLogParser::PipelineEventInfo pipeInfo2(info);
/ohos5.0/base/hiviewdfx/hiview/base/
H A Daudit_log_parser.cpp232 PipelineEventInfo info; in ParsePipelineCreateEvent()
253 PipelineEventInfo info(*rit); in ParsePipelineHandleInEvent()