Home
last modified time | relevance | path

Searched refs:QueryObserverSeq (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_store.h50 int64_t QueryObserverSeq(const std::string& observer, int64_t hashCode = 0);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_app_event_holder.cpp35 if (observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name); observerSeq <= 0) { in GetObserverSeqByName()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_observer_mgr.cpp55 int64_t observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name, hashCode); in InitObserverFromDb()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp353 int64_t AppEventStore::QueryObserverSeq(const std::string& observer, int64_t hashCode) in QueryObserverSeq() function in OHOS::HiviewDFX::AppEventStore