Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dsocket_test.cpp98 EXPECT_EQ(-1, server->Receive(buffer, sizeof(buffer), kShortTimeoutMs)); in TEST()
101 EXPECT_EQ(-1, client->Receive(buffer, sizeof(buffer), kShortTimeoutMs)); in TEST()
108 EXPECT_EQ(-1, client->Receive(buffer, sizeof(buffer), kShortTimeoutMs)); in TEST()
120 EXPECT_EQ(-1, server->Receive(buffer, sizeof(buffer), kTestTimeoutMs)); in TEST()
124 EXPECT_EQ(-1, client->Receive(buffer, sizeof(buffer), kTestTimeoutMs)); in TEST()
131 EXPECT_EQ(0, client->Receive(buffer, sizeof(buffer), kTestTimeoutMs)); in TEST()
165 ssize_t bytes = server->Receive(buffer, 5, kTestTimeoutMs); in TEST()
356 EXPECT_NONFATAL_FAILURE(mock->Receive(&c, 1, 0), "not enough bytes (1) for foo"); in TEST()
H A Dsocket.cpp59 ssize_t bytes = Receive(reinterpret_cast<char*>(data) + total, length - total, timeout_ms); in ReceiveAll()
122 ssize_t Receive(void* data, size_t length, int timeout_ms) override;
157 ssize_t UdpSocket::Receive(void* data, size_t length, int timeout_ms) { in Receive() function in UdpSocket
180 ssize_t Receive(void* data, size_t length, int timeout_ms) override;
236 ssize_t TcpSocket::Receive(void* data, size_t length, int timeout_ms) { in Receive() function in TcpSocket
H A Dsocket_mock.h60 ssize_t Receive(void* data, size_t length, int timeout_ms) override;
H A Dsocket.h85 virtual ssize_t Receive(void* data, size_t length, int timeout_ms) = 0;
H A Dsocket_mock.cpp73 ssize_t SocketMock::Receive(void* data, size_t length, int /*timeout_ms*/) { in Receive() function in SocketMock
H A Dudp.cpp269 bytes = socket_->Receive(rx_packet_.data(), rx_packet_.size(), kResponseTimeoutMs); in SendSinglePacketHelper()
/aosp14/system/core/fastboot/fuzzer/
H A Dsocket_mock_fuzz.h35 ssize_t Receive(void* data, size_t length, int timeout_ms) override;
H A Dsocket_mock_fuzz.cpp53 ssize_t SocketMockFuzz::Receive(void* data, size_t length, int /*timeout_ms*/) { in Receive() function in SocketMockFuzz
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof10156 …enqueueReceive(Lkotlinx/coroutines/channels/AbstractChannel;Lkotlinx/coroutines/channels/Receive;)Z
10158 …otlinx/coroutines/channels/AbstractChannel;->enqueueReceive(Lkotlinx/coroutines/channels/Receive;)Z
10159 …oroutines/channels/AbstractChannel;->enqueueReceiveInternal(Lkotlinx/coroutines/channels/Receive;)Z
10167 …ReceiveOnCancel(Lkotlinx/coroutines/CancellableContinuation;Lkotlinx/coroutines/channels/Receive;)V
10185 …x/coroutines/channels/ArrayChannel;->enqueueReceiveInternal(Lkotlinx/coroutines/channels/Receive;)Z
10218 …routines/channels/ConflatedChannel;->enqueueReceiveInternal(Lkotlinx/coroutines/channels/Receive;)Z
10230 HSPLkotlinx/coroutines/channels/Receive;-><init>()V
10231 HSPLkotlinx/coroutines/channels/Receive;->getOfferResult()Ljava/lang/Object;
10232 HSPLkotlinx/coroutines/channels/Receive;->getOfferResult()Lkotlinx/coroutines/internal/Symbol;
10233 HSPLkotlinx/coroutines/channels/Receive;->resumeOnCancellationFun(Ljava/lang/Object;)Lkotlin/jvm/fu…
[all …]