Home
last modified time | relevance | path

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

123

/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
Dutils.py36 def command(command, *args): argument
49 def command_without_error(command, *args): argument
/developtools/hiperf/src/
Dsubcommand_help.cpp55 for (const auto &command : commands) { in OnHelp() local
63 auto command = SubCommand::FindSubCommand(args.front()); in OnHelp() local
/developtools/hdc/test/scripts/testModule/
Dtest_hdc_shell.py124 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/
Dtask.cpp60 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()
Dsession.h51 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()
Dasync_cmd.cpp152 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()
Dtask.h25 virtual bool CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dforward.cpp240 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/
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/hdc/src/host/
Dhost_updater.cpp156 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()
Dhost_app.cpp52 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()
Dclient.h82 string command; variable
Dhost_unity.cpp137 bool HdcHostUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
/developtools/hdc/hdc_rust/src/host/
Dparser.rs27 pub command: Option<HdcCommand>, field
166 pub command: Option<HdcCommand>, field
/developtools/hdc/hdc_rust/src/transfer/
Dbase.rs106 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
Dtcp.rs74 let command = match HdcCommand::try_from(payload_protect.command_flag) { in unpack_task_message() localVariable
/developtools/profiler/device/plugins/diskio_plugin/src/
Dtest_main.cpp53 std::string command = "rm " + writeFile; in IoTest() local
/developtools/hapsigner/binary_sign_tool/cmd/src/
Dparams_trust_list.cpp81 std::vector<std::string> ParamsTrustList::GetTrustList(const std::string& command) in GetTrustList()
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
Dparams_trust_list.cpp89 std::vector<std::string> ParamsTrustList::GetTrustList(const std::string& command) in GetTrustList()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp91 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand()
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_record_test.cpp1807 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/
Ddaemon_unity.cpp127 string command = ""; in ExecuteShellExtend() local
393 bool HdcDaemonUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
Ddaemon.cpp228 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/
Dcbg_start.py121 command = "%s -Bu %s %s" % (python_exe_file, excute_file, configPath) variable

123