Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 47) sorted by relevance

12

/developtools/profiler/device/services/plugin_service/src/
Dplugin_command_builder.cpp31 auto cmd = std::make_shared<GetCommandResponse>(); in BuildCreateSessionCmd() local
46 auto cmd = std::make_shared<GetCommandResponse>(); in BuildDestroySessionCmd() local
61 auto cmd = std::make_shared<GetCommandResponse>(); in BuildStartSessionCmd() local
78 auto cmd = std::make_shared<GetCommandResponse>(); in BuildStopSessionCmd() local
Dplugin_service.cpp109 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, bufferSize); in CreatePluginSession() local
149 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, 0); in CreatePluginSession() local
167 auto cmd = pluginCommandBuilder_->BuildStartSessionCmd(config, pluginId); in StartPluginSession() local
183 auto cmd = pluginCommandBuilder_->BuildStopSessionCmd(pluginId); in StopPluginSession() local
212 auto cmd = pluginCommandBuilder_->BuildDestroySessionCmd(pluginId); in DestroyPluginSession() local
/developtools/profiler/host/smartperf/client/
Dsmartperf_main.cpp20 OHOS::SmartPerf::SmartPerfCommand cmd(argc, argv); in main() local
DFPS.cpp52 char cmd[100]; in setPackageName() local
114 std::string cmd = "hidumper -s 10 -a \"fps " + name + "\""; in GetSurfaceFrameDataGB() local
Dsmartperf_command.cpp30 char *cmd = argv[1]; in SmartPerfCommand() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/hiperf/
DHiPerfCommand.java94 String cmd = getCmd(recordCommand); in executeRecord() local
155 String cmd = getCmd(stopRecordCommand); in stopRecord() local
179 String cmd = getCmd(reportCommand); in executeReport() local
DPerfCommand.java156 StringBuilder cmd = new StringBuilder(); in getCmd() local
/developtools/hdc_standard/src/daemon/
Dshell.cpp118 int HdcShell::ChildForkDo(int pts, const char *cmd, const char *arg0, const char *arg1) in ChildForkDo()
138 int HdcShell::ShellFork(const char *cmd, const char *arg0, const char *arg1) in ShellFork()
165 int HdcShell::CreateSubProcessPTY(const char *cmd, const char *arg0, const char *arg1, pid_t *pid) in CreateSubProcessPTY()
Ddaemon_unity.cpp173 bool HdcDaemonUnity::RebootDevice(const string &cmd) in RebootDevice()
179 bool HdcDaemonUnity::SetDeviceRunMode(void *daemonIn, const char *cmd) in SetDeviceRunMode()
201 inline bool HdcDaemonUnity::GetHiLog(const char *cmd) in GetHiLog()
Dsystem_depend.cpp82 bool RebootDevice(const string &cmd) in RebootDevice()
/developtools/ace-js2bundle/ace-loader/src/
Dgen-abc.js24 function js2abcByWorkers(jsonInput, cmd) { argument
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprocess_utils_test.cpp29 std::string FindCmd(const std::string& cmd) in FindCmd()
/developtools/profiler/protos/types/plugins/ftrace_data/
Dblock.proto104 string cmd = 6; field
115 string cmd = 7; field
126 string cmd = 7; field
146 string cmd = 5; field
Dbinder.proto47 uint32 cmd = 1; field
64 uint32 cmd = 1; field
90 uint32 cmd = 1; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dblock.proto104 string cmd = 6; field
115 string cmd = 7; field
126 string cmd = 7; field
146 string cmd = 5; field
Dbinder.proto47 uint32 cmd = 1; field
64 uint32 cmd = 1; field
90 uint32 cmd = 1; field
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp77 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand()
231 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -h"; variable
262 std::string cmd = "cp /system/lib/libftrace_plugin.z.so " + DEFAULT_PATH; variable
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp106 std::string cmd = "find /data/local/tmp -name \"" + std::string(name) + "*\""; in RecordFileExist() local
898 const char* cmd = nullptr; variable
912 const char* cmd = ""; variable
928 const char* cmd = "echo this is a test!"; variable
944 const char* cmd = ""; variable
960 const char* cmd = "ls"; variable
977 std::string cmd = std::string("mkdir ") + testPath; variable
1110 std::string cmd = std::string("rm ") + oldFile; variable
/developtools/packing_tool/adapter/ohos/
DCommandParser.java187 private static boolean parseAppCmd(Utility utility, String cmd, String value) { in parseAppCmd()
235 private static boolean parseHapCmd(Utility utility, String cmd, String value) { in parseHapCmd()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DCpuItemViewLoadDialog.java458 ArrayList cmd; in getHtraceFile() local
474 ArrayList<String> cmd; in getPerfFile() local
504 String cmd = in analysisTraceFileToDbFile() local
/developtools/hdc_standard/src/common/
Dasync_cmd.cpp143 string cmd = command; in ExecuteCommand() local
/developtools/hapsigner/tools/
Dauto_test.py275 def run_target(case, cmd): argument
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/pluginconfig/
DAgentConfig.java87 … ArrayList cmd = conversionCommand(HDC_START_JAVAHEAP, deviceIPPortInfo.getDeviceID(), proc); in createConfig() local
/developtools/hdc_standard/src/test/
Dut_command.cpp28 void TestRunClient(const string &debugServerPort, const string &debugConnectKey, const string &cmd) in TestRunClient()
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp352 void Client::GetExecCmd(std::vector<std::string> &cmd, int pipeIn, int pipeOut, in GetExecCmd()
408 std::vector<std::string> cmd; in Start() local
505 bool Client::SendCommandAndWait(const std::string &cmd) in SendCommandAndWait()

12