Home
last modified time | relevance | path

Searched defs:outCmd (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/host/
Dtranslate.cpp253 string TargetConnect(FormatCommand *outCmd) in TargetConnect()
297 string ForwardPort(const char *input, FormatCommand *outCmd) in ForwardPort()
329 string RunMode(const char *input, FormatCommand *outCmd) in RunMode()
355 void TargetReboot(const char *input, FormatCommand *outCmd) in TargetReboot()
369 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd) in String2FormatCommand()
Dhost_updater.cpp266 …ol HostUpdater::CheckMatchUpdate(const std::string &input, TranslateCommand::FormatCommand &outCmd) in CheckMatchUpdate()
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_RK3568_app.py546 def outCmd(cmd, save_screenshot_path, base_screenshot_path, script_path): function