Home
last modified time | relevance | path

Searched refs:VirtualizedVhalServerInfo (Results 1 – 7 of 7) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DUtils.cpp44 std::string VirtualizedVhalServerInfo::getServerUri() const { in getServerUri()
48 std::string VirtualizedVhalServerInfo::getServerUri() const {
83 std::optional<VirtualizedVhalServerInfo> VirtualizedVhalServerInfo::fromCommandLine( in fromCommandLine()
140 return VirtualizedVhalServerInfo{ in fromCommandLine()
147 std::optional<VirtualizedVhalServerInfo> VirtualizedVhalServerInfo::fromRoPropertyStore() { in fromRoPropertyStore()
159 return VirtualizedVhalServerInfo{*vsock, "", ""}; in fromRoPropertyStore()
DUtils.h60 struct VirtualizedVhalServerInfo { struct
73 static std::optional<VirtualizedVhalServerInfo> fromCommandLine(int argc, char* argv[], argument
77 static std::optional<VirtualizedVhalServerInfo> fromRoPropertyStore();
DGrpcVehicleServer.cpp42 explicit GrpcVehicleServerImpl(const VirtualizedVhalServerInfo& serverInfo) in GrpcVehicleServerImpl()
132 GrpcVehicleServerPtr makeGrpcVehicleServer(const VirtualizedVhalServerInfo& serverInfo) { in makeGrpcVehicleServer()
DVirtualizationGrpcServer.cpp26 auto serverInfo = vhal_impl::VirtualizedVhalServerInfo::fromCommandLine(argc, argv, &err); in main()
DGrpcVehicleServer.h61 GrpcVehicleServerPtr makeGrpcVehicleServer(const VirtualizedVhalServerInfo& serverInfo);
DVirtualizedVehicleService.cpp37 auto serverInfo = vhal_impl::VirtualizedVhalServerInfo::fromRoPropertyStore(); in main()
/device/google/trout/tests/hal/vehicle/2.0/
DGrpcServer_test.cpp85 VirtualizedVhalServerInfo mServerInfo;