| /developtools/hdc/src/host/ |
| D | main.cpp | 191 int RunClientMode(string &commands, string &serverListenString, string &connectKey, bool isPullServ… in RunClientMode() argument 198 HdcClient client(false, serverListenString, &loopMain, commands == CMDSTR_CHECK_SERVER); in RunClientMode() 199 if (!commands.size()) { in RunClientMode() 204 if (!strncmp(commands.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size()) || in RunClientMode() 205 !strncmp(commands.c_str(), CMDSTR_SERVICE_KILL.c_str(), CMDSTR_SERVICE_KILL.size()) || in RunClientMode() 206 !strncmp(commands.c_str(), CMDSTR_GENERATE_KEY.c_str(), CMDSTR_GENERATE_KEY.size())) { in RunClientMode() 207 client.CtrlServiceWork(commands.c_str()); in RunClientMode() 216 client.ExecuteCommand(commands.c_str()); in RunClientMode() 436 string commands; in main() local 437 Hdc::SplitOptionAndCommand(argc, argv, options, commands); in main() [all …]
|
| /developtools/hiperf/src/ |
| D | subcommand_help.cpp | 51 auto &commands = SubCommand::GetSubCommands(); in OnHelp() local 52 HLOGD("%zu cmds found:", commands.size()); in OnHelp() 54 for (const auto &command : commands) { in OnHelp()
|
| /developtools/hdc/scripts/ |
| D | hdc_test.py | 301 commands = [] 303 commands += tasks 304 return commands 312 def run_split_commands(commands, head=NORMAL_HEAD): argument 313 for command in commands: 325 commands = get_basic_commands() + EXTRA_COMMANDS['boot'] 327 for item in commands: 330 commands.remove(item) 331 run_split_commands(commands, head) 439 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 | XAxisView.ets | 73 .commands(item.commands)
|
| D | YAxisView.ets | 62 .commands(item.commands) 77 .clip(new Path().commands(this.model.clipPath))
|
| /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/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)) 111 .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 | 345 public commands: string = ''; 375 this.commands = paint.commands; 435 this.commands = value;
|
| /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/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/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_command/ |
| D | README_zh.md | 95 -server start a process to listen to the socket message of the start and stop commands
|
| /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 | 68 You can use commands to sign a profile and a HAP or binary tool. 117 …n end-entity certificate and sign a profile, HAP, or binary tool without entering complex commands.
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 125541 const u8 *commands; member
|