Home
last modified time | relevance | path

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

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