Searched refs:IsProcessedFault (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_manager.h | 47 bool IsProcessedFault(int32_t pid, int32_t uid, int32_t faultType);
|
H A D | faultlog_manager.cpp | 186 bool FaultLogManager::IsProcessedFault(int32_t pid, int32_t uid, int32_t faultType) in IsProcessedFault() function in OHOS::HiviewDFX::FaultLogManager
|
H A D | faultlogger.cpp | 833 if (mgr_->IsProcessedFault(info.pid, info.id, info.faultLogType)) { in StartBootScan()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_unittest.cpp | 844 auto isProcessedFault1 = faultLogManager->IsProcessedFault(1854, 0, 2); 852 auto isProcessedFault2 = faultLogManager->IsProcessedFault(1854, 0, 2); 855 auto isProcessedFault3 = faultLogManager->IsProcessedFault(1855, 0, 2); 858 auto isProcessedFault4 = faultLogManager->IsProcessedFault(1855, 5, 2);
|