Home
last modified time | relevance | path

Searched refs:processChain (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/
H A Daudit_log_parser.cpp111 for (auto& chainEvent : pipeEvent.processChain) { in GetThreadSummary()
130 for (auto& chainEvent : pipeEvent.processChain) { in GetPluginSummary()
246 rit->processChain.push_back(CreateEventInfo(eventSerialId, rit->digest, eventElements)); in ParsePipelineHandleInEvent()
254 info.processChain.push_back(CreateEventInfo(eventSerialId, info.digest, eventElements)); in ParsePipelineHandleInEvent()
267 auto& info = rit->processChain.back(); in ParsePipelineHandleOutEvent()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Daudit_log_parser.h55 std::list<EventInfo> processChain; member
65 for (auto &processor : processChain) { in ToString()