Home
last modified time | relevance | path

Searched refs:FaultLogDatabase (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.h31 class FaultLogDatabase { class
33 explicit FaultLogDatabase(const std::shared_ptr<EventLoop>& eventLoop);
H A Dfaultlog_manager.h31 class FaultLogDatabase;
53 FaultLogDatabase* faultLogDb_ = nullptr;
H A Dfaultlog_database.cpp38 DEFINE_LOG_LABEL(0xD002D11, "FaultLogDatabase");
50 auto sysEvent = std::make_unique<SysEvent>("FaultLogDatabase", nullptr, rawData); in ParseFaultLogInfoFromJson()
73 FaultLogDatabase::FaultLogDatabase(const std::shared_ptr<EventLoop>& eventLoop) : eventLoop_(eventLoop) {} in FaultLogDatabase() function in OHOS::HiviewDFX::FaultLogDatabase
75 void FaultLogDatabase::SaveFaultLogInfo(FaultLogInfo& info) in SaveFaultLogInfo()
157 std::list<FaultLogInfo> FaultLogDatabase::GetFaultInfoList(const std::string& module, int32_t id, in GetFaultInfoList()
198 bool FaultLogDatabase::IsFaultExist(int32_t pid, int32_t uid, int32_t faultType) in IsFaultExist()
H A Dfaultlog_manager.cpp101 faultLogDb_ = new FaultLogDatabase(looper_); in Init()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp674 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop()); in HWTEST_F()
710 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop()); in HWTEST_F()
1547 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop()); in HWTEST_F()

Completed in 8 milliseconds