Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A 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
H A Dfreeze_detector_unittest.cpp746 std::string logPath = "/data/test/test_data/LOG001.log"; variable
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dauto_test_manager.cpp45 const char logPath[] = ".\\auto_test_log.txt"; in SetUpTestCase() local
48 const char logPath[] = "./auto_test_log.txt"; in SetUpTestCase() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
H A Dfaultlog_info_ohos.h39 std::string logPath; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlogger_plugin.h39 virtual std::unique_ptr<FaultLogInfo> GetFaultLogInfo(const std::string& logPath) in GetFaultLogInfo()
H A Dlog_analyzer.cpp50 std::string logPath = info.logPath; in AnalysisFaultlog() local
H A Dfaultlog_info.h34 std::string logPath; member
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H A Dfaultlogger_client_msg.h36 std::string logPath; member
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dfaultlogger_client_msg.h36 std::string logPath; member
H A Dprocess_dumper.cpp733 std::string logPath = ss.str(); in CreateFileForCrash() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.h44 std::string logPath; member
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.cpp118 WatchPoint::Builder& WatchPoint::Builder::InitLogPath(const std::string& logPath) in InitLogPath()
212 void WatchPoint::SetLogPath(const std::string& logPath) in SetLogPath()
H A Dfreeze_detector_plugin.cpp117 std::string logPath = ""; in MakeWatchPoint() local
H A Dvendor.cpp100 std::string Vendor::SendFaultLog(const WatchPoint &watchPoint, const std::string& logPath, in SendFaultLog()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp564 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportJsErrorToAppEvent() local
619 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in ReportSanitizerToAppEvent() local
668 std::unique_ptr<FaultLogInfo> Faultlogger::GetFaultLogInfo(const std::string &logPath) in GetFaultLogInfo()
706 void Faultlogger::FaultlogLimit(const std::string &logPath, int32_t faultType) const in FaultlogLimit() argument
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/
H A Dbackup_hi_audit.cpp32 std::string logPath; member
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dhi_audit.cpp32 std::string logPath; member
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp83 std::string logPath = "/data/log/eventlog/"; in WriteKernelStackToFd() local
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp155 std::string logPath = sysEvent->GetEventValue("LOG_PATH"); in IsRecoveryPanicEvent() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp458 bool LogPersister::CheckRegistered(uint32_t id, const std::string& logPath) in CheckRegistered()
/ohos5.0/base/tee/tee_client/services/tlogcat/src/
H A Dtlogcat.c306 const char *logPath, const struct FileNameAttr *nameAttr) in LogAssembleFilename()
318 const char *logPath, const struct FileNameAttr *nameAttr) in LogAssembleCompressFilename()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h135 std::vector<std::string> logPath; member
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp496 std::string logPath = logName.substr(0, logName.find_last_of("/")); in CompressLogs() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp776 auto logPath = R"~(logPath:)~" + LOGGER_EVENT_LOG_PATH + "/" + logFile; in UpdateDB() local