Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1494 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter()
1499 if (sockfd_ != -1) in ~SocketWriter()
1505 GTEST_CHECK_(sockfd_ != -1) in Send()
1509 if (write(sockfd_, message.c_str(), len) != len) { in Send()
1522 GTEST_CHECK_(sockfd_ != -1) in CloseConnection()
1525 close(sockfd_); in CloseConnection()
1526 sockfd_ = -1; in CloseConnection()
1529 int sockfd_; // socket file descriptor member in testing::internal::StreamingListener::SocketWriter
4923 GTEST_CHECK_(sockfd_ == -1) in MakeConnection()
4942 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
[all …]