Searched refs:VirtualizedVhalServerInfo (Results 1 – 7 of 7) sorted by relevance
44 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()
60 struct VirtualizedVhalServerInfo { struct73 static std::optional<VirtualizedVhalServerInfo> fromCommandLine(int argc, char* argv[], argument77 static std::optional<VirtualizedVhalServerInfo> fromRoPropertyStore();
42 explicit GrpcVehicleServerImpl(const VirtualizedVhalServerInfo& serverInfo) in GrpcVehicleServerImpl()132 GrpcVehicleServerPtr makeGrpcVehicleServer(const VirtualizedVhalServerInfo& serverInfo) { in makeGrpcVehicleServer()
26 auto serverInfo = vhal_impl::VirtualizedVhalServerInfo::fromCommandLine(argc, argv, &err); in main()
61 GrpcVehicleServerPtr makeGrpcVehicleServer(const VirtualizedVhalServerInfo& serverInfo);
37 auto serverInfo = vhal_impl::VirtualizedVhalServerInfo::fromRoPropertyStore(); in main()
85 VirtualizedVhalServerInfo mServerInfo;