Home
last modified time | relevance | path

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

12

/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dhisysevent_query_proxy.cpp22 void HiSysEventQueryProxy::OnQuery(const ::std::vector<std::u16string>& sysEvents, in OnQuery()
34 void HiSysEventQueryProxy::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete()
Dquery_sys_event_callback_stub.cpp49 std::vector<int64_t> seq; in OnRemoteRequest() local
71 int64_t seq = 0; in OnRemoteRequest() local
Dquery_sys_event_callback_proxy.cpp27 …allbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) in OnQuery()
58 void QuerySysEventCallbackProxy::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dquery_sys_event_callback_stub.cpp43 std::vector<int64_t> seq; in OnRemoteRequest() local
65 int64_t seq = 0; in OnRemoteRequest() local
Dquery_sys_event_callback_proxy.cpp25 …allbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) in OnQuery()
56 void QuerySysEventCallbackProxy::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_block_dao.cpp51 int64_t seq = 0; in InsertPackage() local
59 int AppEventBlockDao::DeletePackageBySeq(int64_t seq) in DeletePackageBySeq()
101 int AppEventBlockDao::GetPackagesBySize(int size, std::vector<std::string> &packages, int64_t& seq) in GetPackagesBySize()
Dapp_event_block.cpp44 int64_t seq = 0; in Take() local
Dapp_event_blocks_dao.cpp65 int64_t seq = 0; in AddBlock() local
/base/hiviewdfx/hiview/base/include/
Devent_priority_queue.h24 bool remove(uint64_t seq) in remove()
Devent_loop.h58 uint64_t seq = 0; member
/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/hiview/plugins/eventservice/test/fuzztest/common/eventservice_fuzzer/
Deventservice_fuzzer.cpp35 …void OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) overrid… in OnQuery()
37 void OnComplete(int32_t reason, int32_t total, int64_t seq) override {} in OnComplete()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_querier.cpp50 const std::vector<int64_t>& seq) in OnQuery()
73 void NapiHiSysEventQuerier::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_base_query_callback.h53 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
Dsys_event_service_adapter.cpp46 void SysEventServiceAdapter::UpdateEventSeq(int64_t seq) in UpdateEventSeq()
/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()
Dfreeze_detector_plugin.cpp104 long seq = sysEvent.GetSeq(); in MakeWatchPoint() local
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_adapter_native_test.cpp75 void OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) {} in OnQuery()
76 void OnComplete(int32_t reason, int32_t total, int64_t seq) {} in OnComplete()
251 std::vector<int64_t> seq {}; variable
440 std::vector<int64_t> seq {}; variable
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_attest_utils.c79 struct HksAsn1Blob seq = { ASN_1_TAG_TYPE_SEQ, seqSize, out->data + ASN_1_MAX_HEADER_LEN }; in HksInsertClaim() local
142 struct HksAsn1Blob seq = { ASN_1_TAG_TYPE_SEQ, seqSize, out->data + ASN_1_MAX_HEADER_LEN }; in ConstructKeySeq() local
/base/hiviewdfx/hiview/base/event_pool/
Devent_thread_pool.h43 uint64_t seq; variable
/base/hiviewdfx/hiview/base/
Dpipeline.cpp125 auto seq = caller->GetHiviewContext()->GetPipelineSequenceByName(pipelineName); in FillPipelineInfo() local
Dsys_event.cpp156 void SysEvent::SetSeq(int64_t seq) in SetSeq()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Dsys_event_service_ohos_test.cpp85 void OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) {} in OnQuery()
86 void OnComplete(int32_t reason, int32_t total, int64_t seq) {} in OnComplete()
442 std::vector<int64_t> seq {}; variable
/base/hiviewdfx/hiview/base/test/unittest/common/
Devent_loop_test.cpp366 auto seq = currentLooper_->AddTimerEvent(eventhandler1, event2, nullptr, 2, false); variable

12