Home
last modified time | relevance | path

Searched refs:SetValues (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/proto/
DVehicleServer.proto34 rpc SetValues(VehiclePropValueRequests) returns (SetValueResults) {} rpc
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.h48 ::grpc::Status SetValues(::grpc::ServerContext* context,
DGRPCVehicleHardware.cpp88 auto grpc_status = mGrpcStub->SetValues(&context, protoRequests, &protoResults); in setValues()
DGRPCVehicleProxyServer.cpp64 ::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/
DGRPCVehicleHardwareUnitTest.cpp60 ::grpc::Status SetValues(::grpc::ServerContext* context, in SetValues() function in android::hardware::automotive::vehicle::virtualization::FakeVehicleServer