Home
last modified time | relevance | path

Searched refs:Socket (Results 1 – 25 of 42) sorted by relevance

12

/system/core/fastboot/
Dsocket_test.cpp35 bool MakeConnectedSockets(Socket::Protocol protocol, std::unique_ptr<Socket>* server, in MakeConnectedSockets()
36 std::unique_ptr<Socket>* client, in MakeConnectedSockets()
38 *server = Socket::NewServer(protocol, 0); in MakeConnectedSockets()
44 *client = Socket::NewClient(protocol, hostname, (*server)->GetLocalPort(), nullptr); in MakeConnectedSockets()
51 if (protocol == Socket::Protocol::kTcp) { in MakeConnectedSockets()
64 static bool SendString(Socket* sock, const std::string& message) { in SendString()
70 static bool ReceiveString(Socket* sock, const std::string& message) { in ReceiveString()
78 std::unique_ptr<Socket> server, client; in TEST()
80 for (Socket::Protocol protocol : {Socket::Protocol::kUdp, Socket::Protocol::kTcp}) { in TEST()
92 std::unique_ptr<Socket> server, client; in TEST()
[all …]
Dsocket.cpp34 Socket::Socket(cutils_socket_t sock) : sock_(sock) {} in Socket() function in Socket
36 Socket::~Socket() { in ~Socket()
40 int Socket::Close() { in Close()
51 ssize_t Socket::ReceiveAll(void* data, size_t length, int timeout_ms) { in ReceiveAll()
71 int Socket::GetLocalPort() { in GetLocalPort()
79 bool Socket::WaitForRecv(int timeout_ms) { in WaitForRecv()
110 class UdpSocket : public Socket {
127 UdpSocket::UdpSocket(Type type, cutils_socket_t sock) : Socket(sock) { in UdpSocket()
170 class TcpSocket : public Socket {
172 explicit TcpSocket(cutils_socket_t sock) : Socket(sock) {} in TcpSocket()
[all …]
Dsocket.h46 class Socket {
57 static std::unique_ptr<Socket> NewClient(Protocol protocol, const std::string& hostname,
64 static std::unique_ptr<Socket> NewServer(Protocol protocol, int port);
67 virtual ~Socket();
99 virtual std::unique_ptr<Socket> Accept() { return nullptr; } in Accept()
106 explicit Socket(cutils_socket_t sock);
125 DISALLOW_COPY_AND_ASSIGN(Socket);
Dsocket_mock.h53 class SocketMock : public Socket {
62 virtual std::unique_ptr<Socket> Accept();
80 void AddAccept(std::unique_ptr<Socket> sock);
87 std::unique_ptr<Socket> _sock);
92 std::unique_ptr<Socket> sock;
Dtcp.cpp59 static std::unique_ptr<TcpTransport> NewTransport(std::unique_ptr<Socket> socket,
70 explicit TcpTransport(std::unique_ptr<Socket> sock) : socket_(std::move(sock)) {} in TcpTransport()
76 std::unique_ptr<Socket> socket_;
82 std::unique_ptr<TcpTransport> TcpTransport::NewTransport(std::unique_ptr<Socket> socket, in NewTransport()
99 Socket::GetErrorMessage().c_str()); in InitializeProtocol()
108 Socket::GetErrorMessage().c_str()); in InitializeProtocol()
187 return internal::Connect(Socket::NewClient(Socket::Protocol::kTcp, hostname, port, error), in Connect()
193 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error) { in Connect()
Dsocket_mock.cpp33 SocketMock::SocketMock() : Socket(INVALID_SOCKET) {} in SocketMock()
109 std::unique_ptr<Socket> SocketMock::Accept() { in Accept()
120 std::unique_ptr<Socket> sock = std::move(events_.front().sock); in Accept()
145 void SocketMock::AddAccept(std::unique_ptr<Socket> sock) { in AddAccept()
150 std::unique_ptr<Socket> _sock) in Event()
Dudp.cpp105 static std::unique_ptr<UdpTransport> NewTransport(std::unique_ptr<Socket> socket,
115 explicit UdpTransport(std::unique_ptr<Socket> socket) : socket_(std::move(socket)) {} in UdpTransport()
134 std::unique_ptr<Socket> socket_;
142 std::unique_ptr<UdpTransport> UdpTransport::NewTransport(std::unique_ptr<Socket> socket, in NewTransport()
262 *error = Socket::GetErrorMessage(); in SendSinglePacketHelper()
274 *error = Socket::GetErrorMessage(); in SendSinglePacketHelper()
379 return internal::Connect(Socket::NewClient(Socket::Protocol::kUdp, hostname, port, error), in Connect()
385 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error) { in Connect()
Dtcp.h52 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error);
Dudp.h74 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error);
/system/core/fastboot/device/
Dtcp_client.h36 std::unique_ptr<Socket> service_;
37 std::unique_ptr<Socket> socket_;
Dtcp_client.cpp49 service_ = Socket::NewServer(Socket::Protocol::kTcp, kDefaultPort); in ClientTcpTransport()
/system/sepolicy/prebuilts/api/26.0/private/
Dbluetooth.te9 # Socket creation under /data/misc/bluedroid.
23 # Socket creation under /data/misc/bluedroid.
/system/sepolicy/prebuilts/api/27.0/private/
Dbluetooth.te8 # Socket creation under /data/misc/bluedroid.
22 # Socket creation under /data/misc/bluedroid.
/system/sepolicy/prebuilts/api/28.0/private/
Dbluetooth.te8 # Socket creation under /data/misc/bluedroid.
22 # Socket creation under /data/misc/bluedroid.
/system/sepolicy/prebuilts/api/30.0/private/
Dbluetooth.te8 # Socket creation under /data/misc/bluedroid.
22 # Socket creation under /data/misc/bluedroid.
/system/sepolicy/prebuilts/api/29.0/private/
Dbluetooth.te8 # Socket creation under /data/misc/bluedroid.
22 # Socket creation under /data/misc/bluedroid.
/system/netd/libnetdutils/
DAndroid.bp11 "Socket.cpp",
/system/sepolicy/private/
Dbluetooth.te8 # Socket creation under /data/misc/bluedroid.
22 # Socket creation under /data/misc/bluedroid.
/system/core/adb/
DSOCKET-ACTIVATION.txt24 [Socket]
/system/sepolicy/prebuilts/api/28.0/public/
Dioctl_macros4 # Socket ioctls for gathering information about the interface
/system/sepolicy/prebuilts/api/26.0/public/
Dioctl_macros4 # Socket ioctls for gathering information about the interface
/system/sepolicy/prebuilts/api/27.0/public/
Dioctl_macros4 # Socket ioctls for gathering information about the interface
/system/sepolicy/prebuilts/api/30.0/public/
Dioctl_macros4 # Socket ioctls for gathering information about the interface
/system/sepolicy/public/
Dioctl_macros4 # Socket ioctls for gathering information about the interface
/system/sepolicy/prebuilts/api/29.0/public/
Dioctl_macros4 # Socket ioctls for gathering information about the interface

12