Searched refs:IsFaultExist (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_database.h | 37 bool IsFaultExist(int32_t pid, int32_t uid, int32_t faultType);
|
H A D | faultlog_manager.cpp | 195 return faultLogDb_->IsFaultExist(pid, uid, faultType); in IsProcessedFault()
|
H A D | faultlog_database.cpp | 198 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 D | faultlogger_unittest.cpp | 1562 bool res = faultLogDb->IsFaultExist(1, 1, -1); in HWTEST_F() 1564 res = faultLogDb->IsFaultExist(1, 1, 8); in HWTEST_F()
|
Completed in 4 milliseconds