Lines Matching refs:thisClass
52 context->thisClass = this; in ResetCtx()
128 HdcTransferBase *thisClass = (HdcTransferBase *)context->thisClass; in OnFileClose() local
132 thisClass->WhenTransferFinish(context); in OnFileClose()
134 --thisClass->refCount; in OnFileClose()
207 HdcTransferBase *thisClass = (HdcTransferBase *)context->thisClass; in OnFileIO() local
231 … if (!thisClass->SendIOPayload(context, context->indexIO - req->result, bufIO, req->result)) { in OnFileIO()
236 thisClass->SimpleFileIO(context, context->indexIO, nullptr, in OnFileIO()
237 Base::GetMaxBufSize() * thisClass->maxTransferBufFactor); in OnFileIO()
251 thisClass->SetFileTime(context); in OnFileIO()
260 ++thisClass->refCount; in OnFileIO()
262 … uv_fs_fsync(thisClass->loopTask, &context->fsCloseReq, context->fsOpenReq.result, nullptr); in OnFileIO()
265 thisClass->taskInfo->channelId, context->fsOpenReq.result, in OnFileIO()
270 … uv_fs_close(thisClass->loopTask, &context->fsCloseReq, context->fsOpenReq.result, OnFileClose); in OnFileIO()
272 thisClass->WhenTransferFinish(context); in OnFileIO()
273 --thisClass->refCount; in OnFileIO()
276 thisClass->cirbuf.Free(bufIO - payloadPrefixReserve); in OnFileIO()
277 --thisClass->refCount; in OnFileIO()
284 HdcTransferBase *thisClass = (HdcTransferBase *)context->thisClass; in OnFileOpen() local
288 context->localPath.c_str(), thisClass->taskInfo->channelId, context->fsOpenReq.result); in OnFileOpen()
289 --thisClass->refCount; in OnFileOpen()
294 thisClass->LogMsg(MSG_FAIL, "Error opening file: %s, path:%s", buf, in OnFileOpen()
298 thisClass->CommandDispatch(CMD_FILE_FINISH, &payload, 1); in OnFileOpen()
300 thisClass->TaskFinish(); in OnFileOpen()
304 thisClass->ResetCtx(context); in OnFileOpen()
336 thisClass->CheckMaster(context); in OnFileOpen()
353 thisClass->SendToAnother(thisClass->commandBegin, nullptr, 0); in OnFileOpen()