Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/include/
H A Dapp_event_cleaner.h24 class AppEventCleaner {
26 AppEventCleaner(const std::string& path) : path_(path) {} in AppEventCleaner() function
27 virtual ~AppEventCleaner() {} in ~AppEventCleaner()
H A Dapp_event_db_cleaner.h23 class AppEventDbCleaner : public AppEventCleaner {
25 AppEventDbCleaner(const std::string& path) : AppEventCleaner(path) {} in AppEventDbCleaner()
H A Dapp_event_log_cleaner.h23 class AppEventLogCleaner : public AppEventCleaner {
25 AppEventLogCleaner(const std::string& path) : AppEventCleaner(path) {} in AppEventLogCleaner()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_clean.cpp43 void CreateCleaners(const std::string& dir, std::vector<std::shared_ptr<AppEventCleaner>>& cleaners) in CreateCleaners()
51 std::vector<std::shared_ptr<AppEventCleaner>> cleaners; in GetCurStorageSize()
68 std::vector<std::shared_ptr<AppEventCleaner>> cleaners; in ReleaseSomeStorageSpace()
89 std::vector<std::shared_ptr<AppEventCleaner>> cleaners; in ClearData()