Searched refs:GetAllPropertyConfig (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/proto/ | ||
D | VehicleServer.proto | 32 rpc GetAllPropertyConfig(google.protobuf.Empty) returns (stream VehiclePropConfig) {} rpc |
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ | ||
D | GRPCVehicleProxyServer.h | 44 ::grpc::Status GetAllPropertyConfig( |
D | GRPCVehicleHardware.cpp | 61 auto config_stream = mGrpcStub->GetAllPropertyConfig(&context, ::google::protobuf::Empty()); in getAllPropertyConfigs() |
D | GRPCVehicleProxyServer.cpp | 51 ::grpc::Status GrpcVehicleProxyServer::GetAllPropertyConfig( in GetAllPropertyConfig() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer |
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ | ||
D | GRPCVehicleHardwareUnitTest.cpp | 54 ::grpc::Status GetAllPropertyConfig( in GetAllPropertyConfig() function in android::hardware::automotive::vehicle::virtualization::FakeVehicleServer |