Searched refs:socket_fd_ (Results 1 – 2 of 2) sorted by relevance
37 unique_fd socket_fd_; member45 if (socket_fd_ == -1) { in sendCommand()46 socket_fd_ = startAbbProcess(&error_fd); in sendCommand()48 if (socket_fd_ == -1) { in sendCommand()53 if (!SendProtocolString(socket_fd_, command)) { in sendCommand()55 socket_fd_.reset(); in sendCommand()61 if (android::base::ReceiveFileDescriptors(socket_fd_, &buf, 1, &fd) != 1) { in sendCommand()63 socket_fd_.reset(); in sendCommand()71 socket_fd_.reset(); in sendCommand()
129 socket_fd_ = -1; in SetUp()132 socket_fd_ = StartServer(); in SetUp()134 async_manager_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) { in SetUp()143 async_manager_.StopWatchingFileDescriptor(socket_fd_); in TearDown()144 close(socket_fd_); in TearDown()184 int socket_fd_; member in rootcanal::AsyncManagerSocketTest