Home
last modified time | relevance | path

Searched refs:GetFaultLogFileList (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_manager.h41 …std::list<std::string> GetFaultLogFileList(const std::string& module, time_t time, int32_t id, int…
Dfaultlog_manager.cpp157 std::list<std::string> FaultLogManager::GetFaultLogFileList(const std::string &module, time_t time,… in GetFaultLogFileList() function in OHOS::HiviewDFX::FaultLogManager
Dfaultlogger.cpp273 … auto fileList = mgr_->GetFaultLogFileList(request.moduleName, request.time, -1, 0, DUMP_MAX_NUM); in Dump()