Home
last modified time | relevance | path

Searched defs:SendRequest (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/external/pigweed/pw_grpc/public/pw_grpc/
H A Dsend_queue.h54 struct SendRequest : public IntrusiveList<SendRequest>::Item { struct
55 SendRequest(span<ConstByteSpan> m) : messages(m) {} in SendRequest() argument
61 std::optional<std::reference_wrapper<SendRequest>> NextSendRequest() argument
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/conn/
Dhttp2.rs23 pub struct SendRequest<B> { struct
27 impl<B> Clone for SendRequest<B> { argument
74 impl<B> SendRequest<B> { implementation
113 impl<B> SendRequest<B> implementation
185 impl<B> fmt::Debug for SendRequest<B> { implementation
Dhttp1.rs24 pub struct SendRequest<B> { struct
25 dispatch: dispatch::Sender<Request<B>, Response<IncomingBody>>,
140 impl<B> SendRequest<B> { implementation
175 impl<B> SendRequest<B> impl
247 impl<B> fmt::Debug for SendRequest<B> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dclient.rs176 pub struct SendRequest<B: Buf> { struct
181 /// Returns a `SendRequest` instance once it is ready to send at least one argument
354 impl<B> SendRequest<B> implementation
553 impl<B> fmt::Debug for SendRequest<B> implementation
562 impl<B> Clone for SendRequest<B> implementation
575 impl<B> SendRequest<B> impl
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dconn.rs151 pub struct SendRequest<B> { struct
152 dispatch: dispatch::Sender<Request<B>, Response<Body>>,
257 impl<B> SendRequest<B> { implementation
291 impl<B> SendRequest<B> impl
377 impl<B> Service<Request<B>> for SendRequest<B> implementation
395 impl<B> fmt::Debug for SendRequest<B> { implementation
1127 impl<B: Send> AssertSendSync for SendRequest<B> {} implementation
/aosp_15_r20/packages/apps/Messaging/src/android/support/v7/mms/
DSendRequest.java40 class SendRequest extends MmsRequest { class
47 SendRequest(final String locationUrl, final Uri pduUri, final PendingIntent sentIntent) { in SendRequest() method in SendRequest
160 private SendRequest(Parcel in) { in SendRequest() method in SendRequest
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksClient.hpp53 void SendRequest(REQUEST &request, RESPONSE &response) in SendRequest() function in vksc_server::Server
63 void SendRequest(REQUEST &request) in SendRequest() function in vksc_server::Server
/aosp_15_r20/packages/services/Mms/src/com/android/mms/service/
DSendRequest.java58 public class SendRequest extends MmsRequest { class
66 public SendRequest(RequestManager manager, int subId, Uri contentUri, String locationUrl, in SendRequest() method in SendRequest
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_utils.cc122 RequestID SendRequest(const std::string& method, in SendRequest() function
147 RequestID SendRequest(const std::string& method, in SendRequest() function
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dannounce_begin_client.cpp58 Error AnnounceBeginClient::SendRequest(uint32_t aChannelMask, in SendRequest() function in ot::AnnounceBeginClient
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dfork_client.cc37 SandboxeeProcess ForkClient::SendRequest(const ForkRequest& request, in SendRequest() function in sandbox2::ForkClient
/aosp_15_r20/bionic/libc/bionic/
H A Dbionic_netlink.cpp52 bool NetlinkConnection::SendRequest(int type) { in SendRequest() function in NetlinkConnection
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/
H A Dqbone_control_stream.h54 bool SendRequest(const Outgoing& request) { return SendMessage(request); } in SendRequest() function
/aosp_15_r20/device/google/cuttlefish/common/libs/security/
Dgatekeeper_channel_sharedfd.cpp28 bool SharedFdGatekeeperChannel::SendRequest( in SendRequest() function in cuttlefish::SharedFdGatekeeperChannel
Dkeymaster_channel_sharedfd.cpp37 bool SharedFdKeymasterChannel::SendRequest( in SendRequest() function in cuttlefish::SharedFdKeymasterChannel
Dkeymaster_channel_windows.cpp108 bool KeymasterWindowsChannel::SendRequest( in SendRequest() function in cuttlefish::KeymasterWindowsChannel
Dgatekeeper_channel_windows.cpp106 bool GatekeeperWindowsChannel::SendRequest( in SendRequest() function in cuttlefish::GatekeeperWindowsChannel
/aosp_15_r20/system/nvram/hal/
H A Dtesting_nvram_implementation.cpp94 bool TestingNvramImplementation::SendRequest(const nvram::Request& request, in SendRequest() function in __anonf12138770111::TestingNvramImplementation
/aosp_15_r20/device/google/cuttlefish/common/libs/transport/
Dchannel_sharedfd.cpp30 Result<void> SharedFdChannel::SendRequest(RawMessage& message) { in SendRequest() function in cuttlefish::transport::SharedFdChannel
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dremote_test_server_spawner_request.cc78 void RemoteTestServerSpawnerRequest::Core::SendRequest( in SendRequest() function in net::RemoteTestServerSpawnerRequest::Core
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_client_stream.cc159 size_t QuicSpdyClientStream::SendRequest(Http2HeaderBlock headers, in SendRequest() function in quic::QuicSpdyClientStream
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc60 bool HTTPUpload::SendRequest(const string& url, in SendRequest() function in google_breakpad::HTTPUpload
/aosp_15_r20/external/python/bumble/bumble/pandora/
Dl2cap.py269 self, request: SendRequest, context: grpc.ServicerContext
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dshutdown_test.cc97 void SendRequest() { in SendRequest() function in grpc::testing::ShutdownTest
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_basic_stream.cc53 int HttpBasicStream::SendRequest(const HttpRequestHeaders& headers, in SendRequest() function in net::HttpBasicStream

1234