Home
last modified time | relevance | path

Searched defs:logPath (Results 1 – 22 of 22) 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
322 std::string logPath = "/data/test/test_data/LOG003_1.log"; variable
361 std::string logPath = "/data/test/test_data/LOG004.log"; variable
Dfreeze_detector_unittest.cpp734 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/common/
Dfaultlogger_plugin.h39 virtual std::unique_ptr<FaultLogInfo> GetFaultLogInfo(const std::string& logPath) in GetFaultLogInfo()
Dlog_analyzer.cpp50 std::string logPath = info.logPath; in AnalysisFaultlog() local
Dfaultlog_info.h34 std::string logPath; member
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dfaultlogger_client_msg.h36 std::string logPath; member
Dprocess_dumper.cpp733 std::string logPath = ss.str(); in CreateFileForCrash() local
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
Dfaultlogger_client_msg.h36 std::string logPath; member
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp98 std::string Vendor::SendFaultLog(const WatchPoint &watchPoint, const std::string& logPath, in SendFaultLog()
207 std::string& logPath, std::string& logName) const in InitLogInfo()
311 std::string logPath; in MergeEventLog() local
Dwatch_point.cpp118 WatchPoint::Builder& WatchPoint::Builder::InitLogPath(const std::string& logPath) in InitLogPath()
212 void WatchPoint::SetLogPath(const std::string& logPath) in SetLogPath()
Dfreeze_detector_plugin.cpp117 std::string logPath = ""; in MakeWatchPoint() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
Dgwpasan_collector.h43 std::string logPath; member
/base/hiviewdfx/faultloggerd/frameworks/localhandler/
Ddfx_crash_local_handler.cpp129 static void ReportToHiview(const char* logPath, const struct ProcessDumpRequest* request) in ReportToHiview()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp563 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportJsErrorToAppEvent() local
618 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportSanitizerToAppEvent() local
667 std::unique_ptr<FaultLogInfo> Faultlogger::GetFaultLogInfo(const std::string &logPath) in GetFaultLogInfo()
705 void Faultlogger::RemoveHilogFromFaultlog(const std::string &logPath, int32_t faultType) const in RemoveHilogFromFaultlog() argument
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
Dlog_catcher_utils.cpp91 std::string logPath = "/data/log/eventlog/"; in WriteKernelStackToFd() local
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
Dpanic_report_recovery.cpp155 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in IsRecoveryPanicEvent() local
/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.c306 const char *logPath, const struct FileNameAttr *nameAttr) in LogAssembleFilename()
318 const char *logPath, const struct FileNameAttr *nameAttr) in LogAssembleCompressFilename()
/base/hiviewdfx/hiview/base/event_publish/include/
Dapp_event_handler.h135 std::vector<std::string> logPath; member
/base/update/updater/utils/
Dutils.cpp496 std::string logPath = logName.substr(0, logName.find_last_of("/")); in CompressLogs() local
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp710 auto logPath = R"~(logPath:)~" + LOGGER_EVENT_LOG_PATH + "/" + logFile; in UpdateDB() local