/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 | query_sys_event_callback_proxy.cpp | 25 …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/ |
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()
|
D | event_loop.h | 58 uint64_t seq = 0; member
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | timer_ring.cpp | 49 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
|
D | timer_ring.h | 52 unsigned int seq; member
|
/base/hiviewdfx/hiview/plugins/eventservice/test/fuzztest/common/eventservice_fuzzer/ |
D | eventservice_fuzzer.cpp | 35 …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/ |
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/adapter/plugins/eventservice/service/ |
D | sys_event_service_adapter.cpp | 46 void SysEventServiceAdapter::UpdateEventSeq(int64_t seq) in UpdateEventSeq()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | watch_point.cpp | 49 WatchPoint::Builder& WatchPoint::Builder::InitSeq(long seq) in InitSeq() 181 void WatchPoint::SetSeq(long seq) in SetSeq()
|
D | freeze_detector_plugin.cpp | 104 long seq = sysEvent.GetSeq(); in MakeWatchPoint() local
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
D | hisysevent_adapter_native_test.cpp | 75 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/ |
D | hks_attest_utils.c | 79 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/ |
D | event_thread_pool.h | 43 uint64_t seq; variable
|
/base/hiviewdfx/hiview/base/ |
D | pipeline.cpp | 125 auto seq = caller->GetHiviewContext()->GetPipelineSequenceByName(pipelineName); in FillPipelineInfo() local
|
D | sys_event.cpp | 156 void SysEvent::SetSeq(int64_t seq) in SetSeq()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
D | sys_event_service_ohos_test.cpp | 85 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/ |
D | event_loop_test.cpp | 366 auto seq = currentLooper_->AddTimerEvent(eventhandler1, event2, nullptr, 2, false); variable
|