Home
last modified time | relevance | path

Searched refs:environment_ (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwmediumd_server.cpp48 : config_(config), environment_(environment), instance_(instance) {} in INJECT()
51 return environment_.enable_wifi() && config_.virtio_mac80211_hwsim() && in Enabled()
58 if (!environment_.wmediumd_api_server_socket().empty()) { in ResultSetup()
60 WaitForUnixSocket(environment_.wmediumd_api_server_socket(), 30)); in ResultSetup()
62 CF_EXPECT(WaitForUnixSocket(environment_.vhost_user_mac80211_hwsim(), 30)); in ResultSetup()
69 const CuttlefishConfig::EnvironmentSpecific& environment_; member in cuttlefish::__anon1ec51a8f0111::ValidateWmediumdService
79 : environment_(environment), in WmediumdServer()
86 cmd.AddParameter("-u", environment_.vhost_user_mac80211_hwsim()); in Commands()
87 cmd.AddParameter("-a", environment_.wmediumd_api_server_socket()); in Commands()
106 if (!environment_.wmediumd_api_server_socket().empty()) { in WaitForAvailability()
[all …]
Dopen_wrt.cpp50 environment_(environment), in INJECT()
80 if (!environment_.vhost_user_mac80211_hwsim().empty()) { in Commands()
82 environment_.vhost_user_mac80211_hwsim()); in Commands()
85 if (environment_.enable_wifi()) { in Commands()
168 const CuttlefishConfig::EnvironmentSpecific& environment_; member in cuttlefish::__anonc71bd9cb0111::OpenWrt
Dopenwrt_control_server.cpp40 : config_(config), environment_(environment), grpc_socket_(grpc_socket) {} in INJECT()
69 bool Enabled() const override { return environment_.enable_wifi(); } in Enabled()
76 const CuttlefishConfig::EnvironmentSpecific& environment_; member in cuttlefish::__anonddf5aca20111::OpenwrtControlServer
Dwmediumd_server.h55 const CuttlefishConfig::EnvironmentSpecific& environment_; variable