Searched refs:libcros_proxy (Results 1 – 10 of 10) sorted by relevance
/system/update_engine/ |
D | real_system_state.cc | 133 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()
|
D | chrome_browser_proxy_resolver.cc | 48 LibCrosProxy* libcros_proxy) in ChromeBrowserProxyResolver() argument 49 : libcros_proxy_(libcros_proxy), timeout_(kTimeout) {} in ChromeBrowserProxyResolver()
|
D | chrome_browser_proxy_resolver.h | 38 explicit ChromeBrowserProxyResolver(LibCrosProxy* libcros_proxy);
|
D | update_attempter.h | 72 LibCrosProxy* libcros_proxy);
|
D | update_attempter_unittest.cc | 85 LibCrosProxy* libcros_proxy) in UpdateAttempterUnderTest() argument 86 : UpdateAttempter(system_state, nullptr, libcros_proxy) {} in UpdateAttempterUnderTest()
|
D | update_attempter.cc | 124 LibCrosProxy* libcros_proxy) in UpdateAttempter() argument 129 chrome_proxy_resolver_(libcros_proxy) { in UpdateAttempter()
|
D | update_engine.gyp | 260 'libcros_proxy.cc',
|
/system/update_engine/update_manager/ |
D | real_system_provider.h | 38 chromeos_update_engine::LibCrosProxy* libcros_proxy) in RealSystemProvider() argument 41 libcros_proxy_(libcros_proxy) {} in RealSystemProvider()
|
D | state_factory.cc | 50 chromeos_update_engine::LibCrosProxy* libcros_proxy, in DefaultStateFactory() argument 75 system_state->hardware(), system_state->boot_control(), libcros_proxy)); in DefaultStateFactory()
|
D | state_factory.h | 36 chromeos_update_engine::LibCrosProxy* libcros_proxy,
|