Home
last modified time | relevance | path

Searched refs:CMD_FILE_INIT (Results 1 – 11 of 11) sorted by relevance

/developtools/smartperf_host/ide/src/hdc/hdcclient/
DFormatCommand.ts40 formatCommand.cmdFlag = HdcCommand.CMD_FILE_INIT;
43 formatCommand.cmdFlag = HdcCommand.CMD_FILE_INIT;
DHdcCommand.ts50 CMD_FILE_INIT = 3000, enumerator
DHdcStream.ts68 case HdcCommand.CMD_FILE_INIT: {
90 if (HdcCommand.CMD_FILE_INIT === command.cmdFlag) {
/developtools/hdc/src/host/
Dserver_for_client.cpp559 if (formatCommand->cmdFlag == CMD_FILE_INIT) { in TaskCommand()
592 if ((formatCommand->cmdFlag == CMD_FILE_INIT || formatCommand->cmdFlag == CMD_APP_INIT) && in TaskCommand()
663 case CMD_FILE_INIT: in DoCommandRemote()
Dtranslate.cpp335 outCmd->cmdFlag = CMD_FILE_INIT; in String2FormatCommand()
Dclient.cpp600 hTaskInfo->masterSlave = (cmd == CMD_FILE_INIT); in ReadChannel()
707 (cmd == CMD_FILE_INIT) || in IsOffset()
Dserver.cpp594 case CMD_FILE_INIT: in FetchCommand()
948 case CMD_FILE_INIT: in RedirectToTask()
/developtools/hdc/src/common/
Ddefine_plus.h216 CMD_FILE_INIT = 3000, enumerator
Dfile.cpp315 case CMD_FILE_INIT: { // initial in CommandDispatch()
Dsession.cpp1295 case CMD_FILE_INIT: in NeedNewTaskInfo()
/developtools/hdc/src/daemon/
Ddaemon.cpp217 case CMD_FILE_INIT: in InitMod()
694 case CMD_FILE_INIT: in InitMod()