/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
D | hisysevent_query_proxy.cpp | 22 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()
|
D | query_sys_event_callback_stub.cpp | 49 std::vector<int64_t> seq; in OnRemoteRequest() local 71 int64_t seq = 0; in OnRemoteRequest() local
|
D | query_sys_event_callback_proxy.cpp | 27 …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/ |
D | query_sys_event_callback_stub.cpp | 43 std::vector<int64_t> seq; in OnRemoteRequest() local 65 int64_t seq = 0; in OnRemoteRequest() local
|
D | data_publisher_sys_event_callback.cpp | 36 const std::vector<int64_t>& seq) in OnQuery() 66 void DataPublisherSysEventCallback::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete()
|
D | query_sys_event_callback_proxy.cpp | 25 …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()
|
D | data_share_dao.cpp | 94 int64_t seq = 0; in SaveSubscriberInfo() local
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
D | app_event_block_dao.cpp | 51 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()
|
D | app_event_block.cpp | 44 int64_t seq = 0; in Take() local
|
D | app_event_blocks_dao.cpp | 65 int64_t seq = 0; in AddBlock() local
|
/base/hiviewdfx/hiview/base/include/ |
D | event_priority_queue.h | 24 bool remove(uint64_t seq) in remove()
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
D | napi_hisysevent_querier.cpp | 50 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/ |
D | hisysevent_base_query_callback.h | 53 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete()
|
/base/hiviewdfx/hiview/base/event_store/include/ |
D | doc_query.h | 41 int64_t seq; member
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/ |
D | sys_event_service_adapter.cpp | 47 void SysEventServiceAdapter::UpdateEventSeq(int64_t seq) in UpdateEventSeq()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | watch_point.cpp | 51 WatchPoint::Builder& WatchPoint::Builder::InitSeq(long seq) in InitSeq() 205 void WatchPoint::SetSeq(long seq) in SetSeq()
|
D | freeze_detector_plugin.cpp | 108 long seq = sysEvent.GetSeq(); in MakeWatchPoint() local
|
/base/hiviewdfx/hiview/base/event_pool/ |
D | event_thread_pool.h | 43 uint64_t seq; variable
|
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/ |
D | dcm_attest_utils.c | 84 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/ |
D | hisysevent_adapter_native_test.cpp | 87 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/ |
D | pipeline.cpp | 125 auto seq = caller->GetHiviewContext()->GetPipelineSequenceByName(pipelineName); in FillPipelineInfo() local
|
/base/hiviewdfx/hiview/base/event_store/utility/reader/ |
D | sys_event_doc_reader.cpp | 320 …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/ |
D | event_db_helper.cpp | 238 int64_t seq = 0; in InsertPluginStatsTable() local 256 int64_t seq = 0; in InsertSysUsageTable() local
|
/base/hiviewdfx/hiview/base/event_store/store/ |
D | sys_event_doc.cpp | 168 auto seq = sysEvent->GetEventSeq(); in CreateCurFile() local
|
/base/hiviewdfx/hisysevent/test/unittest/common/napi/ |
D | napi_hisysevent.test.js | 613 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
|