Home
last modified time | relevance | path

Searched refs:CMDSTR_APP_INSTALL (Results 1 – 7 of 7) sorted by relevance

/developtools/hdc/src/common/
Ddefine.h118 const string CMDSTR_APP_INSTALL = "install"; variable
/developtools/hdc/src/host/
Dtranslate.cpp341 } else if (!strncmp(input.c_str(), CMDSTR_APP_INSTALL.c_str(), CMDSTR_APP_INSTALL.size())) { in String2FormatCommand()
Dhost_app.cpp70 context->transferConfig.functionName = CMDSTR_APP_INSTALL; in BeginInstall()
Dmain.cpp69 registerCommand.push_back(CMDSTR_APP_INSTALL); in IsRegisterCommand()
100 …ommand != CMDSTR_FILE_SEND && outCommand != CMDSTR_FILE_RECV && outCommand != CMDSTR_APP_INSTALL && in AppendCwdWhenTransfer()
Dext_client.cpp85 } else if (!strncmp(command.c_str(), CMDSTR_APP_INSTALL.c_str(), CMDSTR_APP_INSTALL.size())) { in ExecuteCommand()
Dclient.cpp326 if (!strncmp(commandIn.c_str(), CMDSTR_APP_INSTALL.c_str(), CMDSTR_APP_INSTALL.size())) { in ExecuteCommand()
/developtools/hdc/src/daemon/
Ddaemon_app.cpp179 } else if (ctxNow.transferConfig.functionName == CMDSTR_APP_INSTALL) { in WhenTransferFinish()