Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_observer_dao.h32 int QuerySeqs(const std::string& observer, std::vector<int64_t>& observerSeqs);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_observer_dao.cpp98 int AppEventObserverDao::QuerySeqs(const std::string& observer, std::vector<int64_t>& observerSeqs) in QuerySeqs() function in OHOS::HiviewDFX::AppEventObserverDao
H A Dapp_event_store.cpp456 return appEventObserverDao_->QuerySeqs(observer, observerSeqs); in QueryObserverSeqs()