| /developtools/integration_verification/tools/deps_guard/elf_file_mgr/ |
| D | utils.py | 36 def command(command, *args): argument 49 def command_without_error(command, *args): argument
|
| /developtools/hiperf/src/ |
| D | subcommand_help.cpp | 55 for (const auto &command : commands) { in OnHelp() local 63 auto command = SubCommand::FindSubCommand(args.front()); in OnHelp() local
|
| /developtools/hdc/test/scripts/testModule/ |
| D | test_hdc_shell.py | 124 def test_bundle_option_error(self, test_name, bundle_option, command, expected_output): argument 132 def test_shell_option_bundle_normal(self, test_name, command, expected_output, assert_bool): argument 161 def test_shell_end(self, test_name, command, expected_output, assert_bool): argument
|
| /developtools/hdc/src/common/ |
| D | task.cpp | 60 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother() 110 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand()
|
| D | session.h | 51 InnerCtrlCommand command; member 79 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask() 122 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand() 127 …tual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand() 167 …bool TaskCommandDispatch(HTaskInfo hTaskInfo, uint8_t taskType, const uint16_t command, uint8_t *p… in TaskCommandDispatch()
|
| D | async_cmd.cpp | 152 int AsyncCmd::ThreadFork(const string &command, const string &optionPath, bool readWrite, int &cpid) in ThreadFork() 272 bool AsyncCmd::ExecuteCommand(const string &command, string executePath) in ExecuteCommand()
|
| D | task.h | 25 virtual bool CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
| D | forward.cpp | 240 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask() 645 bool HdcForwardBase::BeginForward(const string &command, string &sError) in BeginForward() 898 bool HdcForwardBase::ForwardCommandDispatch(const uint16_t command, uint8_t *payload, const int pay… in ForwardCommandDispatch() 954 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/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/src/host/ |
| D | host_updater.cpp | 156 bool HostUpdater::CheckCmd(HdcCommand command, uint8_t *payload, int payloadSize, size_t paramCount) in CheckCmd() 178 bool HostUpdater::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch() 241 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() 193 bool HdcHostApp::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
| D | client.h | 82 string command; variable
|
| D | host_unity.cpp | 137 bool HdcHostUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
| /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/profiler/device/plugins/diskio_plugin/src/ |
| D | test_main.cpp | 53 std::string command = "rm " + writeFile; in IoTest() local
|
| /developtools/hapsigner/binary_sign_tool/cmd/src/ |
| D | params_trust_list.cpp | 81 std::vector<std::string> ParamsTrustList::GetTrustList(const std::string& command) in GetTrustList()
|
| /developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
| D | params_trust_list.cpp | 89 std::vector<std::string> ParamsTrustList::GetTrustList(const std::string& command) in GetTrustList()
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_service_impl.cpp | 91 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | subcommand_record_test.cpp | 1807 SubCommandRecord command; variable 1823 SubCommandRecord command; variable 1840 SubCommandRecord command; variable 2119 SubCommandRecord command; variable 2144 SubCommandRecord command; variable 2165 SubCommandRecord command; variable
|
| /developtools/hdc/src/daemon/ |
| D | daemon_unity.cpp | 127 string command = ""; in ExecuteShellExtend() local 393 bool HdcDaemonUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
|
| D | daemon.cpp | 228 const uint16_t command, uint8_t *payload, const int payloadSize) in InitMod() 924 bool HdcDaemon::CheckControl(const uint16_t command) in InitMod() 972 bool HdcDaemon::CheckAuthStatus(HSession hSession, const uint32_t channelId, const uint16_t command) in InitMod() 989 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in InitMod() 1071 …dcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in InitMod()
|
| /developtools/integration_verification/DeployDevice/resource/common/ |
| D | cbg_start.py | 121 command = "%s -Bu %s %s" % (python_exe_file, excute_file, configPath) variable
|