Searched refs:CMDSTR_APP_INSTALL (Results 1 – 7 of 7) sorted by relevance
118 const string CMDSTR_APP_INSTALL = "install"; variable
341 } else if (!strncmp(input.c_str(), CMDSTR_APP_INSTALL.c_str(), CMDSTR_APP_INSTALL.size())) { in String2FormatCommand()
70 context->transferConfig.functionName = CMDSTR_APP_INSTALL; in BeginInstall()
69 registerCommand.push_back(CMDSTR_APP_INSTALL); in IsRegisterCommand()100 …ommand != CMDSTR_FILE_SEND && outCommand != CMDSTR_FILE_RECV && outCommand != CMDSTR_APP_INSTALL && in AppendCwdWhenTransfer()
85 } else if (!strncmp(command.c_str(), CMDSTR_APP_INSTALL.c_str(), CMDSTR_APP_INSTALL.size())) { in ExecuteCommand()
326 if (!strncmp(commandIn.c_str(), CMDSTR_APP_INSTALL.c_str(), CMDSTR_APP_INSTALL.size())) { in ExecuteCommand()
179 } else if (ctxNow.transferConfig.functionName == CMDSTR_APP_INSTALL) { in WhenTransferFinish()