/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher_proxy.cpp | 71 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 D | ndk_app_event_watcher.cpp | 89 eventSeqs.emplace_back(event->GetSeq()); in OnEvents() 99 int64_t observerSeq = GetSeq(); in OnEvents()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_processor_proxy.cpp | 58 int64_t observerSeq = GetSeq();
in OnEvents() 67 eventSeqs.emplace_back(event->GetSeq());
in OnEvents()
|
H A D | app_event_observer_mgr.cpp | 58 int64_t observerSeq = observer->GetSeq();
in StoreEventMappingToDb() 59 if (AppEventStore::GetInstance().InsertEventMapping(event->GetSeq(), observerSeq) < 0) {
in StoreEventMappingToDb()
|
H A D | app_event_observer.cpp | 290 int64_t AppEventObserver::GetSeq()
in GetSeq() function in OHOS::HiviewDFX::HiAppEvent::AppEventObserver
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_app_event_watcher.cpp | 47 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 D | napi_app_event_holder.cpp | 211 eventSeqs.emplace_back(event->GetSeq());
in TakeNext()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
H A D | app_event_observer.h | 65 int64_t GetSeq();
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | appevent_packageholder_impl.cpp | 99 eventSeqs.emplace_back(event->GetSeq()); in TakeNext()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | watch_point.h | 68 long GetSeq() const;
|
H A D | db_helper.cpp | 54 .InitSeq(record->GetSeq()).InitDomain(result.GetDomain()).InitStringId(result.GetStringId()) in GetResultMap()
|
H A D | watch_point.cpp | 142 long WatchPoint::GetSeq() const in GetSeq() function in OHOS::HiviewDFX::WatchPoint
|
H A D | freeze_detector_plugin.cpp | 108 long seq = sysEvent.GetSeq(); in MakeWatchPoint()
|
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
H A D | sys_event_dao_test.cpp | 147 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 D | sys_event_store_utility_test.cpp | 124 ASSERT_GE(event.GetSeq(), 0); in CheckEvent()
|
/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 81 int64_t GetSeq() const;
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 195 int64_t GetSeq() const;
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.cpp | 731 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 D | event_query_wrapper_builder.cpp | 284 cachedSeqs_.push_back(iter->GetSeq()); in TransportSysEvent()
|
/base/hiviewdfx/hiview/base/ |
H A D | sys_event.cpp | 216 int64_t SysEvent::GetSeq() const in GetSeq() function in OHOS::SysEvent
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 654 int64_t AppEventPack::GetSeq() const
in GetSeq() function in OHOS::HiviewDFX::AppEventPack
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_store.cpp | 386 eventSeqs.emplace_back(event->GetSeq());
in TakeEvents()
|