Home
last modified time | relevance | path

Searched refs:getServerUri (Results 1 – 5 of 5) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DUtils.cpp44 std::string VirtualizedVhalServerInfo::getServerUri() const { in getServerUri() function in android::hardware::automotive::vehicle::V2_0::impl::VirtualizedVhalServerInfo
48 std::string VirtualizedVhalServerInfo::getServerUri() const {
DVirtualizedVehicleService.cpp42 auto connector = vhal_impl::makeGrpcVehicleClient(serverInfo->getServerUri()); in main()
DUtils.h80 std::string getServerUri() const;
DGrpcVehicleServer.cpp43 : mServiceAddr(serverInfo.getServerUri()), in GrpcVehicleServerImpl()
/device/google/trout/tests/hal/vehicle/2.0/
DGrpcServer_test.cpp62 std::string GetGrpcServerUri() const { return mServerInfo.getServerUri(); } in GetGrpcServerUri()