Home
last modified time | relevance | path

Searched defs:ctxPoint (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_forward.cpp33 HCtxForward ctxPoint = (HCtxForward)handle->data; in SetupJdwpPointCallBack() local
43 bool HdcDaemonForward::SetupJdwpPoint(HCtxForward ctxPoint) in SetupJdwpPoint()
89 bool HdcDaemonForward::SetupArkPoint(HCtxForward ctxPoint) in SetupArkPoint()
/developtools/hdc/test/unittest/host/
Dhost_fport_listen_ip_test.cpp38 HdcForwardBase::HCtxForward ctxPoint = (HdcForwardBase::HCtxForward)forward.MallocContext(true); variable
60 HdcForwardBase::HCtxForward ctxPoint = (HdcForwardBase::HCtxForward)forward.MallocContext(true); variable
/developtools/hdc/src/common/
Dforward.cpp369 bool HdcForwardBase::DetechForwardType(HCtxForward ctxPoint) in DetechForwardType()
405 bool HdcForwardBase::SetupTcpListenAllIp(HCtxForward ctxPoint, int port, int &rc) in SetupTcpListenAllIp()
444 bool HdcForwardBase::SetupTCPPoint(HCtxForward ctxPoint) in SetupTCPPoint()
493 bool HdcForwardBase::SetupDevicePoint(HCtxForward ctxPoint) in SetupDevicePoint()
559 bool HdcForwardBase::SetupFilePoint(HCtxForward ctxPoint) in SetupFilePoint()
597 bool HdcForwardBase::SetupPoint(HCtxForward ctxPoint) in SetupPoint()
650 HCtxForward ctxPoint = (HCtxForward)MallocContext(true); in BeginForward() local
711 HCtxForward ctxPoint = (HCtxForward)MallocContext(false); in SlaveConnect() local
Dforward.h67 virtual bool SetupJdwpPoint(HCtxForward ctxPoint) in SetupJdwpPoint()
71 virtual bool SetupArkPoint(HCtxForward ctxPoint) in SetupArkPoint()
/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.h54 HCtxJdwpSimulator ctxPoint; variable