Home
last modified time | relevance | path

Searched refs:OnAccept (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dforward.h95 void OnAccept(uv_stream_t *server, HCtxForward ctxClient, uv_stream_t *client);
Dforward.cpp57 void HdcForwardBase::OnAccept(uv_stream_t *server, HCtxForward ctxClient, uv_stream_t *client) in OnAccept() function in Hdc::HdcForwardBase
113 thisClass->OnAccept(server, ctxClient, client); in ListenCallback()