Home
last modified time | relevance | path

Searched refs:CheckThreshold (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/control/include/
H A Di_controller.h25 virtual bool CheckThreshold(std::shared_ptr<SysEvent> event) = 0;
H A Ddaily_controller.h28 bool CheckThreshold(std::shared_ptr<SysEvent> event) override;
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Ddaily_controller_test.cpp52 ASSERT_TRUE(controller.CheckThreshold(event)); in EventThresholdTest()
56 ASSERT_FALSE(controller.CheckThreshold(event)); in EventThresholdTest()
62 ASSERT_TRUE(controller.CheckThreshold(event)); in EventWithoutThresholdTest()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp35 bool DailyController::CheckThreshold(std::shared_ptr<SysEvent> event) in CheckThreshold() function in OHOS::HiviewDFX::DailyController
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp237 if (controller_ != nullptr && !controller_->CheckThreshold(sysEvent)) { in CheckEvent()

Completed in 4 milliseconds