Home
last modified time | relevance | path

Searched refs:rpc (Results 1 – 13 of 13) sorted by relevance

/tools/netsim/proto/netsim/
Dfrontend.proto36 rpc GetVersion(google.protobuf.Empty) returns (VersionResponse);
39 rpc CreateDevice(CreateDeviceRequest) returns (CreateDeviceResponse);
42 rpc DeleteChip(DeleteChipRequest) returns (google.protobuf.Empty);
45 rpc PatchDevice(PatchDeviceRequest) returns (google.protobuf.Empty);
48 rpc Reset(google.protobuf.Empty) returns (google.protobuf.Empty);
51 rpc ListDevice(google.protobuf.Empty) returns (ListDeviceResponse);
56 rpc SubscribeDevice(SubscribeDeviceRequest) returns (SubscribeDeviceResponse);
60 rpc PatchCapture(PatchCaptureRequest) returns (google.protobuf.Empty);
63 rpc ListCapture(google.protobuf.Empty) returns (ListCaptureResponse);
66 rpc GetCapture(GetCaptureRequest) returns (stream GetCaptureResponse);
Dpacket_streamer.proto39 rpc StreamPackets(stream PacketRequest) returns (stream PacketResponse);
/tools/tradefederation/core/proto/device/
Ddevice_manager.proto28 rpc ReserveDevice(ReserveDeviceRequest) returns (ReserveDeviceResponse) {}
30 rpc ReleaseReservation(ReleaseReservationRequest)
33 rpc GetDevicesStatus(GetDevicesStatusRequest)
37 rpc StopLeasing(StopLeasingRequest) returns (StopLeasingResponse) {}
/tools/tradefederation/core/proto/invocation/
Dinvocation_manager.proto29 rpc SubmitTestCommand(NewTestCommandRequest) returns (NewTestCommandResponse) {}
31 rpc GetInvocationDetail(InvocationDetailRequest) returns (InvocationDetailResponse) {}
33 rpc StopInvocation(StopInvocationRequest) returns (StopInvocationResponse) {}
35 rpc ShutdownTradefed(ShutdownTradefedRequest) returns (ShutdownTradefedResponse) {}
/tools/treble/hacksaw/cmd/hacksawd/
Dmain.go47 if err = rpc.Register(server); err != nil {
50 rpc.HandleHTTP()
/tools/treble/hacksaw/bind/
Dremoteclient.go24 rpcClient *rpc.Client
39 r.rpcClient, err = rpc.DialHTTP("unix", r.SocketPath)
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py118 def rpc(self, name, *args, **kwargs): member in RpcClient.AsyncClient
231 def rpc(self, method, *args, timeout=None, retries=3): member in RpcClient
354 return self.rpc(name, *args, **kwargs)
/tools/treble/hacksaw/cmd/hacksaw/
Dmain.go122 if err = rpc.Register(server); err != nil {
125 rpc.HandleHTTP()
/tools/tradefederation/core/proto/
Ddynamicsharding.proto33 rpc ProvideTestTarget(ProvideTestTargetRequest)
38 rpc RequestTestTarget(RequestTestTargetRequest)
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_client_test.py205 client.rpc = mock.MagicMock()
209 client.rpc.assert_called_with(
/tools/test/mobly_snippets/gft/src/main/java/com/google/android/mobly/snippet/gft/
DSampleTelephonySnippet.java23 import com.google.android.mobly.snippet.rpc.Rpc;
/tools/tradefederation/core/proto/feature/
Dtradefed_service.proto29 rpc triggerFeature(FeatureRequest) returns (FeatureResponse) {}
/tools/tradefederation/core/proto/monitoring/server/
Dlab_resource.proto149 rpc GetLabResource(LabResourceRequest) returns (LabResource) {