Home
last modified time | relevance | path

Searched refs:closeReqSubmitted (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dtransfer.cpp59 context->closeReqSubmitted = false; in ResetCtx()
126 context->closeReqSubmitted = false; in OnFileClose()
264 … thisClass->taskInfo->channelId, context->fsOpenReq.result, context->closeReqSubmitted); in OnFileIO()
265 if (context->lastErrno == 0 && !context->closeReqSubmitted) { in OnFileIO()
266 context->closeReqSubmitted = true; in OnFileIO()
Dtransfer.h79 bool closeReqSubmitted; member