Lines Matching refs:ctxNow
53 SerialStruct::ParseFromString(ctxNow.transferConfig, bufString); in CommandDispatch()
55 ctxNow.master = false; in CommandDispatch()
56 ctxNow.fsOpenReq.data = &ctxNow; in CommandDispatch()
64 dstPath += ctxNow.transferConfig.optionalName; in CommandDispatch()
65 ctxNow.localPath = dstPath; in CommandDispatch()
66 ctxNow.transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()
67 ctxNow.fileSize = ctxNow.transferConfig.fileSize; in CommandDispatch()
69 uv_fs_open(loopTask, &ctxNow.fsOpenReq, ctxNow.localPath.c_str(), in CommandDispatch()
100 unlink(ctxNow.localPath.c_str()); in AsyncInstallFinish()
177 if (ctxNow.transferConfig.functionName == CMDSTR_APP_SIDELOAD) { in WhenTransferFinish()
179 } else if (ctxNow.transferConfig.functionName == CMDSTR_APP_INSTALL) { in WhenTransferFinish()