Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc43 + std::to_string(config.vsock_guest_cid()) in GetAdbConnectorVsockArg()
56 return config.vsock_guest_cid() > 2 in AdbVsockTunnelEnabled()
61 return config.vsock_guest_cid() > 2 in AdbVsockHalfTunnelEnabled()
300 std::to_string(config.vsock_guest_cid())); in LaunchSocketVsockProxyIfEnabled()
310 std::to_string(config.vsock_guest_cid())); in LaunchSocketVsockProxyIfEnabled()
Dflags.cc152 DEFINE_int32(vsock_guest_cid,
/device/google/cuttlefish_common/host/libs/vm_manager/
Dcrosvm_manager.cpp111 if (config_->vsock_guest_cid() >= 2) { in StartCommand()
112 command.AddParameter("--cid=", config_->vsock_guest_cid()); in StartCommand()
Dcf_qemu.sh238 if [[ ${vsock_guest_cid:-0} -gt 2 ]]; then
239 args+=(-device "vhost-vsock-pci,guest-cid=${vsock_guest_cid}")
Dqemu_manager.cpp99 LogAndSetEnv("vsock_guest_cid", std::to_string(config_->vsock_guest_cid())); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h215 void set_vsock_guest_cid(int vsock_guest_cid);
216 int vsock_guest_cid() const;
Dcuttlefish_config.cpp538 int CuttlefishConfig::vsock_guest_cid() const { in vsock_guest_cid() function in vsoc::CuttlefishConfig
542 void CuttlefishConfig::set_vsock_guest_cid(int vsock_guest_cid) { in set_vsock_guest_cid() argument
543 (*dictionary_)[kVsockGuestCid] = vsock_guest_cid; in set_vsock_guest_cid()
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/
Dmain.cpp33 DEFINE_uint32(vsock_guest_cid, 0, "Guest identifier");