Home
last modified time | relevance | path

Searched refs:PerInstanceGrpcSocketPath (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Dgrpc_socket_creator.cpp27 auto socket_path = instance_.PerInstanceGrpcSocketPath(name_with_ext); in CreateGrpcSocket()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Dlocation_handler.cpp45 instance.PerInstanceGrpcSocketPath("GnssGrpcProxyServer")); in HandleMessage()
Dkml_locations_handler.cpp56 instance.PerInstanceGrpcSocketPath("GnssGrpcProxyServer")); in HandleMessage()
Dgpx_locations_handler.cpp56 instance.PerInstanceGrpcSocketPath("GnssGrpcProxyServer")); in HandleMessage()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc455 CF_EXPECT(EnsureDirectoryExists(instance.PerInstanceGrpcSocketPath(""), in InitFilesystemAndCreateConfig()
Dflags.cc1496 instance.set_grpc_socket_path(const_instance.PerInstanceGrpcSocketPath("")); in InitializeCuttlefishConfiguration()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h373 std::string PerInstanceGrpcSocketPath(const std::string& socket_name) const;
Dcuttlefish_config_instance.cpp1949 std::string CuttlefishConfig::InstanceSpecific::PerInstanceGrpcSocketPath( in PerInstanceGrpcSocketPath() function in cuttlefish::CuttlefishConfig::InstanceSpecific