Searched refs:cleaners (Results 1 – 1 of 1) sorted by relevance
45 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() local52 CreateCleaners(dir, cleaners); in GetCurStorageSize()54 for (auto& cleaner : cleaners) { in GetCurStorageSize()68 std::vector<std::shared_ptr<AppEventCleaner>> cleaners; in ReleaseSomeStorageSpace() local69 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() local90 CreateCleaners(dir, cleaners); in ClearData()[all …]