Lines Matching refs:taskQueue
54 context->taskQueue.push_back(path); in BeginInstall()
56 GetSubFiles(argv[i], ".hap", &context->taskQueue); in BeginInstall()
57 GetSubFiles(argv[i], ".hsp", &context->taskQueue); in BeginInstall()
61 if (!context->taskQueue.size()) { in BeginInstall()
66 sort(context->taskQueue.begin(), context->taskQueue.end()); in BeginInstall()
67 …context->taskQueue.erase(unique(context->taskQueue.begin(), context->taskQueue.end()), context->ta… in BeginInstall()
84 context->taskQueue.push_back(localPath); in BeginSideload()
93 context->localPath = context->taskQueue.back(); in RunQueue()
136 if (ctxNow.taskQueue.size() > 0) { in CheckInstallContinue()
137 ctxNow.taskQueue.pop_back(); in CheckInstallContinue()
140 ctxNow.taskQueue.size(), msg + printedMsgLen); in CheckInstallContinue()
142 if (singalStop || !ctxNow.taskQueue.size()) { in CheckInstallContinue()
171 ctxNow.taskQueue.push_back(reinterpret_cast<char *>(payload)); // just compatible in CommandDispatch()