Home
last modified time | relevance | path

Searched defs:OnSubCommand (Results 1 – 10 of 10) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_help.cpp23 bool SubCommandHelp::OnSubCommand(std::vector<std::string> &args) in OnSubCommand() function in OHOS::Developtools::HiPerf::SubCommandHelp
Dsubcommand_list.cpp23 bool SubCommandList::OnSubCommand(vector<string> &args) in OnSubCommand() function in OHOS::Developtools::HiPerf::SubCommandList
Dsubcommand_report.cpp591 bool SubCommandReport::OnSubCommand(std::vector<std::string> &args) in OnSubCommand() function in OHOS::Developtools::HiPerf::SubCommandReport
Dsubcommand_dump.cpp135 bool SubCommandDump::OnSubCommand(std::vector<std::string> &args) in OnSubCommand() function in OHOS::Developtools::HiPerf::SubCommandDump
Dsubcommand_stat.cpp636 bool SubCommandStat::OnSubCommand(std::vector<std::string> &args) in OnSubCommand() function in OHOS::Developtools::HiPerf::SubCommandStat
Dsubcommand_record.cpp1183 bool SubCommandRecord::OnSubCommand(std::vector<std::string> &args) in OnSubCommand() function in OHOS::Developtools::HiPerf::SubCommandRecord
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_test.cpp39 bool OnSubCommand(std::vector<std::string> &args) override in OnSubCommand() function in OHOS::Developtools::HiPerf::SubcommandObj
Dsubcommand_help_test.cpp46 bool OnSubCommand(std::vector<std::string> &args) override in OnSubCommand() function in OHOS::Developtools::HiPerf::SubCommandTmp
/developtools/hiperf/test/unittest/common/native/include/
Dsubcommand_test.h44 bool OnSubCommand(std::vector<std::string> &args) override in OnSubCommand() function
/developtools/hiperf/include/
Dsubcommand.h71 bool OnSubCommand(std::string stringArgs) in OnSubCommand() function