Home
last modified time | relevance | path

Searched defs:logPath (Results 1 – 23 of 23) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
Dfreeze_detector_test.cpp42 const std::string& logPath) in makeEvent()
229 std::string logPath = "/data/test/test_data/LOG001.log"; variable
280 std::string logPath = "/data/test/test_data/LOG002.log"; variable
321 std::string logPath = "/data/test/test_data/LOG003_1.log"; variable
360 std::string logPath = "/data/test/test_data/LOG004.log"; variable
Dfreeze_detector_unittest.cpp739 std::string logPath = "/data/test/test_data/LOG001.log"; variable
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
Dfaultlog_info_ohos.h39 std::string logPath; variable
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
Dfaultlogger_client_msg.h36 std::string logPath; member
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dfaultlogger_client_msg.h36 std::string logPath; member
Dprocess_dumper.cpp834 …std::string logPath = logFilePath + "/" + logFileType + "-" + std::to_string(pid) + "-" + std::to_… in CreateFileForCrash() local
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dlog_analyzer.cpp50 std::string logPath = info.logPath; in AnalysisFaultlog() local
Dfaultlog_info.h34 std::string logPath; member
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dwatch_point.cpp125 WatchPoint::Builder& WatchPoint::Builder::InitLogPath(const std::string& logPath) in InitLogPath()
224 void WatchPoint::SetLogPath(const std::string& logPath) in SetLogPath()
Dfreeze_detector_plugin.cpp122 std::string logPath = std::regex_search(info, result, reg) ? result[1].str() : info; in MakeWatchPoint() local
Dvendor.cpp125 std::string Vendor::SendFaultLog(const WatchPoint &watchPoint, const std::string& logPath, in SendFaultLog()
/base/hiviewdfx/hiview/utility/analysis_faultlog/
Danalysis_faultlog.cpp71 std::string logPath; in main() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
Dgwpasan_collector.h46 std::string logPath; member
Dgwpasan_collector.cpp102 …id ReadGwpAsanRecord(const std::string& gwpAsanBuffer, const std::string& faultType, char* logPath) in ReadGwpAsanRecord()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
Dbbox_detector_plugin.cpp115 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in HandleBBoxEvent() local
Dpanic_report_recovery.cpp155 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in IsRecoveryPanicEvent() local
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
Dlog_catcher_utils.cpp84 std::string logPath = "/data/log/eventlog/"; in WriteKernelStackToFd() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp706 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportJsOrCjErrorToAppEvent() local
750 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportSanitizerToAppEvent() local
836 void Faultlogger::FaultlogLimit(const std::string &logPath, int32_t faultType) const in FaultlogLimit() argument
/base/hiviewdfx/hilog/services/hilogd/
Dlog_persister.cpp458 bool LogPersister::CheckRegistered(uint32_t id, const std::string& logPath) in CheckRegistered()
/base/tee/tee_client/services/tlogcat/src/
Dtlogcat.c312 const char *logPath, const struct FileNameAttr *nameAttr) in LogAssembleFilename()
324 const char *logPath, const struct FileNameAttr *nameAttr) in LogAssembleCompressFilename()
/base/hiviewdfx/hiview/base/event_publish/include/
Dapp_event_handler.h137 std::vector<std::string> logPath; member
/base/update/updater/utils/
Dutils.cpp493 std::string logPath = logName.substr(0, logName.find_last_of("/")); in CompressLogs() local
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp884 auto logPath = R"~(logPath:)~" + std::string(LOGGER_EVENT_LOG_PATH) + "/" + logFile; in UpdateDB() local