Home
last modified time | relevance | path

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

/test/vts/drivers/shell/
DShellDriver.cpp151 int VtsShellDriver::HandleShellCommandConnection(int connection_fd) { in HandleShellCommandConnection() argument
152 VtsDriverCommUtil driverUtil(connection_fd); in HandleShellCommandConnection()
209 int socket_fd, connection_fd; in StartListen() local
240 connection_fd = in StartListen()
242 if (connection_fd == -1) { in StartListen()
251 if (HandleShellCommandConnection(connection_fd) != 0) { in StartListen()
253 close(connection_fd); in StartListen()
256 close(connection_fd); in StartListen()
259 close(connection_fd); in StartListen()
DShellDriver.h69 int HandleShellCommandConnection(int connection_fd);