Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/
H A 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()
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_config.h37 std::string GetLogFilePath() const;
H A Dfault_logger_config.cpp69 std::string FaultLoggerConfig::GetLogFilePath() const in GetLogFilePath() function in OHOS::HiviewDFX::FaultLoggerConfig
H A Dfault_logger_daemon.cpp282 if (!OHOS::ForceCreateDirectory(faultLoggerConfig_->GetLogFilePath())) { in InitEnvironment()
687 folderPath = faultLoggerConfig_->GetLogFilePath(); in CreateFileForRequest()
726 std::string logFilePath = faultLoggerConfig_->GetLogFilePath(); in RemoveTempFileIfNeed()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_info.h35 std::string GetLogFilePath() override;
H A Dnative_leak_info.cpp123 string NativeLeakInfo::GetLogFilePath() in GetLogFilePath() function in OHOS::HiviewDFX::NativeLeakInfo
H A Dnative_leak_state.cpp374 string logFilePath = userMonitorInfo->GetLogFilePath(); in DumpStackInfo()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Daudit.h62 const std::string GetLogFilePath(bool active);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/services/
H A Dfaultlogger_config_test.cpp89 std::string output = config->GetLogFilePath();
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H A Dfault_info_base.h104 virtual std::string GetLogFilePath() = 0;