Home
last modified time | relevance | path

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

/tools/treble/hacksaw/bind/
Dremoteclient.go45 var reply BindReadOnlyReply
49 if err := r.rpcClient.Call("Server.BindReadOnly", &args, &reply); err != nil {
52 if reply.Err != "" {
53 return errors.New(reply.Err)
60 var reply BindReadWriteReply
64 if err := r.rpcClient.Call("Server.BindReadWrite", &args, &reply); err != nil {
67 if reply.Err != "" {
68 return errors.New(reply.Err)
75 var reply UnbindReply
79 if err := r.rpcClient.Call("Server.Unbind", &args, &reply); err != nil {
[all …]
Dremoteserver.go40 func (s Server) BindReadOnly(args *BindReadOnlyArgs, reply *BindReadOnlyReply) error {
42 reply.Err = err.Error()
59 func (s Server) BindReadWrite(args *BindReadWriteArgs, reply *BindReadWriteReply) error {
61 reply.Err = err.Error()
77 func (s Server) Unbind(args *UnbindArgs, reply *UnbindReply) error {
79 reply.Err = err.Error()
95 func (s Server) List(args *ListArgs, reply *ListReply) error {
98 reply.Err = err.Error()
100 reply.BindList = bindList
/tools/netsim/src/frontend/
Dfrontend_server.cc82 frontend::VersionResponse *reply) { in GetVersion() argument
83 reply->set_version(std::string(netsim::GetVersion())); in GetVersion()
89 frontend::ListDeviceResponse *reply) { in ListDevice() argument
93 google::protobuf::util::JsonStringToMessage(writer.body, reply); in ListDevice()
161 frontend::ListCaptureResponse *reply) { in ListCapture() argument
165 google::protobuf::util::JsonStringToMessage(writer.body, reply); in ListCapture()
/tools/netsim/rust/frontend/src/
Dnetsim_test_client.rs28 let reply = client.get_version(&::protobuf::well_known_types::empty::Empty::new()).unwrap(); in main() localVariable
29 println!("Version: {}", reply.version); in main()
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationRunner.java77 RunnerReply reply; in startServer() local
81 reply = in startServer()
85 reply.writeDelimitedTo(output); in startServer()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java681 RunnerReply reply = RunnerReply.parseDelimitedFrom(socket.getInputStream()); in executeTests() local
682 if (reply == null) { in executeTests()
719 switch (reply.getRunnerStatus()) { in executeTests()
725 CLog.e("From Runner: " + reply.getMessage()); in executeTests()
731 reply.getMessage(), FailureStatus.INFRA_FAILURE); in executeTests()
739 if (reply.hasTestEvent()) { in executeTests()
740 JUnitEvent event = reply.getTestEvent(); in executeTests()
755 listener.testAssumptionFailure(desc, reply.getMessage()); in executeTests()
/tools/netsim/pdl/
Dmac80211_hwsim.pdl54 * @HWSIM_CMD_DEL_RADIO: destroy a radio, reply is multicasted
/tools/test/connectivity/acts_tests/tests/google/net/
DDhcpServerTest.py151 reply = ARP(op=ARP.is_at, hwsrc=self.real_hwaddr, psrc=packet.pdst,
153 sendp(Ether(dst=BROADCAST_MAC, src=self.real_hwaddr) / reply,
/tools/dexter/testdata/expected/
Dmedium.compact_cfg5426 .params "code", "data", "reply", "flags"
27119 .local v16, "reply", android.os.Message
37112 .local v3, "reply", android.os.Message