Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Daudit.h47 static bool GetAuditLog(bool loadFromFile, std::list<std::string>& ret);
/ohos5.0/base/hiviewdfx/hiview/base/
H A Daudit.cpp60 bool Audit::GetAuditLog(bool loadFromFile, std::list<std::string>& ret) in GetAuditLog() function in OHOS::HiviewDFX::Audit
H A Daudit_log_parser.cpp67 if (!Audit::GetAuditLog(true, logList)) { in StartParse()