Searched refs:DailyController (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/plugins/sysevent_source/control/ |
H A D | daily_controller.cpp | 24 DEFINE_LOG_TAG("DailyController");
29 DailyController::DailyController(const std::string& workPath, const std::string& configPath)
in DailyController() function in OHOS::HiviewDFX::DailyController 35 bool DailyController::CheckThreshold(std::shared_ptr<SysEvent> event)
in CheckThreshold() 57 void DailyController::TryToUpdateCacheToDb(int64_t nowTime)
in TryToUpdateCacheToDb() 64 bool DailyController::CheckTimeOfCache(int64_t nowTime)
in CheckTimeOfCache() 80 bool DailyController::CheckSizeOfCache()
in CheckSizeOfCache() 86 void DailyController::UpdateCacheToDb()
in UpdateCacheToDb() 109 void DailyController::TryToReportDb(int64_t nowTime)
in TryToReportDb() 117 int32_t DailyController [all...] |
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/ |
H A D | daily_controller_test.cpp | 49 void EventThresholdTest(DailyController& controller, std::shared_ptr<SysEvent> event, uint32_t threshold)
in EventThresholdTest() 59 void EventWithoutThresholdTest(DailyController& controller, std::shared_ptr<SysEvent> event, uint32_t threshold)
in EventWithoutThresholdTest() 87 DailyController controller(WORK_PATH, CONFIG_PATH);
in HWTEST_F() 103 DailyController controller(WORK_PATH, CONFIG_PATH);
in HWTEST_F() 119 DailyController controller(WORK_PATH, CONFIG_PATH);
in HWTEST_F() 135 DailyController controller(WORK_PATH, CONFIG_PATH);
in HWTEST_F() 151 DailyController controller(WORK_PATH, CONFIG_PATH);
in HWTEST_F() 167 DailyController controller(WORK_PATH, CONFIG_PATH);
in HWTEST_F() 183 DailyController controller(WORK_PATH, CONFIG_PATH);
in HWTEST_F() 199 DailyController controlle in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/plugins/sysevent_source/control/include/ |
H A D | daily_controller.h | 24 class DailyController : public IController {
class 26 DailyController(const std::string& workPath, const std::string& configPath);
27 ~DailyController() = default;
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | sysevent_source.cpp | 168 controller_ = std::make_unique<DailyController>(workPath, configPath.append(configFileName));
in InitController()
|
Completed in 3 milliseconds