Home
last modified time | relevance | path

Searched defs:OnQuery (Results 1 – 14 of 14) sorted by relevance

/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_tool_query.cpp32 void HiSysEventToolQuery::OnQuery(std::shared_ptr<std::vector<HiSysEventRecord>> sysEvents) in OnQuery() function in OHOS::HiviewDFX::HiSysEventToolQuery
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_query_callback_c.cpp32 void HiSysEventQueryCallbackC::OnQuery(std::shared_ptr<std::vector<OHOS::HiviewDFX::HiSysEventRecor… in OnQuery() function in HiSysEventQueryCallbackC
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dhisysevent_query_proxy.cpp22 void HiSysEventQueryProxy::OnQuery(const ::std::vector<std::u16string>& sysEvents, in OnQuery() function in OHOS::HiviewDFX::HiSysEventQueryProxy
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_publisher_sys_event_callback.cpp30 void DataPublisherSysEventCallback::OnQuery(const std::vector<std::u16string>& sysEvent, in OnQuery() function in OHOS::HiviewDFX::DataPublisherSysEventCallback
Dquery_sys_event_callback_proxy.cpp25 void QuerySysEventCallbackProxy::OnQuery(const std::vector<std::u16string>& sysEvent, const std::ve… in OnQuery() function in OHOS::HiviewDFX::QuerySysEventCallbackProxy
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_base_query_callback.h34 virtual void OnQuery(const ::std::vector<std::string>& sysEvents, in OnQuery() function
Dhisysevent_manager_c.h53 void (*OnQuery)(HiSysEventRecordC records[], size_t size); member
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
Dhisysevent_rust_querier.cpp42 void HiSysEventRustQuerier::OnQuery(std::shared_ptr<std::vector<OHOS::HiviewDFX::HiSysEventRecord>>… in OnQuery() function in HiSysEventRustQuerier
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
Dhisyseventmanager_fuzzer.cpp32 void OnQuery(std::shared_ptr<std::vector<HiSysEventRecord>> sysEvents) override in OnQuery() function in OHOS::HiviewDFX::__anon3167565b0111::TestQueryCallback
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_querier.cpp54 void NapiHiSysEventQuerier::OnQuery(const std::vector<std::string>& sysEvents, in OnQuery() function in OHOS::HiviewDFX::NapiHiSysEventQuerier
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_adapter_native_test.cpp82 void OnQuery(const std::vector<std::u16string>& sysEvent, const std::vector<int64_t>& seq) {} in OnQuery() function in __anon3f66a3760111::QuerySysEventCallbackStubTest
Dhisysevent_wrote_result_check_test.cpp101 void OnQuery(std::shared_ptr<std::vector<HiSysEventRecord>> sysEvents) in OnQuery() function in __anon9d12b01b0111::Querier
Dhisysevent_native_test.cpp94 void OnQuery(std::shared_ptr<std::vector<HiSysEventRecord>> sysEvents) final in OnQuery() function in __anon736e31b60111::Querier
/base/hiviewdfx/hisysevent/interfaces/rust/src/
Dsys_event_manager.rs244 pub type OnQuery = typedef
608 on_query_wrapper_callback: OnQuery, in CreateRustEventQuerier()