Home
last modified time | relevance | path

Searched refs:IsProcessedFault (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_manager.h47 bool IsProcessedFault(int32_t pid, int32_t uid, int32_t faultType);
H A Dfaultlog_manager.cpp186 bool FaultLogManager::IsProcessedFault(int32_t pid, int32_t uid, int32_t faultType) in IsProcessedFault() function in OHOS::HiviewDFX::FaultLogManager
H A Dfaultlogger.cpp833 if (mgr_->IsProcessedFault(info.pid, info.id, info.faultLogType)) { in StartBootScan()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp844 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);