Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_packageholder_impl.cpp120 if (observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name); observerSeq <= 0) { in GetObserverSeqByName()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h54 int64_t QueryObserverSeq(const std::string& observer, int64_t hashCode = 0);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_holder.cpp41 if (observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name); observerSeq <= 0) { in GetObserverSeqByName()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer_mgr.cpp88 int64_t observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name, hashCode); in InitObserverFromDb()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp441 int64_t AppEventStore::QueryObserverSeq(const std::string& observer, int64_t hashCode) in QueryObserverSeq() function in OHOS::HiviewDFX::AppEventStore