Home
last modified time | relevance | path

Searched refs:CMD_FILE_INIT (Results 1 – 14 of 14) 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/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.ts73 case HdcCommand.CMD_FILE_INIT: {
96 if (HdcCommand.CMD_FILE_INIT == command.cmdFlag) {
/developtools/hdc/src/daemon/
Ddaemon.cpp172 case CMD_FILE_INIT: in RedirectToTask()
355 case CMD_FILE_INIT: in CheckControl()
/developtools/hdc/src/host/
Dserver_for_client.cpp540 if (formatCommand->cmdFlag == CMD_FILE_INIT) { in TaskCommand()
573 if ((formatCommand->cmdFlag == CMD_FILE_INIT || formatCommand->cmdFlag == CMD_APP_INIT) && in TaskCommand()
645 case CMD_FILE_INIT: in DoCommandRemote()
Dclient.cpp596 hTaskInfo->masterSlave = (cmd == CMD_FILE_INIT); in ReadChannel()
690 (cmd == CMD_FILE_INIT) || in IsOffset()
Dtranslate.cpp330 outCmd->cmdFlag = CMD_FILE_INIT; in String2FormatCommand()
Dserver.cpp594 case CMD_FILE_INIT: in FetchCommand()
943 case CMD_FILE_INIT: in RedirectToTask()
/developtools/hdc/src/common/
Ddefine_plus.h212 CMD_FILE_INIT = 3000, enumerator
Dfile.cpp319 case CMD_FILE_INIT: { // initial in CommandDispatch()
Dsession.cpp1271 case CMD_FILE_INIT: in NeedNewTaskInfo()