Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
H A Dtranslate.cpp356 } else if (!strncmp(input.c_str(), CMDSTR_APP_INSTALL.c_str(), CMDSTR_APP_INSTALL.size())) { in String2FormatCommand()
H A Dmain.cpp69 registerCommand.push_back(CMDSTR_APP_INSTALL); in IsRegisterCommand()
100 if (outCommand != CMDSTR_FILE_SEND && outCommand != CMDSTR_FILE_RECV && outCommand != CMDSTR_APP_INSTALL && in AppendCwdWhenTransfer()
H A Dext_client.cpp85 } else if (!strncmp(command.c_str(), CMDSTR_APP_INSTALL.c_str(), CMDSTR_APP_INSTALL.size())) { in ExecuteCommand()
H A Dhost_app.cpp96 context->transferConfig.functionName = CMDSTR_APP_INSTALL; in BeginInstall()
H A Dclient.cpp357 if (!strncmp(commandIn.c_str(), CMDSTR_APP_INSTALL.c_str(), CMDSTR_APP_INSTALL.size())) { in ExecuteCommand()
/developtools/hdc/src/common/
H A Ddefine.h180 const string CMDSTR_APP_INSTALL = "install"; member
/developtools/hdc/src/daemon/
H A Ddaemon_app.cpp273 } else if (ctxNow.transferConfig.functionName == CMDSTR_APP_INSTALL) { in WhenTransferFinish()

Completed in 6 milliseconds