Home
last modified time | relevance | path

Searched defs:cachekey (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp117 int32_t DailyController::GetThreshold(const CacheKey& cachekey, int32_t type) in GetThreshold()
130 int32_t DailyController::GetCount(const CacheKey& cachekey) in GetCount()
147 void DailyController::UpdateCacheAndDb(const CacheKey& cachekey, int32_t threshold, int32_t count) in UpdateCacheAndDb()
161 void DailyController::UpdateCache(const CacheKey& cachekey, int32_t threshold, int32_t count, int64… in UpdateCache()
178 void DailyController::UpdateDb(const CacheKey& cachekey, int32_t count, int64_t exceedTime) in UpdateDb()