Home
last modified time | relevance | path

Searched refs:seq_ (Results 1 - 14 of 14) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.cpp23 : 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 Dwatch_point.h47 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 Dapp_event_observer.cpp228 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 Dapp_event_observer.h96 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 Desim_state_type.h212 int32_t seq_; member
/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp44 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 Dsys_event.h142 int64_t seq_ = 0; member in OHOS::HiviewDFX::SysEvent
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h242 int64_t seq_ = 0; member in OHOS::HiviewDFX::AppEventPack
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp656 return seq_; in GetSeq()
721 seq_ = seq; in SetSeq()
/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp2065 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 Dcore_service_stub.cpp2372 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 Desim_test.cpp1418 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 Devent_raw_encoded_and_decoded_test.cpp392 "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 Dcore_service_proxy.cpp3931 nf.seq_ = reply.ReadInt32(); in ListNotifications()
3985 nf.seq_ = reply.ReadInt32(); in RetrieveNotificationList()
4030 notification.seq_ = reply.ReadInt32(); in RetrieveNotification()

Completed in 30 milliseconds