Home
last modified time | relevance | path

Searched refs:FakeShillProxy (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/cros/
Dfake_shill_proxy.cc26 FakeShillProxy::FakeShillProxy() in FakeShillProxy() function in chromeos_update_engine::FakeShillProxy
29 ManagerProxyMock* FakeShillProxy::GetManagerProxy() { in GetManagerProxy()
33 std::unique_ptr<ServiceProxyInterface> FakeShillProxy::GetServiceForPath( in GetServiceForPath()
43 void FakeShillProxy::SetServiceForPath( in SetServiceForPath()
Dfake_shill_proxy.h33 class FakeShillProxy : public ShillProxyInterface {
35 FakeShillProxy();
36 ~FakeShillProxy() override = default;
61 DISALLOW_COPY_AND_ASSIGN(FakeShillProxy);
Dconnection_manager_unittest.cc51 ConnectionManagerTest() : fake_shill_proxy_(new FakeShillProxy()) {} in ConnectionManagerTest()
85 FakeShillProxy* fake_shill_proxy_;
/system/update_engine/update_manager/
Dreal_shill_provider_unittest.cc68 fake_shill_proxy_ = new chromeos_update_engine::FakeShillProxy(); in SetUp()
206 chromeos_update_engine::FakeShillProxy* fake_shill_proxy_;