| /developtools/integration_verification/tools/deps_guard/elf_file_mgr/ |
| D | utils.py | 36 def command(command, *args): function
|
| /developtools/hiperf/src/ |
| D | subcommand_help.cpp | 54 for (const auto &command : commands) { in OnHelp() local 62 auto command = SubCommand::FindSubCommand(args.front()); in OnHelp() local
|
| D | tracked_command.cpp | 28 std::unique_ptr<TrackedCommand> command {new (std::nothrow) TrackedCommand(args)}; in CreateInstance() local
|
| /developtools/hdc/src/common/ |
| D | session.h | 50 InnerCtrlCommand command; member 74 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask() 112 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand() 117 …tual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand() 152 …bool TaskCommandDispatch(HTaskInfo hTaskInfo, uint8_t taskType, const uint16_t command, uint8_t *p… in TaskCommandDispatch()
|
| D | task.cpp | 55 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother() 105 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand()
|
| D | file.cpp | 38 bool HdcFile::BeginTransfer(CtxFile *context, const string &command) in BeginTransfer() 69 bool HdcFile::SetMasterParameters(CtxFile *context, const char *command, int argc, char **argv) in SetMasterParameters() 310 bool HdcFile::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
| D | async_cmd.cpp | 151 int AsyncCmd::ThreadFork(const string &command, bool readWrite, int &cpid) in ThreadFork() 256 bool AsyncCmd::ExecuteCommand(const string &command) in ExecuteCommand()
|
| D | task.h | 25 virtual bool CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
| D | forward.cpp | 216 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask() 547 bool HdcForwardBase::BeginForward(const string &command, string &sError) in BeginForward() 791 bool HdcForwardBase::ForwardCommandDispatch(const uint16_t command, uint8_t *payload, const int pay… in ForwardCommandDispatch() 846 bool HdcForwardBase::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
|
| /developtools/hiperf/script/ |
| D | make_report_sample.py | 25 def get_used_binaries(perf_data, command): argument
|
| /developtools/hdc/src/host/ |
| D | host_updater.cpp | 148 bool HostUpdater::CheckCmd(HdcCommand command, uint8_t *payload, int payloadSize, size_t paramCount) in CheckCmd() 170 bool HostUpdater::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch() 233 bool HostUpdater::CheckUpdateContinue(const uint16_t command, const uint8_t *payload, int payloadSi… in CheckUpdateContinue()
|
| D | host_app.cpp | 52 bool HdcHostApp::BeginInstall(CtxFile *context, const char *command) in BeginInstall() 187 bool HdcHostApp::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
| D | client.h | 71 string command; variable
|
| D | host_unity.cpp | 133 bool HdcHostUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
| D | server.cpp | 560 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() 958 …dcServer::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand() 972 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
|
| /developtools/hdc/test/unittest/common/include/ |
| D | HdcJdwpTest.h | 36 bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
|
| /developtools/hdc/hdc_rust/src/host/ |
| D | parser.rs | 27 pub command: Option<HdcCommand>, field 166 pub command: Option<HdcCommand>, field
|
| /developtools/hdc/hdc_rust/src/transfer/ |
| D | base.rs | 106 let command = match HdcCommand::try_from(payload_protect.command_flag) { in unpack_task_message_lock() localVariable 205 let command = match HdcCommand::try_from(payload_protect.command_flag) { in unpack_task_message() localVariable
|
| D | tcp.rs | 74 let command = match HdcCommand::try_from(payload_protect.command_flag) { in unpack_task_message() localVariable
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/acls_check/ |
| D | utils.py | 67 def hdc_command(command): argument
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/ |
| D | utils.py | 67 def hdc_command(command): argument
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | test_main.cpp | 53 std::string command = "rm " + writeFile; in IoTest() local
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_service_impl.cpp | 91 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand()
|
| /developtools/integration_verification/DeployDevice/resource/common/ |
| D | cbg_start.py | 121 command = "%s -Bu %s %s" % (python_exe_file, excute_file, configPath) variable
|
| /developtools/hdc/src/daemon/ |
| D | daemon.cpp | 193 const uint16_t command, uint8_t *payload, const int payloadSize) in InitMod() 820 bool HdcDaemon::CheckControl(const uint16_t command) in InitMod() 867 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in InitMod() 951 …dcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in InitMod()
|