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()
238 std::string logPath = "/data/test/test_data/LOG001.log"; variable
288 std::string logPath = "/data/test/test_data/LOG002.log"; variable
329 std::string logPath = "/data/test/test_data/LOG003_1.log"; variable
368 std::string logPath = "/data/test/test_data/LOG004.log"; variable
/base/hiviewdfx/hiview/plugins/hicollie_collector/test/unittest/common/
Dhicollie_collector_test.cpp40 const std::string& logPath) in makeEvent()
175 std::string logPath = "/data/test/test_data/LOG001.log"; variable
217 std::string logPath = "/data/test/test_data/LOG002.log"; variable
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
Dfaultlog_info_ohos.h38 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()
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()
160 std::string logPath; in MergeEventLog() local
Dwatch_point.cpp109 WatchPoint::Builder& WatchPoint::Builder::InitLogPath(const std::string& logPath) in InitLogPath()
176 void WatchPoint::SetLogPath(const std::string& logPath) in SetLogPath()
Ddb_helper.cpp111 std::string logPath = watchPoint.GetLogPath(); in UpdateEventIntoDB() local
Dresolver.cpp149 std::string logPath = vendor_->MergeEventLog(watchPoint, list, result); in ProcessEvent() local
Dfreeze_detector_plugin.cpp116 std::string logPath = ""; in MakeWatchPoint() local
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
Dfaultlogger_client.h32 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
152 std::string logPath = path_ + "/" + logFile_; in StartCreate() local
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
Devent_logger_catcher_test.cpp117 std::string logPath = path_ + "/" + logFile_; in JudgmentsFileSize() local
154 std::string logPath = path_ + "/" + logFile_; in StartCreate() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dcppcrash_reporter.cpp37 std::string logPath; member
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp251 auto logPath = R"~(logPath:)~" + LOGGER_EVENT_LOG_PATH + "/" + logFile; in UpdateDB() local
317 std::string logPath = dirPath + "/" + fileName; in CreateAndPublishEvent() local
/base/hiviewdfx/hilog/services/hilogd/
Dlog_persister.cpp410 bool LogPersister::CheckRegistered(uint32_t id, const std::string& logPath) in CheckRegistered()
/base/startup/appspawn/standard/
Dappspawn_process.c48 char logPath[PATH_MAX] = {0}; in SetAsanEnabledEnv() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp505 std::unique_ptr<FaultLogInfo> Faultlogger::GetFaultLogInfo(const std::string &logPath) in GetFaultLogInfo()