Home
last modified time | relevance | path

Searched refs:GetSeq (Results 1 - 22 of 22) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_proxy.cpp71 if (watcher_->GetSeq() == 0) { in TakeWatcherData()
76 if (AppEventStore::GetInstance().TakeEvents(events, watcher_->GetSeq(), size) != 0) { in TakeWatcherData()
77 HILOG_WARN(LOG_CORE, "failed to query events, seq=%{public}" PRId64, watcher_->GetSeq()); in TakeWatcherData()
92 int64_t watcherSeq = watcher_->GetSeq(); in RemoveWatcher()
H A Dndk_app_event_watcher.cpp89 eventSeqs.emplace_back(event->GetSeq()); in OnEvents()
99 int64_t observerSeq = GetSeq(); in OnEvents()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp58 int64_t observerSeq = GetSeq(); in OnEvents()
67 eventSeqs.emplace_back(event->GetSeq()); in OnEvents()
H A Dapp_event_observer_mgr.cpp58 int64_t observerSeq = observer->GetSeq(); in StoreEventMappingToDb()
59 if (AppEventStore::GetInstance().InsertEventMapping(event->GetSeq(), observerSeq) < 0) { in StoreEventMappingToDb()
H A Dapp_event_observer.cpp290 int64_t AppEventObserver::GetSeq() in GetSeq() function in OHOS::HiviewDFX::HiAppEvent::AppEventObserver
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp47 eventSeqs.emplace_back(event->GetSeq()); in DeleteEventMappingAsync()
238 HILOG_DEBUG(LOG_CORE, "onEvents start, seq=%{public}" PRId64 ", event num=%{public}zu", GetSeq(), events.size()); in OnEvents()
245 context_->receiveContext->observerSeq = GetSeq(); in OnEvents()
H A Dnapi_app_event_holder.cpp211 eventSeqs.emplace_back(event->GetSeq()); in TakeNext()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dapp_event_observer.h65 int64_t GetSeq();
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_packageholder_impl.cpp99 eventSeqs.emplace_back(event->GetSeq()); in TakeNext()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.h68 long GetSeq() const;
H A Ddb_helper.cpp54 .InitSeq(record->GetSeq()).InitDomain(result.GetDomain()).InitStringId(result.GetStringId()) in GetResultMap()
H A Dwatch_point.cpp142 long WatchPoint::GetSeq() const in GetSeq() function in OHOS::HiviewDFX::WatchPoint
H A Dfreeze_detector_plugin.cpp108 long seq = sysEvent.GetSeq(); in MakeWatchPoint()
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp147 ASSERT_TRUE(it->GetSeq() == sysEvent1->GetEventSeq()); in HWTEST_F()
148 std::cout << "seq=" << it->GetSeq() << ", json=" << it->AsJsonStr() << std::endl; in HWTEST_F()
189 ASSERT_TRUE(it->GetSeq() == sysEvent->GetEventSeq()); in HWTEST_F()
353 ASSERT_TRUE(it1->GetSeq() == it2->GetSeq()); in HWTEST_F()
H A Dsys_event_store_utility_test.cpp124 ASSERT_GE(event.GetSeq(), 0); in CheckEvent()
/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h81 int64_t GetSeq() const;
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h195 int64_t GetSeq() const;
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_unittest.cpp731 ASSERT_EQ(wp1->GetSeq(), seq); in HWTEST_F()
770 ASSERT_EQ(wp1->GetSeq(), 0); in HWTEST_F()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp284 cachedSeqs_.push_back(iter->GetSeq()); in TransportSysEvent()
/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp216 int64_t SysEvent::GetSeq() const in GetSeq() function in OHOS::SysEvent
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp654 int64_t AppEventPack::GetSeq() const in GetSeq() function in OHOS::HiviewDFX::AppEventPack
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp386 eventSeqs.emplace_back(event->GetSeq()); in TakeEvents()

Completed in 14 milliseconds