Home
last modified time | relevance | path

Searched defs:thisClass (Results 1 – 25 of 28) sorted by relevance

12

/developtools/hdc/src/test/
Dut_runtime.cpp56 Runtime *thisClass = (Runtime *)arg->data; in CheckStopServer() local
69 Runtime *thisClass = static_cast<Runtime *>(arg->data); in StartServer() local
86 Runtime *thisClass = (Runtime *)arg->data; in CheckStopDaemon() local
98 Runtime *thisClass = static_cast<Runtime *>(arg->data); in StartDaemon() local
130 Runtime *thisClass = (Runtime *)handle->data; in DoCheck() local
168 auto thisClass = (Runtime *)req->data; in Initial() local
174 auto thisClass = (Runtime *)req->data; in Initial() local
/developtools/hdc/src/common/
Dasync_cmd.cpp74 AsyncCmd *thisClass = static_cast<AsyncCmd *>(const_cast<void *>(context)); in FinishShellProc() local
82 AsyncCmd *thisClass = static_cast<AsyncCmd *>(const_cast<void *>(context)); in ChildReadCallback() local
Dchannel.cpp117 HdcChannelBase *thisClass = (HdcChannelBase *)hChannel->clsChannel; in ReadStream() local
176 HdcChannelBase *thisClass = (HdcChannelBase *)hChannel->clsChannel; in WriteCallback() local
191 HdcChannelBase *thisClass = (HdcChannelBase *)param->thisClass; in AsyncMainLoopTask() local
214 HdcChannelBase *thisClass = (HdcChannelBase *)handle->data; in MainAsyncCallback() local
388 HdcChannelBase *thisClass = (HdcChannelBase *)hChannel->clsChannel; in FreeChannelFinally() local
433 HdcChannelBase *thisClass = (HdcChannelBase *)hChannel->clsChannel; in FreeChannelOpeate() local
442 HdcChannelBase *thisClass = (HdcChannelBase *)hChannel->clsChannel; in FreeChannelOpeate() local
Dtcp.cpp39 HdcTCPBase *thisClass = (HdcTCPBase *)handle->data; in RecvUDP() local
73 HdcTCPBase *thisClass = (HdcTCPBase *)hSession->classModule; in ReadStream() local
Dfile_descriptor.cpp52 auto thisClass = (HdcFileDescriptor *)req->data; in StopWork() local
65 HdcFileDescriptor *thisClass = ctxIO->thisClass; in OnFileIO() local
Dsession.cpp109 HdcSessionBase *thisClass = (HdcSessionBase *)hTask->ownerSessionClass; in BeginRemoveTask() local
179 HdcSessionBase *thisClass = (HdcSessionBase *)handle->data; in ReMainLoopForInstanceClear() local
276 HdcSessionBase *thisClass = (HdcSessionBase *)param->thisClass; in AsyncMainLoopTask() local
298 HdcSessionBase *thisClass = (HdcSessionBase *)handle->data; in MainAsyncCallback() local
521 HdcSessionBase *thisClass = (HdcSessionBase *)hSession->classInstance; in FreeSessionFinally() local
564 HdcSessionBase *thisClass = (HdcSessionBase *)hSession->classInstance; in FreeSessionOpeate() local
584 HdcSessionBase *thisClass = (HdcSessionBase *)hSession->classInstance; in FreeSessionOpeate() local
956 HdcSessionBase *thisClass = (HdcSessionBase *)hSession->classInstance; in FinishWriteSessionTCP() local
1192 HdcSessionBase *thisClass = (HdcSessionBase *)hTask->ownerSessionClass; in ReChildLoopForSessionClear() local
1213 HdcSessionBase *thisClass = (HdcSessionBase *)hSession->classInstance; in SessionWorkThread() local
Dfile_descriptor.h41 HdcFileDescriptor *thisClass; member
Dtransfer.cpp112 HdcTransferBase *thisClass = (HdcTransferBase *)context->thisClass; in OnFileClose() local
190 HdcTransferBase *thisClass = (HdcTransferBase *)context->thisClass; in OnFileIO() local
257 HdcTransferBase *thisClass = (HdcTransferBase *)context->thisClass; in OnFileOpen() local
Dforward.h49 HdcForwardBase *thisClass; member
/developtools/hdc/src/host/
Dhost_unity.cpp58 HdcHostUnity *thisClass = reinterpret_cast<HdcHostUnity *>(context->thisClass); in OnFileClose() local
81 HdcHostUnity *thisClass = reinterpret_cast<HdcHostUnity *>(context->thisClass); in OnFileIO() local
Dclient.cpp115 HdcClient *thisClass = (HdcClient *)handle->data; in DoCtrlServiceWork() local
235 HdcClient *thisClass = (HdcClient *)handle->data; in CommandWorker() local
291 HdcClient *thisClass = (HdcClient *)hChannel->clsChannel; in ReadStd() local
354 HdcClient *thisClass = (HdcClient *)connection->data; in Connect() local
Dhost_unity.h36 HdcHostUnity *thisClass; member
Dhost_uart.h68 HdcHostUART *thisClass = static_cast<HdcHostUART *>(handle->data); in UvWatchUartDevPlugin() local
Dserver_for_client.cpp47 HdcServerForClient *thisClass = (HdcServerForClient *)pServTCP->data; in AcceptClient() local
210 HdcServerForClient *thisClass = (HdcServerForClient *)hChannel->clsChannel; in OrderConnecTargetResult() local
673 auto thisClass = (HdcServerForClient *)hChannel->clsChannel; in BindChannelToSession() local
Dhost_usb.cpp206 HdcHostUSB *thisClass = (HdcHostUSB *)handle->data; in WatchUsbNodeChange() local
238 HdcHostUSB *thisClass = (HdcHostUSB *)arg; in UsbWorkThread() local
/developtools/hdc/src/daemon/
Ddaemon_uart.h39 HdcDaemonUART *thisClass = static_cast<HdcDaemonUART *>(handle->data); in UvWatchTimer() local
Ddaemon_forward.cpp34 HdcDaemonForward *thisClass = reinterpret_cast<HdcDaemonForward *>(ctxPoint->thisClass); in SetupJdwpPointCallBack() local
Dshell.cpp208 HdcShell *thisClass = reinterpret_cast<HdcShell *>(const_cast<void *>(context)); in FinishShellProc() local
216 HdcShell *thisClass = reinterpret_cast<HdcShell *>(const_cast<void *>(context)); in ChildReadCallback() local
Djdwp.cpp50 HdcJdwp *thisClass = (HdcJdwp *)handle->data; in Stop() local
123 HdcJdwp *thisClass = static_cast<HdcJdwp *>(ctxJdwp->thisClass); in ReadStream() local
188 HdcJdwp *thisClass = (HdcJdwp *)listenPipe->data; in AcceptClient() local
529 auto thisClass = static_cast<HdcJdwp *>(args); in FdEventPollThread() local
Ddaemon_usb.h32 void *thisClass; member
Ddaemon_usb.cpp266 HdcDaemonUSB *thisClass; in CloseBulkEp() member
439 auto thisClass = reinterpret_cast<HdcDaemonUSB *>(ctxIo->thisClass); in OnUSBRead() local
529 HdcDaemonUSB *thisClass = (HdcDaemonUSB *)handle->data; in WatchEPTimer() local
Ddaemon_tcp.cpp73 HdcDaemonTCP *thisClass = (HdcDaemonTCP *)pServTCP->data; in AcceptClient() local
Djdwp.h64 HdcJdwp *thisClass; member
/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.h34 HdcJdwpSimulator *thisClass; member
DHdcJdwpSimulator.cpp144 HdcJdwpSimulator *thisClass = static_cast<HdcJdwpSimulator *>(ctxJdwp->thisClass); in ReceiveNewFd() local
191 HdcJdwpSimulator *thisClass = static_cast<HdcJdwpSimulator *>(ctxJdwp->thisClass); in ConnectJdwp() local

12