Home
last modified time | relevance | path

Searched refs:GrpcVehicleProxyServer (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.cpp34 std::atomic<uint64_t> GrpcVehicleProxyServer::ConnectionDescriptor::connection_id_counter_{0};
41 GrpcVehicleProxyServer::GrpcVehicleProxyServer(std::string serverAddr, in GrpcVehicleProxyServer() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer
51 ::grpc::Status GrpcVehicleProxyServer::GetAllPropertyConfig( in GetAllPropertyConfig()
64 ::grpc::Status GrpcVehicleProxyServer::SetValues(::grpc::ServerContext* context, in SetValues()
109 ::grpc::Status GrpcVehicleProxyServer::GetValues(::grpc::ServerContext* context, in GetValues()
158 ::grpc::Status GrpcVehicleProxyServer::UpdateSampleRate( in UpdateSampleRate()
167 ::grpc::Status GrpcVehicleProxyServer::Subscribe(::grpc::ServerContext* context, in Subscribe()
178 ::grpc::Status GrpcVehicleProxyServer::Unsubscribe(::grpc::ServerContext* context, in Unsubscribe()
188 ::grpc::Status GrpcVehicleProxyServer::CheckHealth(::grpc::ServerContext* context, in CheckHealth()
195 ::grpc::Status GrpcVehicleProxyServer::Dump(::grpc::ServerContext* context, in Dump()
[all …]
DGRPCVehicleProxyServer.h40 class GrpcVehicleProxyServer : public proto::VehicleServer::Service {
42 GrpcVehicleProxyServer(std::string serverAddr, std::unique_ptr<IVehicleHardware>&& hardware);
77 GrpcVehicleProxyServer& Start();
79 GrpcVehicleProxyServer& Shutdown();
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp115 std::make_unique<GrpcVehicleProxyServer>(kFakeServerAddr, std::move(testHardware)); in TEST()
179 GrpcVehicleProxyServer server = GrpcVehicleProxyServer("", std::move(mockHardware)); in TEST()
208 GrpcVehicleProxyServer server = GrpcVehicleProxyServer("", std::move(mockHardware)); in TEST()
226 GrpcVehicleProxyServer server = GrpcVehicleProxyServer("", std::move(mockHardware)); in TEST()