Home
last modified time | relevance | path

Searched refs:grpc_socket_path (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc309 Result<std::string> HandleCmds(const std::string& grpc_socket_path, in HandleCmds() argument
314 std::filesystem::directory_iterator(grpc_socket_path)) { in HandleCmds()
Dgrpc_service_handler.h24 Result<std::string> HandleCmds(const std::string& grpc_socket_path,
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Dcontrol_env_proxy_server.cpp45 command.AddParameter("--grpc_socket_path=", instance_.grpc_socket_path()); in Commands()
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc326 CHECK(FileExists(instance_.grpc_socket_path() + in ResultSetup()
330 grpc::CreateChannel("unix:" + instance_.grpc_socket_path() + in ResultSetup()
/aosp_15_r20/device/google/cuttlefish/host/commands/cvd_env/
Dmain.cc111 CF_EXPECT(HandleCmds(receiver_instance->grpc_socket_path(), cmd, args)); in CvdEnvMain()
/aosp_15_r20/device/google/cuttlefish/host/commands/control_env_proxy_server/
Dmain.cpp53 DEFINE_string(grpc_socket_path, "", "The path of gRPC sockets");
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp276 instance.grpc_socket_path() + "/ControlEnvProxyServer.sock"; in CuttlefishMain()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h558 std::string grpc_socket_path() const;
Dcuttlefish_config_instance.cpp1062 std::string CuttlefishConfig::InstanceSpecific::grpc_socket_path() const { in grpc_socket_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific