Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 25 of 38) 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
Ddata_publisher_sys_event_callback.cpp36 const std::vector<int64_t>& seq) in OnQuery()
66 void DataPublisherSysEventCallback::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete()
Dquery_sys_event_callback_proxy.cpp25 …allbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) in OnQuery()
57 void QuerySysEventCallbackProxy::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete()
Ddata_share_dao.cpp94 int64_t seq = 0; in SaveSubscriberInfo() local
/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()
/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/base/event_store/include/
Ddoc_query.h41 int64_t seq; member
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
Dsys_event_service_adapter.cpp47 void SysEventServiceAdapter::UpdateEventSeq(int64_t seq) in UpdateEventSeq()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dwatch_point.cpp51 WatchPoint::Builder& WatchPoint::Builder::InitSeq(long seq) in InitSeq()
205 void WatchPoint::SetSeq(long seq) in SetSeq()
Dfreeze_detector_plugin.cpp108 long seq = sysEvent.GetSeq(); in MakeWatchPoint() local
/base/hiviewdfx/hiview/base/event_pool/
Devent_thread_pool.h43 uint64_t seq; variable
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
Ddcm_attest_utils.c84 struct HksAsn1Blob seq = { ASN_1_TAG_TYPE_SEQ, seqSize, out->data + ASN_1_MAX_HEADER_LEN }; in DcmInsertClaim() local
153 struct HksAsn1Blob seq = { ASN_1_TAG_TYPE_SEQ, seqSize, out->data + ASN_1_MAX_HEADER_LEN }; in ConstructKeySeq() local
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_adapter_native_test.cpp87 void OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) {} in OnQuery()
88 void OnComplete(int32_t reason, int32_t total, int64_t seq) {} in OnComplete()
286 std::vector<int64_t> seq {}; variable
549 std::vector<int64_t> seq {}; variable
/base/hiviewdfx/hiview/base/
Dpipeline.cpp125 auto seq = caller->GetHiviewContext()->GetPipelineSequenceByName(pipelineName); in FillPipelineInfo() local
/base/hiviewdfx/hiview/base/event_store/utility/reader/
Dsys_event_doc_reader.cpp320 …cReader::BuildEventJson(std::string& eventJson, uint8_t* rawEvent, uint32_t eventSize, int64_t seq) in BuildEventJson()
350 int64_t seq = *(reinterpret_cast<int64_t*>(content + BLOCK_SIZE)); in TryToAddEntry() local
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp238 int64_t seq = 0; in InsertPluginStatsTable() local
256 int64_t seq = 0; in InsertSysUsageTable() local
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_doc.cpp168 auto seq = sysEvent->GetEventSeq(); in CreateCurFile() local
/base/hiviewdfx/hisysevent/test/unittest/common/napi/
Dnapi_hisysevent.test.js613 onComplete: function(reason, total, seq) { argument
642 onComplete: function(reason, total, seq) { argument
723 onComplete: function(reason, total, seq) { argument
774 onComplete: function(reason, total, seq) { argument
825 onComplete: function(reason, total, seq) { argument
876 onComplete: function(reason, total, seq) { argument
908 onComplete: function(reason, total, seq) { argument

12