Home
last modified time | relevance | path

Searched refs:DispatchCommands (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Doption_debug_test.cpp70 EXPECT_EQ(Command::DispatchCommands(args), true); in LogLevelTest()
151 EXPECT_EQ(Command::DispatchCommands({"--mixlog", TEST_CMD_NOTHING}), true);
169 EXPECT_EQ(Command::DispatchCommands({"--logpath", "./log.temp.txt", TEST_CMD_NOTHING}), true);
170 EXPECT_EQ(Command::DispatchCommands({"--logpath", DEFAULT_LOG_PATH, TEST_CMD_NOTHING}), true);
/developtools/hiperf/src/
Dcommand.cpp25 bool Command::DispatchCommands(std::vector<std::string> arguments) in DispatchCommands() function in OHOS::Developtools::HiPerf::Command
88 return Command::DispatchCommands(StringSplit(argument, " ")); in DispatchCommand()
Dmain.cpp85 Command::DispatchCommands(args); in main()
/developtools/hiperf/include/
Dcommand.h26 static bool DispatchCommands(std::vector<std::string> arguments);