Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_observer_dao.h31 int64_t QuerySeq(const std::string& observer, int64_t hashCode);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_observer_dao.cpp71 int64_t AppEventObserverDao::QuerySeq(const std::string& observer, int64_t hashCode) in QuerySeq() function in OHOS::HiviewDFX::AppEventObserverDao
Dapp_event_store.cpp360 return appEventObserverDao_->QuerySeq(observer, hashCode); in QueryObserverSeq()