Searched refs:EventWroteLruCache (Results 1 – 2 of 2) sorted by relevance
73 class EventWroteLruCache { class75 explicit EventWroteLruCache(size_t capacity): capacity_(capacity) {} in EventWroteLruCache() function in OHOS::HiviewDFX::EventWroteLruCache77 ~EventWroteLruCache() in ~EventWroteLruCache()127 std::shared_ptr<EventWroteLruCache> WriteController::eventWroteLruCache_ =128 std::make_shared<EventWroteLruCache>(30); // 30 is the capacity of the lrucache
41 class EventWroteLruCache; variable52 static std::shared_ptr<EventWroteLruCache> eventWroteLruCache_;