Home
last modified time | relevance | path

Searched refs:GetSeq (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/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()
/ohos5.0/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
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp47 eventSeqs.emplace_back(event->GetSeq()); in DeleteEventMappingAsync()
277 …HILOG_DEBUG(LOG_CORE, "onEvents start, seq=%{public}" PRId64 ", event num=%{public}zu", GetSeq(), … in OnEvents()
284 context_->receiveContext->observerSeq = GetSeq(); in OnEvents()
H A Dnapi_app_event_holder.cpp219 eventSeqs.emplace_back(event->GetSeq()); in TakeNext()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dnetsys_event_message.h96 inline int32_t GetSeq() const in GetSeq() function
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp147 ASSERT_TRUE(it->GetSeq() == sysEvent1->GetEventSeq());
148 std::cout << "seq=" << it->GetSeq() << ", json=" << it->AsJsonStr() << std::endl;
189 ASSERT_TRUE(it->GetSeq() == sysEvent->GetEventSeq());
353 ASSERT_TRUE(it1->GetSeq() == it2->GetSeq());
H A Dsys_event_store_utility_test.cpp124 ASSERT_GE(event.GetSeq(), 0); in CheckEvent()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dapp_event_observer.h65 int64_t GetSeq();
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.h68 long GetSeq() const;
H A Ddb_helper.cpp51 … .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.cpp104 long seq = sysEvent.GetSeq(); in MakeWatchPoint()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_packageholder_impl.cpp99 eventSeqs.emplace_back(event->GetSeq()); in TakeNext()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h82 int64_t GetSeq() const;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h195 int64_t GetSeq() const;
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_unittest.cpp765 ASSERT_EQ(wp1->GetSeq(), seq);
804 ASSERT_EQ(wp1->GetSeq(), 0);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp271 cachedSeqs_.push_back(iter->GetSeq()); in TransportSysEvent()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp218 int64_t SysEvent::GetSeq() const in GetSeq() function in OHOS::HiviewDFX::SysEvent
H A Dlibhiviewbase.map73 "OHOS::HiviewDFX::SysEvent::GetSeq() const";
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp386 eventSeqs.emplace_back(event->GetSeq()); in TakeEvents()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp654 int64_t AppEventPack::GetSeq() const in GetSeq() function in OHOS::HiviewDFX::AppEventPack