Searched refs:libcros_proxy_ (Results 1 – 9 of 9) sorted by relevance
55 libcros_proxy_.reset(new chromeos_update_engine::LibCrosProxy( in SetUp()66 &fake_hardware_, &fake_boot_control_, libcros_proxy_.get())); in SetUp()83 unique_ptr<chromeos_update_engine::LibCrosProxy> libcros_proxy_; member in chromeos_update_manager::UmRealSystemProviderTest
41 libcros_proxy_(libcros_proxy) {} in RealSystemProvider()78 chromeos_update_engine::LibCrosProxy* const libcros_proxy_ ALLOW_UNUSED_TYPE;
129 if (!libcros_proxy_->service_interface_proxy() in GetKioskAppRequiredPlatformVersion()
49 : libcros_proxy_(libcros_proxy), timeout_(kTimeout) {} in ChromeBrowserProxyResolver()52 libcros_proxy_->ue_proxy_resolved_interface() in Init()72 if (!libcros_proxy_->service_interface_proxy()->ResolveNetworkProxy( in GetProxiesForUrl()
51 libcros_proxy_( in ChromeBrowserProxyResolverTest()94 LibCrosProxy libcros_proxy_; member in chromeos_update_engine::ChromeBrowserProxyResolverTest95 ChromeBrowserProxyResolver resolver_{&libcros_proxy_};
89 LibCrosProxy* libcros_proxy_; variable
132 LibCrosProxy libcros_proxy_;
133 LibCrosProxy* libcros_proxy = &libcros_proxy_; in Initialize()
120 libcros_proxy_( in UpdateAttempterTest()199 LibCrosProxy libcros_proxy_; member in chromeos_update_engine::UpdateAttempterTest200 UpdateAttempterUnderTest attempter_{&fake_system_state_, &libcros_proxy_};