Searched refs:QueryEvents (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_cache_test.cpp | 74 result = AppEventStore::GetInstance().QueryEvents(events, observerSeq); 123 result = AppEventStore::GetInstance().QueryEvents(events, observerSeq); 164 result = AppEventStore::GetInstance().QueryEvents(events, observerSeq); 196 result = AppEventStore::GetInstance().QueryEvents(events, observerSeq); 270 result = AppEventStore::GetInstance().QueryEvents(events, observerSeq); 282 result = AppEventStore::GetInstance().QueryEvents(events1, observerSeq, 1);
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | appevent_packageholder_impl.cpp | 80 if (AppEventStore::GetInstance().QueryEvents(events, observerSeq_) != 0) { in TakeNext()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/ |
H A D | app_event_store.h | 53 …int QueryEvents(std::vector<std::shared_ptr<AppEventPack>>& events, int64_t observerSeq, uint32_t …
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_store.cpp | 376 if (int ret = QueryEvents(events, observerSeq, size); ret != DB_SUCC) { in TakeEvents() 395 int AppEventStore::QueryEvents(std::vector<std::shared_ptr<AppEventPack>>& events, int64_t observer… in QueryEvents() function in OHOS::HiviewDFX::AppEventStore
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_app_event_holder.cpp | 197 if (AppEventStore::GetInstance().QueryEvents(events, observerSeq_, rowNum) != 0) { in TakeNext()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_observer.cpp | 228 if (AppEventStore::GetInstance().QueryEvents(events, seq_, MAX_SIZE_ON_EVENTS) != 0) { in QueryEventsFromDb()
|
H A D | app_event_observer_mgr.cpp | 95 if (AppEventStore::GetInstance().QueryEvents(events, observerSeq, MAX_SIZE_OF_INIT) < 0) { in InitObserverFromDb()
|