Home
last modified time | relevance | path

Searched refs:outCmd (Results 1 - 5 of 5) sorted by relevance

/developtools/hdc/src/host/
H A Dtranslate.cpp193 string TargetConnect(FormatCommand *outCmd) in TargetConnect() argument
196 if (Base::StringEndsWith(outCmd->parameters, " -remove")) { in TargetConnect()
197 outCmd->parameters = outCmd->parameters.substr(0, outCmd->parameters.size() - CMD_REMOTE_SIZE); in TargetConnect()
198 outCmd->cmdFlag = CMD_KERNEL_TARGET_DISCONNECT; in TargetConnect()
200 outCmd->cmdFlag = CMD_KERNEL_TARGET_CONNECT; in TargetConnect()
202 if (outCmd->parameters.size() > maxKeyLength) { in TargetConnect()
204 outCmd->bJumpDo = true; in TargetConnect()
207 size_t pos = outCmd in TargetConnect()
236 ForwardPort(const char *input, FormatCommand *outCmd) ForwardPort() argument
268 RunMode(const char *input, FormatCommand *outCmd) RunMode() argument
294 TargetReboot(const char *input, FormatCommand *outCmd) TargetReboot() argument
308 String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd) String2FormatCommand() argument
[all...]
H A Dtranslate.h27 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd);
H A Dhost_updater.h28 static bool CheckMatchUpdate(const std::string &input, TranslateCommand::FormatCommand &outCmd);
H A Dhost_updater.cpp266 bool HostUpdater::CheckMatchUpdate(const std::string &input, TranslateCommand::FormatCommand &outCmd) in CheckMatchUpdate() argument
271 outCmd.cmdFlag = iter.second; in CheckMatchUpdate()
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
H A DliteOsUpgrade_RK3568_app.py523 result = outCmd(py_cmd, save_screenshot_path, base_screenshot_path, screenshot_path)
538 def outCmd(cmd, save_screenshot_path, base_screenshot_path, script_path): function

Completed in 4 milliseconds