Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.h31 class FaultLogDatabase {
33 explicit FaultLogDatabase(const std::shared_ptr<EventLoop>& eventLoop);
H A Dfaultlog_database.cpp73 FaultLogDatabase::FaultLogDatabase(const std::shared_ptr<EventLoop>& eventLoop) : eventLoop_(eventL… in FaultLogDatabase() function in OHOS::HiviewDFX::FaultLogDatabase
75 void FaultLogDatabase::SaveFaultLogInfo(FaultLogInfo& info) in SaveFaultLogInfo()
159 std::list<FaultLogInfo> FaultLogDatabase::GetFaultInfoList(const std::string& module, int32_t id, in GetFaultInfoList()
200 bool FaultLogDatabase::IsFaultExist(int32_t pid, int32_t uid, int32_t faultType) in IsFaultExist()
H A Dfaultlog_manager.h31 class FaultLogDatabase; variable
53 FaultLogDatabase* faultLogDb_ = nullptr;
H A Dfaultlog_manager.cpp98 faultLogDb_ = new FaultLogDatabase(looper_); in Init()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp669 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop());
705 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop());
1519 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop());