Searched refs:QueryObserverSeq (Results 1 – 5 of 5) sorted by relevance
120 if (observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name); observerSeq <= 0) { in GetObserverSeqByName()
54 int64_t QueryObserverSeq(const std::string& observer, int64_t hashCode = 0);
41 if (observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name); observerSeq <= 0) { in GetObserverSeqByName()
88 int64_t observerSeq = AppEventStore::GetInstance().QueryObserverSeq(name, hashCode); in InitObserverFromDb()
441 int64_t AppEventStore::QueryObserverSeq(const std::string& observer, int64_t hashCode) in QueryObserverSeq() function in OHOS::HiviewDFX::AppEventStore