/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | watch_point.cpp | 23 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in WatchPoint() 28 : seq_(builder.seq_), in WatchPoint() 46 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in Builder() 54 seq_ = seq; in InitSeq() 144 return seq_; in GetSeq() 219 seq_ = seq; in SetSeq()
|
H A D | watch_point.h | 47 long seq_; member in OHOS::HiviewDFX::WatchPoint::Builder 88 long seq_; member in OHOS::HiviewDFX::WatchPoint
|
/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() 230 name_.c_str(), seq_);
in QueryEventsFromDb() 234 name_.c_str(), seq_, events.size());
in QueryEventsFromDb() 292 return seq_;
in GetSeq() 302 seq_ = seq;
in SetSeq()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
H A D | app_event_observer.h | 96 int64_t seq_ = 0; // observer sequence, used to uniquely identify an observer
member in OHOS::HiviewDFX::HiAppEvent::AppEventObserver
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | esim_state_type.h | 212 int32_t seq_; member
|
/base/hiviewdfx/hiview/base/ |
H A D | sys_event.cpp | 44 std::string EventCol::SEQ = "seq_"; 105 : PipelineEvent(sender, handler), eventType_(0), preserve_(true), log_(0), seq_(seq) in SysEvent() 213 seq_ = seq; in SetSeq() 218 return seq_; in GetSeq()
|
/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 142 int64_t seq_ = 0; member in OHOS::HiviewDFX::SysEvent
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 242 int64_t seq_ = 0;
member in OHOS::HiviewDFX::AppEventPack
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 656 return seq_;
in GetSeq() 721 seq_ = seq;
in SetSeq()
|
/base/telephony/core_service/services/sim/src/ |
H A D | esim_file.cpp | 2065 euicc.seq_ = nodeSeq->Asn1AsInteger();
in createNotification() 2376 notification_.seq_ = notification.seq_;
in RetrieveNotificatioParseTagCtxComp0() 2723 notification_.seq_ = 0;
in ResetEuiccNotification()
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service_stub.cpp | 2372 ret = (ret && reply.WriteInt32(notification.seq_)); in OnListNotifications() 2396 ret = (ret && reply.WriteInt32(notification.seq_)); in OnRetrieveNotificationList() 2419 ret = (ret && reply.WriteInt32(notification.seq_)); in OnRetrieveNotification()
|
/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_test.cpp | 1418 EXPECT_EQ(notification.seq_, (esimFile->ObtainRetrieveNotification(portIndex, seqNumber)).seq_);
in HWTEST_F() 1424 EXPECT_EQ(notification.seq_, (esimFile->ObtainRetrieveNotification(portIndex, seqNumber)).seq_);
in HWTEST_F()
|
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/ |
H A D | event_raw_encoded_and_decoded_test.cpp | 392 "key3":3.4, "key4":"[3.4,-3.4]", "info_":"", "level_":"CRITICAL", "seq_":972})~"; in HWTEST_F()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_proxy.cpp | 3931 nf.seq_ = reply.ReadInt32(); in ListNotifications() 3985 nf.seq_ = reply.ReadInt32(); in RetrieveNotificationList() 4030 notification.seq_ = reply.ReadInt32(); in RetrieveNotification()
|