Searched refs:AddParamSwitch (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/device/cmds/include/ |
| D | command_line.h | 58 …void AddParamSwitch(const std::string& filter1, const std::string& filter2, bool &pbool, const std…
|
| /developtools/profiler/device/cmds/src/ |
| D | main.cpp | 357 cmdLine.AddParamSwitch("--getport", "-q", data.isGetGrpcAddr, "get grpc address"); in ParseCmdline() 360 cmdLine.AddParamSwitch("--help", "-h", data.isHelp, "make some help"); in ParseCmdline() 361 cmdLine.AddParamSwitch("--list", "-l", data.isShowPluginList, "plugin list"); in ParseCmdline() 362 cmdLine.AddParamSwitch("--start", "-s", data.isStartProcess, "start dependent process"); in ParseCmdline() 363 cmdLine.AddParamSwitch("--kill", "-k", data.isKillProcess, "kill dependent process"); in ParseCmdline()
|
| D | command_line.cpp | 55 void CommandLine::AddParamSwitch(const std::string& filter1, in AddParamSwitch() function in CommandLine
|