Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dwrite_controller.cpp73 class EventWroteLruCache { class
75 explicit EventWroteLruCache(size_t capacity): capacity_(capacity) {} in EventWroteLruCache() function in OHOS::HiviewDFX::EventWroteLruCache
77 ~EventWroteLruCache() in ~EventWroteLruCache()
127 std::shared_ptr<EventWroteLruCache> WriteController::eventWroteLruCache_ =
128 std::make_shared<EventWroteLruCache>(30); // 30 is the capacity of the lrucache
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dwrite_controller.h41 class EventWroteLruCache; variable
52 static std::shared_ptr<EventWroteLruCache> eventWroteLruCache_;