Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dmain.cpp196 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/
Dsubcommand_help.cpp49 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/
Dhdc_test.py300 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/
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/
DYAxisView.ets62 .commands(item.commands)
77 .clip(new Path().commands(this.model.clipPath))
DXAxisView.ets111 .commands(item.commands)
/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/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))
117 .clip(new Path().commands(this.model.clipPath))
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DPaint.ets346 commands: string = "";
376 this.commands = paint.commands;
436 this.commands = value;
/developtools/ace_ets2bundle/compiler/test/
DREADME.md6 Here are simplified instructions of how to get started. The following commands work both on **Windo…
/developtools/ace_ets2bundle/compiler/
DREADME.md6 Here are simplified instructions of how to get started. The following commands work both on **Windo…
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md60 These are common commands list:
/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_ui/entry/src/main/ets/common/ui/detail/chart/charts/
DLineChart.ets64 .clip(new Path().commands(this.lineChartModel.clipPath))
/developtools/hapsigner/
DREADME.md111 …pairs and end-entity certificates and sign profiles and HAPs, instead of entering complex commands.
/developtools/profiler/hiebpf/include/
Dvmlinux.h125541 const u8 *commands; member