Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_system_provider_unittest.cc55 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
Dreal_system_provider.h41 libcros_proxy_(libcros_proxy) {} in RealSystemProvider()
78 chromeos_update_engine::LibCrosProxy* const libcros_proxy_ ALLOW_UNUSED_TYPE;
Dreal_system_provider.cc129 if (!libcros_proxy_->service_interface_proxy() in GetKioskAppRequiredPlatformVersion()
/system/update_engine/
Dchrome_browser_proxy_resolver.cc49 : 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()
Dchrome_browser_proxy_resolver_unittest.cc51 libcros_proxy_( in ChromeBrowserProxyResolverTest()
94 LibCrosProxy libcros_proxy_; member in chromeos_update_engine::ChromeBrowserProxyResolverTest
95 ChromeBrowserProxyResolver resolver_{&libcros_proxy_};
Dchrome_browser_proxy_resolver.h89 LibCrosProxy* libcros_proxy_; variable
Dreal_system_state.h132 LibCrosProxy libcros_proxy_;
Dreal_system_state.cc133 LibCrosProxy* libcros_proxy = &libcros_proxy_; in Initialize()
Dupdate_attempter_unittest.cc120 libcros_proxy_( in UpdateAttempterTest()
199 LibCrosProxy libcros_proxy_; member in chromeos_update_engine::UpdateAttempterTest
200 UpdateAttempterUnderTest attempter_{&fake_system_state_, &libcros_proxy_};