Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Daudit_log_parser.h50 uint64_t destroyTime = 0; member
63 … " Pipeline:" + pipeline + " TimeCost:" + std::to_string((destroyTime - createTime)) + in ToString()
78 …PipelineEventInfo() : eventSerialId(0), createTime(0), destroyTime(0), creator(""), pipeline(""), … in PipelineEventInfo()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Daudit_log_parser.cpp281 … StringUtil::ConvertStringTo<uint64_t>(eventElements[LOG_ELEMENT_TIMESTAMP_POS], rit->destroyTime); in ParsePipelineDoneEvent()