Searched refs:CMDSTR_FILE_SEND (Results 1 – 9 of 9) sorted by relevance
| /developtools/profiler/host/smartperf/ide/src/hdc/hdcclient/ |
| D | FormatCommand.ts | 17 import { CMDSTR_FILE_RECV, CMDSTR_FILE_SEND, CMDSTR_SHELL } from '../common/ConstantType.js'; 42 } else if (cmd.startsWith(CMDSTR_FILE_SEND)) { 44 formatCommand.parameters = cmd.substring((CMDSTR_FILE_SEND + ' ').length);
|
| /developtools/smartperf_host/ide/src/hdc/hdcclient/ |
| D | FormatCommand.ts | 17 import { CMDSTR_FILE_RECV, CMDSTR_FILE_SEND, CMDSTR_SHELL } from '../common/ConstantType.js'; 42 } else if (cmd.startsWith(CMDSTR_FILE_SEND)) { 44 formatCommand.parameters = cmd.substring((CMDSTR_FILE_SEND + ' ').length);
|
| /developtools/smartperf_host/ide/src/hdc/common/ |
| D | ConstantType.ts | 24 export const CMDSTR_FILE_SEND: string = 'file send'; constant
|
| /developtools/profiler/host/smartperf/ide/src/hdc/common/ |
| D | ConstantType.ts | 24 export const CMDSTR_FILE_SEND: string = 'file send'; constant
|
| /developtools/hdc/src/common/ |
| D | define.h | 113 const string CMDSTR_FILE_SEND = "file send"; variable
|
| /developtools/hdc/src/host/ |
| D | translate.cpp | 328 } else if (!strncmp(input.c_str(), CMDSTR_FILE_SEND.c_str(), CMDSTR_FILE_SEND.size()) || in String2FormatCommand()
|
| D | main.cpp | 60 registerCommand.push_back(CMDSTR_FILE_SEND); in IsRegisterCommand() 100 …if (outCommand != CMDSTR_FILE_SEND && outCommand != CMDSTR_FILE_RECV && outCommand != CMDSTR_APP_I… in AppendCwdWhenTransfer()
|
| D | ext_client.cpp | 82 } else if (!strncmp(command.c_str(), CMDSTR_FILE_SEND.c_str(), CMDSTR_FILE_SEND.size()) || in ExecuteCommand()
|
| D | client.cpp | 321 if (!strncmp(commandIn.c_str(), CMDSTR_FILE_SEND.c_str(), CMDSTR_FILE_SEND.size()) || in ExecuteCommand()
|