Searched refs:SetProxyFastboot (Results 1 – 4 of 4) sorted by relevance
27 bool SetProxyFastboot(bool proxy) override { in SetProxyFastboot() function in cuttlefish::__anonbcd9431b0111::FastbootConfigImpl
33 virtual bool SetProxyFastboot(bool) = 0;
44 if (!config_.SetProxyFastboot(json[kProxyFastboot].asBool())) { in Deserialize()
41 config_.SetProxyFastboot(proxy_fastboot); in Process()