Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_clean.cpp45 cleaners.push_back(std::make_shared<AppEventDbCleaner>(dir)); in CreateCleaners()
46 cleaners.push_back(std::make_shared<AppEventLogCleaner>(dir)); in CreateCleaners()
51 std::vector<std::shared_ptr<AppEventCleaner>> cleaners; in GetCurStorageSize() local
52 CreateCleaners(dir, cleaners); in GetCurStorageSize()
54 for (auto& cleaner : cleaners) { in GetCurStorageSize()
68 std::vector<std::shared_ptr<AppEventCleaner>> cleaners; in ReleaseSomeStorageSpace() local
69 CreateCleaners(dir, cleaners); in ReleaseSomeStorageSpace()
71 for (auto it = cleaners.rbegin(); it != cleaners.rend(); ++it) { // clear the log space first in ReleaseSomeStorageSpace()
89 std::vector<std::shared_ptr<AppEventCleaner>> cleaners; in ClearData() local
90 CreateCleaners(dir, cleaners); in ClearData()
[all …]