Home
last modified time | relevance | path

Searched refs:FaultLogManager (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_manager.cpp68 FaultLogManager::~FaultLogManager() in ~FaultLogManager()
76 int32_t FaultLogManager::CreateTempFaultLogFile(time_t time, int32_t id, int32_t faultType, in CreateTempFaultLogFile()
88 void FaultLogManager::Init() in Init()
101 std::string FaultLogManager::SaveFaultLogToFile(FaultLogInfo &info) const in SaveFaultLogToFile()
127 std::list<FaultLogInfo> FaultLogManager::GetFaultInfoList(const std::string& module, in GetFaultInfoList()
139 void FaultLogManager::SaveFaultInfoToRawDb(FaultLogInfo& info) const in SaveFaultInfoToRawDb()
146 void FaultLogManager::ReduceLogFileListSize(std::list<std::string> &infoVec, int32_t maxNum) const in ReduceLogFileListSize()
157 std::list<std::string> FaultLogManager::GetFaultLogFileList(const std::string &module, time_t time,… in GetFaultLogFileList()
168 bool FaultLogManager::GetFaultLogContent(const std::string &name, std::string &content) const in GetFaultLogContent()
174 bool FaultLogManager::IsProcessedFault(int32_t pid, int32_t uid, int32_t faultType) in IsProcessedFault()
Dfaultlog_manager.h32 class FaultLogManager {
35 explicit FaultLogManager(std::shared_ptr<EventLoop> looper) : looper_(looper) {}; in FaultLogManager() function
36 virtual ~FaultLogManager();
Dfaultlogger.h75 std::unique_ptr<FaultLogManager> mgr_;
Dfaultlogger.cpp402 mgr_ = std::make_unique<FaultLogManager>(GetHiviewContext()->GetSharedWorkLoop()); in OnLoad()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_unittest.cpp316 std::unique_ptr<FaultLogManager> faultLogManager = std::make_unique<FaultLogManager>(nullptr);
348 std::unique_ptr<FaultLogManager> faultLogManager = std::make_unique<FaultLogManager>(nullptr);
364 std::unique_ptr<FaultLogManager> faultLogManager = std::make_unique<FaultLogManager>(nullptr);
409 std::unique_ptr<FaultLogManager> faultLogManager = std::make_unique<FaultLogManager>(nullptr);