Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/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.ts73 case HdcCommand.CMD_FILE_INIT: {
96 if (HdcCommand.CMD_FILE_INIT == command.cmdFlag) {
/developtools/hdc/src/host/
Dserver_for_client.cpp487 if (formatCommand->cmdFlag == CMD_FILE_INIT) { in TaskCommand()
520 if ((formatCommand->cmdFlag == CMD_FILE_INIT || formatCommand->cmdFlag == CMD_APP_INIT ) && in TaskCommand()
592 case CMD_FILE_INIT: in DoCommandRemote()
Dclient.cpp447 hTaskInfo->masterSlave = (cmd == CMD_FILE_INIT); in ReadChannel()
537 (cmd == CMD_FILE_INIT) || in IsOffset()
Dtranslate.cpp322 outCmd->cmdFlag = CMD_FILE_INIT; in String2FormatCommand()
Dserver.cpp589 case CMD_FILE_INIT: in FetchCommand()
935 case CMD_FILE_INIT: in RedirectToTask()
/developtools/hdc/src/common/
Ddefine_plus.h187 CMD_FILE_INIT = 3000, enumerator
Dfile.cpp315 case CMD_FILE_INIT: { // initial in CommandDispatch()
Dsession.cpp1260 case CMD_FILE_INIT: in NeedNewTaskInfo()
/developtools/hdc/src/daemon/
Ddaemon.cpp171 case CMD_FILE_INIT: in RedirectToTask()