Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 21 of 21) sorted by relevance

/developtools/hdc/src/host/
Dmain.cpp191 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/
Dsubcommand_help.cpp51 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/
Dhdc_test.py301 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/
DREADME.md11 … 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/
DXAxisView.ets73 .commands(item.commands)
DYAxisView.ets62 .commands(item.commands)
77 .clip(new Path().commands(this.model.clipPath))
/developtools/hiperf/
DREADME.md83 … ├── 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:
DREADME_zh.md145 Use the following commands to simulate different scenarios
/developtools/hdc/
DREADME.md13 …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/
Dplugin_service.proto27 // service will use this interface to push commands with streamed return channel.
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dplugin_service.proto27 // 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/
DPathView.ets51 .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/
DPaint.ets345 public commands: string = '';
375 this.commands = paint.commands;
435 this.commands = value;
/developtools/ace_ets2bundle/compiler/
DREADME.md6 Here are simplified instructions of how to get started. The following commands work both on **Windo…
/developtools/ace_ets2bundle/compiler/test/
DREADME.md6 Here are simplified instructions of how to get started. The following commands work both on **Windo…
/developtools/syscap_codec/
DREADME.md44 1. Build commands:SysCap tools binary building and installation will be tiggered by SDK compiling p…
/developtools/packing_tool/adapter/ohos/
DREADME16 use commands for package hap or app.
152 use commands for unpackage hap or app.
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md95 -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/
DLineChart.ets64 .clip(new Path().commands(this.lineChartModel.clipPath))
/developtools/hapsigner/
DREADME.md68 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/
Dvmlinux.h125541 const u8 *commands; member