Lines Matching refs:DailyController
24 DEFINE_LOG_TAG("DailyController");
29 DailyController::DailyController(const std::string& workPath, const std::string& configPath)
35 bool DailyController::CheckThreshold(std::shared_ptr<SysEvent> event)
57 void DailyController::TryToUpdateCacheToDb(int64_t nowTime)
64 bool DailyController::CheckTimeOfCache(int64_t nowTime)
80 bool DailyController::CheckSizeOfCache()
86 void DailyController::UpdateCacheToDb()
109 void DailyController::TryToReportDb(int64_t nowTime)
117 int32_t DailyController::GetThreshold(const CacheKey& cachekey, int32_t type)
130 int32_t DailyController::GetCount(const CacheKey& cachekey)
147 void DailyController::UpdateCacheAndDb(const CacheKey& cachekey, int32_t threshold, int32_t count)
161 void DailyController::UpdateCache(const CacheKey& cachekey, int32_t threshold, int32_t count, int64_t exceedTime)
178 void DailyController::UpdateDb(const CacheKey& cachekey, int32_t count, int64_t exceedTime)