Searched refs:rpc (Results 1 – 13 of 13) sorted by relevance
22 rpc CallUnaryMethod (CallUnaryMethodRequest) returns (CallUnaryMethodReply) {}23 rpc ListServices (google.protobuf.Empty) returns (ListServicesReply) {}24 rpc ListMethods (ListMethodsRequest) returns (ListMethodsReply) {}25 rpc ListReqResType (ListReqResTypeRequest) returns (ListReqResTypeReply) {}26 rpc TypeInformation (TypeInformationRequest) returns (TypeInformationReply) {}
49 rpc GetAllPropertyConfig(google.protobuf.Empty) returns (stream VehiclePropConfig) {}52 rpc SetProperty(WrappedVehiclePropValue) returns (VehicleHalCallStatus) {}55 rpc SendAllPropertyValuesToStream(google.protobuf.Empty) returns (google.protobuf.Empty) {}58 rpc StartPropertyValuesStream(google.protobuf.Empty) returns (stream WrappedVehiclePropValue) {}
36 rpc GetSystemLogs(google.protobuf.Empty) returns (stream DumpstateBuffer) {}38 rpc GetAvailableServices(google.protobuf.Empty) returns (ServiceNameList) {}40 rpc GetServiceLogs(ServiceLogRequest) returns (stream DumpstateBuffer) {}
42 rpc StartTracing(StartTracingRequest) returns (RequestStatus) {}44 rpc StopTracing(TracingSessionIdentifier) returns (RequestStatus) {}46 rpc GetTracingFile(TracingSessionIdentifier) returns (stream TracingFileBuffer) {}
29 use kmr_ta_nonsecure::{rpc, soft};31 use kmr_wire::rpc::MINIMUM_SUPPORTED_KEYS_IN_CSR;126 let rpc: Box<dyn kmr_ta::device::RetrieveRpcArtifacts> = in ta_main() localVariable151 rpc, in ta_main()
90 impl crate::rpc::DeriveBytes for TpmHmac {197 pub type RpcArtifacts = crate::rpc::Artifacts<TpmHmac>;
26 rpc SendNmea (SendNmeaRequest) returns (SendNmeaReply) {}29 rpc SendGps (SendGpsRequest) returns (SendGpsReply) {}32 rpc SendGpsVector (SendGpsCoordinatesRequest) returns (SendGpsCoordinatesReply) {}
22 rpc LuciRpc (LuciRpcRequest) returns (LuciRpcReply) {}23 rpc OpenwrtIpaddr (google.protobuf.Empty) returns (OpenwrtIpaddrReply) {}
22 rpc StartRecording (google.protobuf.Empty) returns (StartRecordingResponse) {}23 rpc StopRecording (google.protobuf.Empty) returns (StopRecordingResponse) {}
20 rpc Echo (EchoRequest) returns (EchoReply) {}
22 rpc SendApdu (SendApduRequest) returns (SendApduReply) {}
39 rpc AudioRequests(AudioFocusControlMessage) returns (google.protobuf.Empty) {}
130 let rpc_service = kmr_hal::rpc::Device::new_as_binder(channel.clone()); in inner_main()