Home
last modified time | relevance | path

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

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