Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/hdc/hdcclient/
DFormatCommand.test.ts20 expect(FormatCommand.string2FormatCommand(CmdConstant.CMD_TRACE_FILE_SIZE)).toEqual({
28 expect(FormatCommand.string2FormatCommand('shell ps')).toEqual({
36 expect(FormatCommand.string2FormatCommand('shell')).toEqual({
44 expect(FormatCommand.string2FormatCommand('file recv demo')).toEqual({
52 expect(FormatCommand.string2FormatCommand('file send demo')).toEqual({
60 expect(FormatCommand.string2FormatCommand(CmdConstant.CMD_GET_HIPERF_EVENTS)).toEqual({
68 expect(FormatCommand.string2FormatCommand('null')).toEqual({
/developtools/smartperf_host/ide/src/hdc/common/
DUtils.ts40 let formatCommand = FormatCommand.string2FormatCommand(command);
/developtools/smartperf_host/ide/src/hdc/hdcclient/
DFormatCommand.ts31 static string2FormatCommand(cmd: string): FormatCommand { method in FormatCommand