Home
last modified time | relevance | path

Searched refs:libcros_proxy (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/
Dreal_system_state.cc133 LibCrosProxy* libcros_proxy = &libcros_proxy_; in Initialize() local
135 LibCrosProxy* libcros_proxy = nullptr; in Initialize() local
140 new UpdateAttempter(this, certificate_checker_.get(), libcros_proxy)); in Initialize()
150 &policy_provider_, libcros_proxy, this); in Initialize()
Dchrome_browser_proxy_resolver.cc48 LibCrosProxy* libcros_proxy) in ChromeBrowserProxyResolver() argument
49 : libcros_proxy_(libcros_proxy), timeout_(kTimeout) {} in ChromeBrowserProxyResolver()
Dchrome_browser_proxy_resolver.h38 explicit ChromeBrowserProxyResolver(LibCrosProxy* libcros_proxy);
Dupdate_attempter.h72 LibCrosProxy* libcros_proxy);
Dupdate_attempter_unittest.cc85 LibCrosProxy* libcros_proxy) in UpdateAttempterUnderTest() argument
86 : UpdateAttempter(system_state, nullptr, libcros_proxy) {} in UpdateAttempterUnderTest()
Dupdate_attempter.cc124 LibCrosProxy* libcros_proxy) in UpdateAttempter() argument
129 chrome_proxy_resolver_(libcros_proxy) { in UpdateAttempter()
Dupdate_engine.gyp260 'libcros_proxy.cc',
/system/update_engine/update_manager/
Dreal_system_provider.h38 chromeos_update_engine::LibCrosProxy* libcros_proxy) in RealSystemProvider() argument
41 libcros_proxy_(libcros_proxy) {} in RealSystemProvider()
Dstate_factory.cc50 chromeos_update_engine::LibCrosProxy* libcros_proxy, in DefaultStateFactory() argument
75 system_state->hardware(), system_state->boot_control(), libcros_proxy)); in DefaultStateFactory()
Dstate_factory.h36 chromeos_update_engine::LibCrosProxy* libcros_proxy,