Searched refs:GetAuditLog (Results 1 – 3 of 3) sorted by relevance
47 static bool GetAuditLog(bool loadFromFile, std::list<std::string>& ret);
60 bool Audit::GetAuditLog(bool loadFromFile, std::list<std::string>& ret) in GetAuditLog() function in OHOS::HiviewDFX::Audit
67 if (!Audit::GetAuditLog(true, logList)) { in StartParse()