Home
last modified time | relevance | path

Searched refs:IsEventProcessed (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dhisysevent_util_mock.cpp28 bool IsEventProcessed(const std::string& name, const std::string& key, const std::string& value) in IsEventProcessed() function
30 return MockHisyseventUtil::GetInstance().IsEventProcessed(); in IsEventProcessed()
H A Dhisysevent_util_mock.h27 MOCK_METHOD0(IsEventProcessed, bool());
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dhisysevent_util.h32 bool IsEventProcessed(const std::string& name, const std::string& key, const std::string& value);
H A Dhisysevent_util.cpp23 bool IsEventProcessed(const std::string& name, const std::string& key, const std::string& value) in IsEventProcessed() function
H A Dbbox_detector_plugin.cpp107 if (HisysEventUtil::IsEventProcessed(name, "LOG_PATH", dynamicPaths)) { in HandleBBoxEvent()
165 HisysEventUtil::IsEventProcessed(name, "LOG_PATH", historyMap["dynamicPaths"])) { in StartBootScan()
H A Dpanic_report_recovery.cpp276 if (HisysEventUtil::IsEventProcessed("PANIC", "LOG_PATH", GetBackupFilePath(timeStr))) { in ConfirmReportResult()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
H A Dbbox_detector_module_test.cpp38 EXPECT_CALL(MockHisyseventUtil::GetInstance(), IsEventProcessed).WillRepeatedly(Return(false)); in SetUp()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp233 EXPECT_CALL(MockHisyseventUtil::GetInstance(), IsEventProcessed).WillRepeatedly(Return(true)); in HWTEST_F()

Completed in 4 milliseconds