Home
last modified time | relevance | path

Searched refs:arguments (Results 1 - 6 of 6) sorted by relevance

/developtools/hiperf/src/
H A Dcommand.cpp25 bool Command::DispatchCommands(std::vector<std::string> arguments) in DispatchCommands() argument
27 for (std::string arg : arguments) { in DispatchCommands()
31 HLOGD("args:%s", VectorToString(arguments).c_str()); in DispatchCommands()
32 while (!arguments.empty()) { in DispatchCommands()
34 auto commandOption = Option::FindMainOption(arguments.front()); in DispatchCommands()
39 arguments.erase(arguments.begin()); in DispatchCommands()
41 if (!commandOption->callBackFunction(arguments)) { in DispatchCommands()
42 printf("unknown options: %s\nUse the help command to view help.\n", arguments.front().c_str()); in DispatchCommands()
49 auto subCommand = SubCommand::FindSubCommand(arguments in DispatchCommands()
[all...]
/developtools/syscap_codec/tools/
H A Dsyscap_config_merge.py144 arguments = parser.parse_args()
145 return arguments
/developtools/hiperf/include/
H A Dcommand.h26 static bool DispatchCommands(std::vector<std::string> arguments);
/developtools/profiler/hiebpf/include/
H A Dcommand.h37 bool ParseArgs(std::vector<std::string> arguments);
H A Dvmlinux.h97616 struct acpi_namespace_node arguments[7]; global() member
[all...]
/developtools/hdc/hdc_rust/src/common/
H A Dforward.rs1308 context_forward.last_error = "Too few arguments.".to_string(); in forward_parse_cmd()

Completed in 402 milliseconds