Home
last modified time | relevance | path

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

/platform_testing/tools/automotive/proxy/
Dproxy.cpp76 void* handleConnection(int client_sock, int fwd_cid, int fwd_port) { in handleConnection() function
162 std::thread t(handleConnection, client_sock, fwd_cid, fwd_port); in setupRoute()