Searched refs:IsEventProcessed (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/ |
H A D | hisysevent_util_mock.cpp | 28 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 D | hisysevent_util_mock.h | 27 MOCK_METHOD0(IsEventProcessed, bool());
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
H A D | hisysevent_util.h | 32 bool IsEventProcessed(const std::string& name, const std::string& key, const std::string& value);
|
H A D | hisysevent_util.cpp | 23 bool IsEventProcessed(const std::string& name, const std::string& key, const std::string& value) in IsEventProcessed() function
|
H A D | bbox_detector_plugin.cpp | 107 if (HisysEventUtil::IsEventProcessed(name, "LOG_PATH", dynamicPaths)) {
in HandleBBoxEvent() 165 HisysEventUtil::IsEventProcessed(name, "LOG_PATH", historyMap["dynamicPaths"])) {
in StartBootScan()
|
H A D | panic_report_recovery.cpp | 276 if (HisysEventUtil::IsEventProcessed("PANIC", "LOG_PATH", GetBackupFilePath(timeStr))) { in ConfirmReportResult()
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/ |
H A D | bbox_detector_module_test.cpp | 38 EXPECT_CALL(MockHisyseventUtil::GetInstance(), IsEventProcessed).WillRepeatedly(Return(false));
in SetUp()
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/ |
H A D | bbox_detector_unit_test.cpp | 233 EXPECT_CALL(MockHisyseventUtil::GetInstance(), IsEventProcessed).WillRepeatedly(Return(true)); in HWTEST_F()
|
Completed in 4 milliseconds