Searched refs:HdcFileDescriptor (Results 1 – 8 of 8) sorted by relevance
| /developtools/hdc/src/common/ |
| D | file_descriptor.cpp | 23 HdcFileDescriptor::HdcFileDescriptor(uv_loop_t *loopIn, int fdToRead, void *callerContextIn, in HdcFileDescriptor() function in Hdc::HdcFileDescriptor 36 HdcFileDescriptor::~HdcFileDescriptor() in ~HdcFileDescriptor() 46 bool HdcFileDescriptor::ReadyForRelease() in ReadyForRelease() 52 void HdcFileDescriptor::StopWorkOnThread(bool tryCloseFdIo, std::function<void()> closeFdCallback) in StopWorkOnThread() 64 void HdcFileDescriptor::FileIOOnThread(CtxFileIO *ctxIO, int bufSize) in FileIOOnThread() 70 HdcFileDescriptor *thisClass = ctxIO->thisClass; in FileIOOnThread() 188 int HdcFileDescriptor::LoopReadOnThread() in LoopReadOnThread() 215 bool HdcFileDescriptor::StartWorkOnThread() in StartWorkOnThread() 223 int HdcFileDescriptor::Write(uint8_t *data, int size) in Write() 244 int HdcFileDescriptor::WriteWithMem(uint8_t *data, int size) in WriteWithMem() [all …]
|
| D | file_descriptor.h | 20 class HdcFileDescriptor; variable 25 HdcFileDescriptor *thisClass; 28 class HdcFileDescriptor { 34 …HdcFileDescriptor(uv_loop_t *loopIn, int fdToRead, void *callerContextIn, CallBackWhenRead callbac… 36 virtual ~HdcFileDescriptor();
|
| D | async_cmd.h | 55 HdcFileDescriptor *childShell = nullptr;
|
| D | forward.h | 50 HdcFileDescriptor *fdClass;
|
| D | async_cmd.cpp | 263 …childShell = new(std::nothrow) HdcFileDescriptor(loop, fd, this, ChildReadCallback, FinishShellPro… in ExecuteCommand()
|
| D | forward.cpp | 411 …ctxPoint->fdClass = new(std::nothrow) HdcFileDescriptor(loopTask, ctxPoint->fd, ctxPoint, funcRead… in SetupDevicePoint()
|
| /developtools/hdc/src/daemon/ |
| D | shell.h | 38 HdcFileDescriptor *childShell;
|
| D | shell.cpp | 298 …childShell = new(std::nothrow) HdcFileDescriptor(loopTask, fdPTY, this, ChildReadCallback, FinishS… in StartShell()
|