Home
last modified time | relevance | path

Searched defs:Reply (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/
Dserver_test.go38 type Reply struct { struct
39 C int
46 func (t *Arith) Add(args Args, reply *Reply) error {
51 func (t *Arith) Mul(args *Args, reply *Reply) error {
56 func (t *Arith) Div(args Args, reply *Reply) error {
69 func (t *Arith) Scan(args string, reply *Reply) (err error) {
74 func (t *Arith) Error(args *Args, reply *Reply) error {
78 func (t *Arith) SleepMilli(args *Args, reply *Reply) error {
85 func (t *hidden) Exported(args Args, reply *Reply) error {
484 func (t *ReplyNotPointer) ReplyNotPointer(args *Args, reply Reply) error {
[all …]
Dclient.go32 Reply any // The reply from the function (*struct). member
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
Dall_test.go23 type Reply struct { struct
24 C int
35 func (t *Arith) Add(args *Args, reply *Reply) error {
40 func (t *Arith) Mul(args *Args, reply *Reply) error {
45 func (t *Arith) Div(args *Args, reply *Reply) error {
53 func (t *Arith) Error(args *Args, reply *Reply) error {
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_proxy.cc82 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anon901892ec0211::GenericFileHelper
103 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anon901892ec0211::CreateOrOpenHelper
142 void Reply(FileProxy::CreateTemporaryCallback callback) { in Reply() function in base::__anon901892ec0211::CreateTemporaryHelper
164 void Reply(FileProxy::GetFileInfoCallback callback) { in Reply() function in base::__anon901892ec0211::GetInfoHelper
189 void Reply(FileProxy::ReadCallback callback) { in Reply() function in base::__anon901892ec0211::ReadHelper
219 void Reply(FileProxy::WriteCallback callback) { in Reply() function in base::__anon901892ec0211::WriteHelper
/aosp_15_r20/external/cronet/base/files/
H A Dfile_proxy.cc84 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anon9c4f39220211::GenericFileHelper
103 void Reply(FileProxy::StatusCallback callback) { in Reply() function in base::__anon9c4f39220211::CreateOrOpenHelper
140 void Reply(FileProxy::CreateTemporaryCallback callback) { in Reply() function in base::__anon9c4f39220211::CreateTemporaryHelper
162 void Reply(FileProxy::GetFileInfoCallback callback) { in Reply() function in base::__anon9c4f39220211::GetInfoHelper
195 void Reply(FileProxy::ReadCallback callback) { in Reply() function in base::__anon9c4f39220211::ReadHelper
232 void Reply(FileProxy::WriteCallback callback) { in Reply() function in base::__anon9c4f39220211::WriteHelper
/aosp_15_r20/device/google/cuttlefish/host/libs/audio_connector/
Dcommands.cpp39 void JackInfoCommand::Reply(AudioStatus status, in Reply() function in cuttlefish::JackInfoCommand
58 void ChmapInfoCommand::Reply(AudioStatus status, in Reply() function in cuttlefish::ChmapInfoCommand
83 void StreamInfoCommand::Reply(AudioStatus status, in Reply() function in cuttlefish::StreamInfoCommand
109 void StreamControlCommand::Reply(AudioStatus status) { in Reply() function in cuttlefish::StreamControlCommand
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
DReply.java51 class Reply implements Sendable { class
74 Reply(Code rc, Content c) { in Reply() method in Reply
78 Reply(Code rc, Content c, Request.Action head) { in Reply() method in Reply
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
DReply.java51 class Reply implements Sendable { class
74 Reply(Code rc, Content c) { in Reply() method in Reply
78 Reply(Code rc, Content c, Request.Action head) { in Reply() method in Reply
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_transport_fake.h231 void Reply(int status_code, in Reply() function
242 void Reply(int status_code, const T& data, const std::string& mime_type) { in Reply() function
H A Dhttp_transport_fake.cc236 void ServerResponse::Reply(int status_code, in Reply() function in brillo::ServerResponse
/aosp_15_r20/external/grpc-grpc-java/services/src/test/proto/io/grpc/reflection/testing/
H A Dreflection_test_depth_two.proto30 message Reply { message
/aosp_15_r20/external/nanopb-c/tests/regression/issue_395/
H A Dtest.proto25 message Reply message
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1/
H A Dconversation.proto79 message Reply { message
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1beta/
H A Dconversation.proto79 message Reply { message
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1alpha/
H A Dconversation.proto79 message Reply { message
/aosp_15_r20/external/openthread/src/core/utils/
H A Dping_sender.hpp68 typedef otPingSenderReply Reply; typedef in ot::Utils::PingSender
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc_operator/
Dsignal_handler.cpp94 void SignalHandler::Reply(const Json::Value& json) { in Reply() function in cuttlefish::SignalHandler
Dclient_handler.cpp210 void ClientDynHandler::Reply(const Json::Value& json) { in Reply() function in cuttlefish::ClientDynHandler
/aosp_15_r20/external/ot-br-posix/src/dbus/server/
H A Ddbus_request.hpp116 template <typename... Args> void Reply(const std::tuple<Args...> &aReply) in Reply() function in otbr::DBus::DBusRequest
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DPacket.java33 public final static short Reply = 0x80; field in Packet
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { func
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { func
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go241 func (r *Request) Reply(ctx context.Context, result interface{}, err error) error { func
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Dbearer.cc473 bool Bearer::Reply(TransactionId tid, ByteBufferPtr pdu) { in Reply() function in bt::att::Bearer
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp71 static void Reply(const sp<AMessage> &msg, int32_t *err = nullptr) { in Reply() function

123