Searched refs:QueryObserverSeq (Results 1 – 4 of 4) sorted by relevance
50 int64_t QueryObserverSeq(const std::string& observer, int64_t hashCode = 0);
35 if (observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name); observerSeq <= 0) { in GetObserverSeqByName()
55 int64_t observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name, hashCode); in InitObserverFromDb()
353 int64_t AppEventStore::QueryObserverSeq(const std::string& observer, int64_t hashCode) in QueryObserverSeq() function in OHOS::HiviewDFX::AppEventStore