Home
last modified time | relevance | path

Searched refs:String2FormatCommand (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc_standard/src/host/
Dtranslate.h27 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd);
Dtranslate.cpp199 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd) in String2FormatCommand() function
Dserver_for_client.cpp632 string retEcho = String2FormatCommand((char *)bufPtr, bytesIO, &formatCommand); in ReadChannel()