Home
last modified time | relevance | path

Searched refs:indexIO (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Dtransfer.cpp57 context->indexIO = 0; in ResetCtx()
225 context->indexIO += req->result; in OnFileIO()
228 WRITE_LOG(LOG_DEBUG, "read file data %" PRIu64 "/%" PRIu64 "", context->indexIO, in OnFileIO()
231 … if (!thisClass->SendIOPayload(context, context->indexIO - req->result, bufIO, req->result)) { in OnFileIO()
235 if (context->indexIO < context->fileSize) { in OnFileIO()
236 thisClass->SimpleFileIO(context, context->indexIO, nullptr, in OnFileIO()
243 WRITE_LOG(LOG_DEBUG, "write file data %" PRIu64 "/%" PRIu64 "", context->indexIO, in OnFileIO()
246 if (context->indexIO >= context->fileSize) { in OnFileIO()
681 …int ioRet = SimpleFileIO(context, context->indexIO, nullptr, Base::GetMaxBufSize() * maxTransferBu… in CommandDispatch()
Dfile.cpp167 context->dirSize += context->indexIO; in WhenTransferFinish()
175 uint64_t fSize = context->fileCnt > 1 ? context->dirSize : context->indexIO; in TransferSummary()
177 if (context->indexIO >= context->fileSize) { in TransferSummary()
185 …LogMsg(MSG_FAIL, "Transfer Stop at:%lld/%lld(Bytes), Reason: %s", context->indexIO, context->fileS… in TransferSummary()
Dtransfer.h65 uint64_t indexIO; // Id or written IO bytes member
/developtools/hdc/src/daemon/
Ddaemon_app.cpp174 context->indexIO, context->fileSize, buf); in WhenTransferFinish()