Searched refs:SetValues (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/proto/ | ||
D | VehicleServer.proto | 34 rpc SetValues(VehiclePropValueRequests) returns (SetValueResults) {} rpc |
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ | ||
D | GRPCVehicleProxyServer.h | 48 ::grpc::Status SetValues(::grpc::ServerContext* context, |
D | GRPCVehicleHardware.cpp | 88 auto grpc_status = mGrpcStub->SetValues(&context, protoRequests, &protoResults); in setValues() |
D | GRPCVehicleProxyServer.cpp | 64 ::grpc::Status GrpcVehicleProxyServer::SetValues(::grpc::ServerContext* context, in SetValues() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer |
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ | ||
D | GRPCVehicleHardwareUnitTest.cpp | 60 ::grpc::Status SetValues(::grpc::ServerContext* context, in SetValues() function in android::hardware::automotive::vehicle::virtualization::FakeVehicleServer |