Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 20 of 20) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
Dtimer_ring.cpp49 void TimerRing::InitTaskNode(struct TaskNode* taskNode, unsigned int seq) in InitTaskNode()
211 unsigned int seq = WRAP_SEQ(static_cast<unsigned int>(id)); in CancelTask() local
244 unsigned int seq = WRAP_SEQ(static_cast<unsigned int>(id)); in UpdateTask() local
Dtimer_ring.h52 unsigned int seq; member
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_tool_query.cpp22 void HiSysEventToolQuery::OnQuery(const ::std::vector<std::string>& sysEvent, in OnQuery()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dhisysevent_query_proxy.cpp22 void HiSysEventQueryProxy::OnQuery(const ::std::vector<std::u16string>& sysEvent, in OnQuery()
Dquery_sys_event_callback_stub.cpp41 std::vector<int64_t> seq; in OnRemoteRequest() local
Dquery_sys_event_callback_proxy.cpp24 …allbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) in OnQuery()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dquery_sys_event_callback_stub.cpp41 std::vector<int64_t> seq; in OnRemoteRequest() local
Dquery_sys_event_callback_proxy.cpp24 …allbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) in OnQuery()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dwatch_point.cpp49 WatchPoint::Builder& WatchPoint::Builder::InitSeq(long seq) in InitSeq()
181 void WatchPoint::SetSeq(long seq) in SetSeq()
Dplugin.cpp100 long seq = sysEvent.GetSeq(); in MakeWatchPoint() local
/base/hiviewdfx/hiview/base/include/
Devent_loop.h59 uint64_t seq = 0; member
93 bool remove(uint64_t seq) in remove()
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_attest_utils.c86 struct HksAsn1Blob seq = { ASN_1_TAG_TYPE_SEQ, seqSize, out->data + ASN_1_MAX_HEADER_LEN }; in HksInsertClaim() local
160 struct HksAsn1Blob seq = { ASN_1_TAG_TYPE_SEQ, seqSize, out->data + ASN_1_MAX_HEADER_LEN }; in ConstructKeySeq() local
Dhks_attest.c584 …c int32_t EncodeClaims(const struct HksBlob *oid, const struct HksBlob *claim, struct HksBlob *seq) in EncodeClaims()
693 struct HksAsn1Blob seq = { ASN_1_TAG_TYPE_SEQ, size, data }; in EncodeTbs() local
1059 struct HksAsn1Blob seq = { ASN_1_TAG_TYPE_SEQ, seqSize, buf }; in InsertAppIdClaim() local
/base/hiviewdfx/hiview/base/
Dpipeline.cpp116 auto seq = caller->GetHiviewContext()->GetPipelineSequenceByName(pipelineName); in FillPipelineInfo() local
Dsys_event.cpp133 void SysEvent::SetSeq(int64_t seq) in SetSeq()
Devent_loop.cpp247 bool EventLoop::RemoveEvent(uint64_t seq) in RemoveEvent()
/base/hiviewdfx/hiview/base/test/unittest/common/
Devent_loop_test.cpp352 auto seq = currentLooper_->AddTimerEvent(eventhandler1, event2, nullptr, 2, false); variable
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_formatter.cpp189 std::list<const char **> seq = GetLogParseList(logType); in WriteFaultLogToFile() local
/base/update/packaging_tools/
Dpatch_package_process.py438 def check_partition(total, seq): argument
/base/security/huks/services/huks_standard/huks_engine/main/core/include/
Dhks_attest.h99 struct HksAsn1Obj seq; member