/ohos5.0/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()
|
/ohos5.0/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
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_app_event_watcher.cpp | 47 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 D | napi_app_event_holder.cpp | 219 eventSeqs.emplace_back(event->GetSeq()); in TakeNext()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/ |
H A D | netsys_event_message.h | 96 inline int32_t GetSeq() const in GetSeq() function
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
H A D | sys_event_dao_test.cpp | 147 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 D | sys_event_store_utility_test.cpp | 124 ASSERT_GE(event.GetSeq(), 0); in CheckEvent()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
H A D | app_event_observer.h | 65 int64_t GetSeq();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | watch_point.h | 68 long GetSeq() const;
|
H A D | db_helper.cpp | 51 … .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 | 104 long seq = sysEvent.GetSeq(); in MakeWatchPoint()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | appevent_packageholder_impl.cpp | 99 eventSeqs.emplace_back(event->GetSeq()); in TakeNext()
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 82 int64_t GetSeq() const;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 195 int64_t GetSeq() const;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.cpp | 765 ASSERT_EQ(wp1->GetSeq(), seq); 804 ASSERT_EQ(wp1->GetSeq(), 0);
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | event_query_wrapper_builder.cpp | 271 cachedSeqs_.push_back(iter->GetSeq()); in TransportSysEvent()
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | sys_event.cpp | 218 int64_t SysEvent::GetSeq() const in GetSeq() function in OHOS::HiviewDFX::SysEvent
|
H A D | libhiviewbase.map | 73 "OHOS::HiviewDFX::SysEvent::GetSeq() const";
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_store.cpp | 386 eventSeqs.emplace_back(event->GetSeq()); in TakeEvents()
|
/ohos5.0/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
|