Home
last modified time | relevance | path

Searched refs:IsFaultExist (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.h37 bool IsFaultExist(int32_t pid, int32_t uid, int32_t faultType);
H A Dfaultlog_manager.cpp195 return faultLogDb_->IsFaultExist(pid, uid, faultType); in IsProcessedFault()
H A Dfaultlog_database.cpp198 bool FaultLogDatabase::IsFaultExist(int32_t pid, int32_t uid, int32_t faultType) in IsFaultExist() function in OHOS::HiviewDFX::FaultLogDatabase
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp1562 bool res = faultLogDb->IsFaultExist(1, 1, -1); in HWTEST_F()
1564 res = faultLogDb->IsFaultExist(1, 1, 8); in HWTEST_F()

Completed in 4 milliseconds