Home
last modified time | relevance | path

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

12

/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
Dutils.py34 def command(command, *args): argument
/developtools/hiperf/src/
Dsubcommand_help.cpp52 for (const auto &command : commands) { in OnHelp() local
57 auto command = SubCommand::FindSubCommand(args.front()); in OnHelp() local
Dtracked_command.cpp28 std::unique_ptr<TrackedCommand> command {new (std::nothrow) TrackedCommand(args)}; in CreateInstance() local
/developtools/hdc/src/daemon/
Ddaemon.cpp147 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
333 bool HdcDaemon::CheckControl(const uint16_t command) in CheckControl()
381 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
459 …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()
/developtools/hdc/src/common/
Dsession.h48 InnerCtrlCommand command; member
72 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
107 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand()
112 …tual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
147 …bool TaskCommandDispatch(HTaskInfo hTaskInfo, uint8_t taskType, const uint16_t command, uint8_t *p… in TaskCommandDispatch()
Dtask.cpp55 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother()
99 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand()
Dfile.cpp37 bool HdcFile::BeginTransfer(CtxFile *context, const string &command) in BeginTransfer()
68 bool HdcFile::SetMasterParameters(CtxFile *context, const char *command, int argc, char **argv) in SetMasterParameters()
313 bool HdcFile::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dasync_cmd.cpp116 int AsyncCmd::ThreadFork(const string &command, bool readWrite, int &cpid) in ThreadFork()
195 bool AsyncCmd::ExecuteCommand(const string &command) in ExecuteCommand()
Dtask.h25 virtual bool CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dforward.cpp207 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask()
526 bool HdcForwardBase::BeginForward(const string &command, string &sError) in BeginForward()
739 bool HdcForwardBase::ForwardCommandDispatch(const uint16_t command, uint8_t *payload, const int pay… in ForwardCommandDispatch()
789 bool HdcForwardBase::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
/developtools/hdc/src/host/
Dhost_app.cpp29 bool HdcHostApp::BeginInstall(CtxFile *context, const char *command) in BeginInstall()
150 bool HdcHostApp::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dhost_updater.cpp147 bool HostUpdater::CheckCmd(HdcCommand command, uint8_t *payload, int payloadSize, size_t paramCount) in CheckCmd()
169 bool HostUpdater::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
232 bool HostUpdater::CheckUpdateContinue(const uint16_t command, const uint8_t *payload, int payloadSi… in CheckUpdateContinue()
Dclient.h69 string command; variable
Dhost_unity.cpp129 bool HdcHostUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dserver.cpp527 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
919 …dcServer::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
933 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
Dext_client.cpp64 void ExtClient::ExecuteCommand(const string &command) in ExecuteCommand()
312 HdcExtCommand command; in HandleLib() local
/developtools/hiperf/script/
Dmake_report_sample.py25 def get_used_binaries(perf_data, command): argument
/developtools/hdc/test/unittest/common/include/
DHdcJdwpTest.h36 bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/
Dutils.py67 def hdc_command(command): argument
/developtools/profiler/device/plugins/diskio_plugin/src/
Dtest_main.cpp53 std::string command = "rm " + writeFile; in IoTest() local
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp91 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand()
/developtools/integration_verification/DeployDevice/resource/common/
Dcbg_start.py121 command = "%s -Bu %s %s" % (python_exe_file, excute_file, configPath) variable
/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp22 static ExceptionMsg ParseToTask(std::string command, TaskInfo &taskInfo) in ParseToTask()
/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_plugin.cpp174 FILE* HidumpPlugin::CustomPopen(const char* command, const char* type) in CustomPopen()

12