Home
last modified time | relevance | path

Searched refs:HiSysEventToolQuery (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hisysevent/frameworks/native/include/
H A Dhisysevent_tool_query.h27 class HiSysEventToolQuery : public OHOS::HiviewDFX::HiSysEventQueryCallback { class
29 HiSysEventToolQuery(bool checkValidEvent, bool autoExit = true) in HiSysEventToolQuery() function in OHOS::HiviewDFX::HiSysEventToolQuery
34 virtual ~HiSysEventToolQuery() {} in ~HiSysEventToolQuery()
/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool_query.cpp32 void HiSysEventToolQuery::OnQuery(std::shared_ptr<std::vector<HiSysEventRecord>> sysEvents) in OnQuery()
46 void HiSysEventToolQuery::OnComplete(int32_t reason, int32_t total) in OnComplete()
H A Dhisysevent_tool.cpp272 auto queryCallBack = std::make_shared<HiSysEventToolQuery>(clientCmdArg.checkValidEvent, autoExit); in DoAction()
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_tool_unit_test.cpp154 * @tc.desc: Test APIs of class HiSysEventToolQuery
166 HiSysEventToolQuery query1(true); in HWTEST_F()
171 HiSysEventToolQuery query2(false, false); in HWTEST_F()

Completed in 2 milliseconds