Lines Matching refs:fdClass
125 ctx->fdClass = nullptr;
152 if (ctx->fdClass) {
153 ctx->fdClass->StopWorkOnThread(false, nullptr);
162 if (context->fdClass->ReadyForRelease()) {
163 delete context->fdClass;
164 context->fdClass = nullptr;
415 ctxPoint->fdClass = new(std::nothrow) HdcFileDescriptor(loopTask, ctxPoint->fd, ctxPoint, funcRead,
417 if (ctxPoint->fdClass == nullptr) {
418 WRITE_LOG(LOG_FATAL, "SetupDevicePoint new ctxPoint->fdClass failed");
685 ctx->fdClass->StartWorkOnThread();
754 nRet = ctx->fdClass->WriteWithMem(pDynBuf, size);