Home
last modified time | relevance | path

Searched refs:GetLogFilePath (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/base/
Daudit.cpp84 std::string activeFile = GetLogFilePath(true); in GetAuditLogInner()
86 std::string inactiveFile = GetLogFilePath(false); in GetAuditLogInner()
126 const auto& path = GetLogFilePath(true); in IsActiveLogFileSizeReachTheashold()
186 const std::string Audit::GetLogFilePath(bool active) in GetLogFilePath() function in OHOS::HiviewDFX::Audit
197 const auto& path = GetLogFilePath(true); in SwitchActiveFile()
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_config.h37 std::string GetLogFilePath() const;
Dfault_logger_config.cpp68 std::string FaultLoggerConfig::GetLogFilePath() const in GetLogFilePath() function in OHOS::HiviewDFX::FaultLoggerConfig
Dfault_logger_daemon.cpp206 if (!OHOS::ForceCreateDirectory(faultLoggerConfig_->GetLogFilePath())) { in InitEnvironment()
463 filePath = faultLoggerConfig_->GetLogFilePath(); in CreateFileForRequest()
496 OHOS::GetDirFiles(faultLoggerConfig_->GetLogFilePath(), files); in RemoveTempFileIfNeed()
/base/hiviewdfx/hiview/base/include/
Daudit.h63 const std::string GetLogFilePath(bool active);
/base/hiviewdfx/faultloggerd/test/unittest/services/
Dfaultlogger_config_test.cpp89 std::string output = config->GetLogFilePath();