Home
last modified time | relevance | path

Searched refs:fdClass (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/src/common/
H A Dforward.cpp125 ctx->fdClass = nullptr; in MallocContext()
152 if (ctx->fdClass) { in FreeJDWP()
153 ctx->fdClass->StopWorkOnThread(false, nullptr); in FreeJDWP()
162 if (context->fdClass->ReadyForRelease()) { in FreeJDWP()
163 delete context->fdClass; in FreeJDWP()
164 context->fdClass = nullptr; in FreeJDWP()
415 ctxPoint->fdClass = new(std::nothrow) HdcFileDescriptor(loopTask, ctxPoint->fd, ctxPoint, funcRead, in SetupDevicePoint()
417 if (ctxPoint->fdClass == nullptr) { in SetupDevicePoint()
418 WRITE_LOG(LOG_FATAL, "SetupDevicePoint new ctxPoint->fdClass failed"); in SetupDevicePoint()
685 ctx->fdClass in DoForwardBegin()
[all...]
H A Dforward.h50 HdcFileDescriptor *fdClass; member

Completed in 3 milliseconds