Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h65 int DeleteEvent(int64_t eventSeq = 0);
67 int DeleteEvent(const std::vector<int64_t>& eventSeqs);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_db_cleaner.cpp37 if (AppEventStore::GetInstance().DeleteEvent() < 0) { in ClearAllData()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp480 int AppEventStore::DeleteEvent(int64_t eventSeq) in DeleteEvent() function in OHOS::HiviewDFX::AppEventStore
498 int AppEventStore::DeleteEvent(const std::vector<int64_t>& eventSeqs) in DeleteEvent() function in OHOS::HiviewDFX::AppEventStore
592 if (DeleteEvent(eventSeqs) < 0) { in DeleteData()