Searched refs:DispatchCommands (Results 1 – 4 of 4) sorted by relevance
| /developtools/hiperf/test/unittest/common/native/ |
| D | option_debug_test.cpp | 70 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/ |
| D | command.cpp | 25 bool Command::DispatchCommands(std::vector<std::string> arguments) in DispatchCommands() function in OHOS::Developtools::HiPerf::Command 88 return Command::DispatchCommands(StringSplit(argument, " ")); in DispatchCommand()
|
| D | main.cpp | 85 Command::DispatchCommands(args); in main()
|
| /developtools/hiperf/include/ |
| D | command.h | 26 static bool DispatchCommands(std::vector<std::string> arguments);
|