/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/ |
H A D | faultlogger_client_msg.h | 36 std::string logPath; member
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | faultlogger_client_msg.h | 36 std::string logPath; member
|
H A D | process_dumper.cpp | 755 std::string logPath = logFilePath + "/" + logFileType + "-" + std::to_string(pid) + "-" + std::to_string(time); in CreateFileForCrash() local
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/ |
H A D | faultlog_info_ohos.h | 39 std::string logPath; member in OHOS::HiviewDFX::FaultLogInfoOhos
|
/base/hiviewdfx/hiview/plugins/faultlogger/common/ |
H A D | log_analyzer.cpp | 50 std::string logPath = info.logPath;
in AnalysisFaultlog() local
|
H A D | faultlogger_plugin.h | 39 virtual std::unique_ptr<FaultLogInfo> GetFaultLogInfo(const std::string& logPath) in GetFaultLogInfo() argument
|
H A D | faultlog_info.h | 34 std::string logPath; member
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/ |
H A D | gwpasan_collector.h | 43 std::string logPath; member
|
/base/hiviewdfx/hiview/utility/analysis_faultlog/ |
H A D | analysis_faultlog.cpp | 71 std::string logPath; in main() local
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.cpp | 712 std::string logPath = "/data/test/test_data/LOG001.log"; in HWTEST_F() local
|
H A D | freeze_detector_test.cpp | 229 std::string logPath = "/data/test/test_data/LOG001.log"; in HWTEST_F() local 38 makeEvent(const std::string& name, const std::string& domain, const std::string& eventName, const std::string& packageName, const std::string& logPath) makeEvent() argument 280 std::string logPath = "/data/test/test_data/LOG002.log"; HWTEST_F() local 321 std::string logPath = "/data/test/test_data/LOG003_1.log"; HWTEST_F() local 360 std::string logPath = "/data/test/test_data/LOG004.log"; HWTEST_F() local [all...] |
/base/hiviewdfx/faultloggerd/frameworks/localhandler/ |
H A D | dfx_crash_local_handler.cpp | 129 static void ReportToHiview(const char* logPath, const struct ProcessDumpRequest* request) in ReportToHiview() argument
|
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
H A D | log_catcher_utils.cpp | 91 std::string logPath = "/data/log/eventlog/"; in WriteKernelStackToFd() local
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | freeze_detector_plugin.cpp | 121 std::string logPath = ""; in MakeWatchPoint() local
|
H A D | watch_point.cpp | 118 WatchPoint::Builder& WatchPoint::Builder::InitLogPath(const std::string& logPath) in InitLogPath() argument 212 void WatchPoint::SetLogPath(const std::string& logPath) in SetLogPath() argument
|
H A D | vendor.cpp | 117 std::string Vendor::SendFaultLog(const WatchPoint &watchPoint, const std::string& logPath, in SendFaultLog() argument
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
H A D | panic_report_recovery.cpp | 155 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in IsRecoveryPanicEvent() local
|
/base/hiviewdfx/hiview/base/event_publish/include/ |
H A D | app_event_handler.h | 135 std::vector<std::string> logPath; member
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_persister.cpp | 458 bool LogPersister::CheckRegistered(uint32_t id, const std::string& logPath) in CheckRegistered() argument
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.cpp | 581 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportJsErrorToAppEvent() local 624 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportSanitizerToAppEvent() local 674 std::unique_ptr<FaultLogInfo> Faultlogger::GetFaultLogInfo(const std::string &logPath) in GetFaultLogInfo() argument 712 RemoveHilogFromFaultlog(const std::string &logPath, int32_t faultType) const RemoveHilogFromFaultlog() argument [all...] |
/base/tee/tee_client/services/tlogcat/src/ |
H A D | tlogcat.c | 305 LogAssembleFilename(char *logName, size_t logNameLen, const char *logPath, const struct FileNameAttr *nameAttr) LogAssembleFilename() argument 317 LogAssembleCompressFilename(char *logName, size_t logNameLen, const char *logPath, const struct FileNameAttr *nameAttr) LogAssembleCompressFilename() argument [all...] |
/base/update/updater/utils/ |
H A D | utils.cpp | 493 std::string logPath = logName.substr(0, logName.find_last_of("/")); in CompressLogs() local
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 803 auto logPath = R"~(logPath:)~" + std::string(LOGGER_EVENT_LOG_PATH) + "/" + logFile; in UpdateDB() local
|