Lines Matching refs:ctxNow
114 ctxNow.transferConfig.compressType = COMPRESS_NONE; in BeginTransfer()
121 ctxNow.transferConfig.functionName = function; in BeginTransfer()
122 ctxNow.transferConfig.options = cmdParam; in BeginTransfer()
123 ctxNow.localPath = localPath; in BeginTransfer()
124 ctxNow.taskQueue.push_back(localPath); in BeginTransfer()
125 RunQueue(ctxNow); in BeginTransfer()
165 ctxNow.taskQueue.push_back(cmdParam); in CheckCmd()
248 if (ctxNow.taskQueue.size() != 0) { in CheckUpdateContinue()
249 ctxNow.taskQueue.pop_back(); in CheckUpdateContinue()
251 if (singalStop || !ctxNow.taskQueue.size()) { in CheckUpdateContinue()
254 RunQueue(ctxNow); in CheckUpdateContinue()