Home
last modified time | relevance | path

Searched refs:CacheKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/include/
H A Ddaily_controller.h31 typedef std::pair<std::string, std::string> CacheKey; typedef
43 int32_t GetThreshold(const CacheKey& cachekey, int32_t type);
44 int32_t GetCount(const CacheKey& cachekey);
45 void UpdateCacheAndDb(const CacheKey& cachekey, int32_t threshold, int32_t count);
46 … void UpdateCache(const CacheKey& cachekey, int32_t threshold, int32_t count, int64_t exceedTime);
47 void UpdateDb(const CacheKey& cachekey, int32_t count, int64_t exceedTime);
/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()