Home
last modified time | relevance | path

Searched defs:logPath (Results 1 – 18 of 18) 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.cpp603 std::string logPath = "/data/test/test_data/LOG001.log"; variable
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
Dfaultlog_info_ohos.h38 std::string logPath; variable
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dlog_analyzer.cpp32 std::string logPath = info.logPath; in AnalysisFaultlog() local
Dfaultlogger_plugin.h39 virtual std::unique_ptr<FaultLogInfo> GetFaultLogInfo(const std::string& logPath) in GetFaultLogInfo()
Dfaultlog_info.h33 std::string logPath; member
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp80 std::string Vendor::SendFaultLog(const WatchPoint &watchPoint, const std::string& logPath, in SendFaultLog()
162 std::string logPath; in MergeEventLog() local
Dwatch_point.cpp111 WatchPoint::Builder& WatchPoint::Builder::InitLogPath(const std::string& logPath) in InitLogPath()
200 void WatchPoint::SetLogPath(const std::string& logPath) in SetLogPath()
Dfreeze_detector_plugin.cpp122 std::string logPath = ""; in MakeWatchPoint() local
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
Dfaultlogger_client.h44 std::string logPath; member
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
Devent_logger_action_test.cpp114 std::string logPath = path_ + "/" + logFile_; in JudgmentsFileSize() local
151 std::string logPath = path_ + "/" + logFile_; in StartCreate() local
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
Devent_logger_catcher_test.cpp123 std::string logPath = path_ + "/" + logFile_; in JudgmentsFileSize() local
159 std::string logPath = path_ + "/" + logFile_; in StartCreate() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dcppcrash_reporter.cpp35 std::string logPath; member
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp394 auto logPath = R"~(logPath:)~" + LOGGER_EVENT_LOG_PATH + "/" + logFile; in UpdateDB() local
501 std::string logPath = dirPath + "/" + fileName; in CreateAndPublishEvent() local
/base/hiviewdfx/hilog/services/hilogd/
Dlog_persister.cpp409 bool LogPersister::CheckRegistered(uint32_t id, const std::string& logPath) in CheckRegistered()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp482 std::unique_ptr<FaultLogInfo> Faultlogger::GetFaultLogInfo(const std::string &logPath) in GetFaultLogInfo()
/base/startup/appspawn/standard/
Dappspawn_process.c58 char logPath[PATH_MAX] = {0}; in SetAsanEnabledEnv() local
/base/update/updater/utils/
Dutils.cpp400 std::string logPath = logName.substr(0, logName.find_last_of("/")); in CompressLogs() local