| /developtools/hdc/src/host/ |
| D | main.cpp | 196 int RunClientMode(string &commands, string &serverListenString, string &connectKey, bool isPullServ… in RunClientMode() argument 203 HdcClient client(false, serverListenString, &loopMain, commands == CMDSTR_CHECK_SERVER); in RunClientMode() 204 if (!commands.size()) { in RunClientMode() 209 if (!strncmp(commands.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size()) || in RunClientMode() 210 !strncmp(commands.c_str(), CMDSTR_SERVICE_KILL.c_str(), CMDSTR_SERVICE_KILL.size()) || in RunClientMode() 211 !strncmp(commands.c_str(), CMDSTR_GENERATE_KEY.c_str(), CMDSTR_GENERATE_KEY.size())) { in RunClientMode() 212 client.CtrlServiceWork(commands.c_str()); in RunClientMode() 221 client.ExecuteCommand(commands.c_str()); in RunClientMode() 437 string commands; in main() local 438 Hdc::SplitOptionAndCommand(argc, argv, options, commands); in main() [all …]
|
| /developtools/hiperf/src/ |
| D | subcommand_help.cpp | 49 auto &commands = SubCommand::GetSubCommands(); in OnHelp() local 50 HLOGD("%zu cmds found:", commands.size()); in OnHelp() 52 for (const auto &command : commands) { in OnHelp()
|
| /developtools/hdc/scripts/ |
| D | hdc_test.py | 300 commands = [] 302 commands += tasks 303 return commands 311 def run_split_commands(commands, head=NORMAL_HEAD): argument 312 for command in commands: 324 commands = get_basic_commands() + EXTRA_COMMANDS['boot'] 326 for item in commands: 329 commands.remove(item) 330 run_split_commands(commands, head) 438 commands = get_basic_commands() [all …]
|
| /developtools/bytrace/ |
| D | README.md | 11 … ftrace in the kernel and supports tracing in the user space. This tool provides APIs and commands: 14 …** command to query all the supported labels) and run the corresponding commands to capture traces… 36 The following table lists the commands supported by ByTrace. 54 The following are some example ByTrace commands:
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/renderer/ |
| D | YAxisView.ets | 62 .commands(item.commands) 77 .clip(new Path().commands(this.model.clipPath))
|
| D | XAxisView.ets | 111 .commands(item.commands)
|
| /developtools/hiperf/ |
| D | README.md | 83 … ├── hiperf_host # Executable program run by the PC. The Report and Dump commands are supported. 94 │ ├── command_script.py # Script of the hiperf commands, used to generate sampling data 132 Use the following commands to simulate different scenarios 161 - Debugging commands, such as enabling the logging function. 198 … event names are used for the **-e** and **-g** parameters of the **stat** and **record** commands. 363 Run the following commands:
|
| D | README_zh.md | 145 Use the following commands to simulate different scenarios
|
| /developtools/hdc/ |
| D | README.md | 13 …pport for the simulator. The following will introduce the commonly used commands and usage example… 21 …nd receiving of data communication packets, and the direct processing of individual local commands. 61 …so available; libc++.so quotes errors, please use ldd/readelf and other commands to check the libr…
|
| /developtools/profiler/protos/services/ |
| D | plugin_service.proto | 27 // service will use this interface to push commands with streamed return channel.
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | plugin_service.proto | 27 // service will use this interface to push commands with streamed return channel.
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/services/ |
| D | plugin_service.proto | 27 // service will use this interface to push commands with streamed return channel.
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | PathView.ets | 51 .commands(item.commands) 61 .commands(item.commandsFill) 65 .clip(new Path().commands(item.commandsFill)) 117 .clip(new Path().commands(this.model.clipPath))
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | Paint.ets | 346 commands: string = ""; 376 this.commands = paint.commands; 436 this.commands = value;
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | README.md | 6 Here are simplified instructions of how to get started. The following commands work both on **Windo…
|
| /developtools/ace_ets2bundle/compiler/ |
| D | README.md | 6 Here are simplified instructions of how to get started. The following commands work both on **Windo…
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | README_zh.md | 60 These are common commands list:
|
| /developtools/syscap_codec/ |
| D | README.md | 44 1. Build commands:SysCap tools binary building and installation will be tiggered by SDK compiling p…
|
| /developtools/packing_tool/adapter/ohos/ |
| D | README | 16 use commands for package hap or app. 152 use commands for unpackage hap or app.
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/ |
| D | LineChart.ets | 64 .clip(new Path().commands(this.lineChartModel.clipPath))
|
| /developtools/hapsigner/ |
| D | README.md | 111 …pairs and end-entity certificates and sign profiles and HAPs, instead of entering complex commands.
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 125541 const u8 *commands; member
|