Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_mapping_dao.h32 …int QueryExistEvent(const std::vector<int64_t>& eventSeqs, std::unordered_set<int64_t>& existEvent…
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_mapping_dao.cpp99 int AppEventMappingDao::QueryExistEvent(const std::vector<int64_t>& eventSeqs, in QueryExistEvent() function in OHOS::HiviewDFX::AppEventMappingDao
H A Dapp_event_store.cpp509 if (appEventMappingDao_->QueryExistEvent(eventSeqs, existEventSeqs) == DB_FAILED) { in DeleteEvent()