Lines Matching refs:GrpcVehicleServerImpl
40 class GrpcVehicleServerImpl : public GrpcVehicleServer, public vhal_proto::VehicleServer::Service { class
42 explicit GrpcVehicleServerImpl(const VirtualizedVhalServerInfo& serverInfo) in GrpcVehicleServerImpl() function in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl
125 std::atomic<uint64_t> GrpcVehicleServerImpl::ConnectionDescriptor::CONNECTION_ID_COUNTER = 0;
133 return std::make_unique<GrpcVehicleServerImpl>(serverInfo); in makeGrpcVehicleServer()
136 GrpcVehicleServer& GrpcVehicleServerImpl::Start() { in Start()
154 void GrpcVehicleServerImpl::Wait() { in Wait()
167 GrpcVehicleServer& GrpcVehicleServerImpl::Stop() { in Stop()
178 uint32_t GrpcVehicleServerImpl::NumOfActivePropertyValueStream() { in NumOfActivePropertyValueStream()
183 void GrpcVehicleServerImpl::onPropertyValueFromCar(const VehiclePropValue& value, in onPropertyValueFromCar()
219 StatusCode GrpcVehicleServerImpl::onSetProperty(const VehiclePropValue& value, bool updateStatus) { in onSetProperty()
227 ::grpc::Status GrpcVehicleServerImpl::GetAllPropertyConfig( in GetAllPropertyConfig()
242 ::grpc::Status GrpcVehicleServerImpl::SetProperty( in SetProperty()
258 ::grpc::Status GrpcVehicleServerImpl::SendAllPropertyValuesToStream( in SendAllPropertyValuesToStream()
265 ::grpc::Status GrpcVehicleServerImpl::StartPropertyValuesStream( in StartPropertyValuesStream()