Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 31) sorted by relevance

12

/developtools/hiperf/src/
Dsubcommand_help.cpp54 for (const auto &command : commands) { in OnHelp() local
59 auto command = SubCommand::FindSubCommand(args.front()); in OnHelp() local
Dtracked_command.cpp34 std::unique_ptr<TrackedCommand> command {new (std::nothrow) TrackedCommand(args)}; in CreateInstance() local
/developtools/hiperf/script/
Dmake_report_sample.py25 def get_used_binaries(perf_data, command): argument
/developtools/hdc_standard/test/unittest/common/include/
DHdcJdwpTest.h36 bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
/developtools/hdc_standard/src/common/
Dfile.cpp37 bool HdcFile::BeginTransfer(CtxFile *context, const string &command) in BeginTransfer()
67 bool HdcFile::SetMasterParameters(CtxFile *context, const char *command, int argc, char **argv) in SetMasterParameters()
174 bool HdcFile::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dasync_cmd.cpp94 int AsyncCmd::Popen(string command, bool readWrite, int &pid) in Popen()
141 bool AsyncCmd::ExecuteCommand(const string &command) in ExecuteCommand()
Dtask.cpp53 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother()
72 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand()
Dsession.h46 InnerCtrlCommand command; member
70 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
105 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand()
110 …tual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
145 …bool TaskCommandDispatch(HTaskInfo hTaskInfo, uint8_t taskType, const uint16_t command, uint8_t *p… in TaskCommandDispatch()
Dtask.h25 virtual bool CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dforward.cpp208 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask()
525 bool HdcForwardBase::BeginForward(const string &command, string &sError) in BeginForward()
737 bool HdcForwardBase::ForwardCommandDispatch(const uint16_t command, uint8_t *payload, const int pay… in ForwardCommandDispatch()
787 bool HdcForwardBase::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
/developtools/hdc_standard/src/host/
Dclient.h50 string command; variable
Dhost_app.cpp29 bool HdcHostApp::BeginInstall(CtxFile *context, const char *command) in BeginInstall()
145 bool HdcHostApp::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dhost_unity.cpp127 bool HdcHostUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dserver.cpp493 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
859 …dcServer::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
873 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
/developtools/hdc_standard/src/daemon/
Ddaemon.cpp139 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
291 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
355 …dcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
Ddaemon_app.cpp43 bool HdcDaemonApp::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dshell.cpp93 bool HdcShell::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Ddaemon_unity.cpp241 bool HdcDaemonUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/hdc/
DCmdExecutors.java54 public ExecResult executeCommand(ArrayList<String> command, long timeout) { in executeCommand()
128 public ExecResult executeCommandByLine(ArrayList<String> command, long timeout) { in executeCommandByLine()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp83 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand()
/developtools/profiler/device/plugins/diskio_plugin/src/
Dtest_main.cpp53 std::string command = "rm " + writeFile; in IoTest() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/hiperf/
DPerfCommand.java155 protected String getCmd(@NotNull ArrayList<String> command) { in getCmd()
DHiPerfCommand.java190 … ArrayList<String> command = HdcWrapper.getInstance().generateDeviceCmdHead(isLeakOhos, deviceId); in getSupportEvents() local
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dplugin_service_types.proto71 oneof command { oneof
/developtools/profiler/protos/services/
Dplugin_service_types.proto78 oneof command { oneof

12