Searched refs:getServerUri (Results 1 – 5 of 5) sorted by relevance
44 std::string VirtualizedVhalServerInfo::getServerUri() const { in getServerUri() function in android::hardware::automotive::vehicle::V2_0::impl::VirtualizedVhalServerInfo48 std::string VirtualizedVhalServerInfo::getServerUri() const {
42 auto connector = vhal_impl::makeGrpcVehicleClient(serverInfo->getServerUri()); in main()
80 std::string getServerUri() const;
43 : mServiceAddr(serverInfo.getServerUri()), in GrpcVehicleServerImpl()
62 std::string GetGrpcServerUri() const { return mServerInfo.getServerUri(); } in GetGrpcServerUri()