HomeSort by relevance Sort by last modified time
    Searched refs:ShillProxyInterface (Results 1 - 15 of 15) sorted by null

  /system/update_engine/
shill_proxy_interface.h 34 class ShillProxyInterface {
36 virtual ~ShillProxyInterface() = default;
39 // by this ShillProxyInterface instance.
48 ShillProxyInterface() = default;
51 DISALLOW_COPY_AND_ASSIGN(ShillProxyInterface);
connection_manager.h 43 ConnectionManager(ShillProxyInterface* shill_proxy,
63 ShillProxyInterface* shill_proxy_;
fake_shill_proxy.h 33 class FakeShillProxy : public ShillProxyInterface {
38 // ShillProxyInterface overrides.
shill_proxy.h 33 class ShillProxy : public ShillProxyInterface {
42 // ShillProxyInterface overrides.
connection_manager.cc 70 ConnectionManager::ConnectionManager(ShillProxyInterface* shill_proxy,
  /system/connectivity/apmanager/
shill_proxy_interface.h 24 class ShillProxyInterface {
26 virtual ~ShillProxyInterface() {}
shill_stub_proxy.h 28 class ShillStubProxy : public ShillProxyInterface {
33 // Implementation of ShillProxyInterface.
mock_control.cc 51 std::unique_ptr<ShillProxyInterface> MockControl::CreateShillProxy(
54 return std::unique_ptr<ShillProxyInterface>(CreateShillProxyRaw());
shill_manager.h 54 std::unique_ptr<ShillProxyInterface> shill_proxy_;
mock_control.h 44 MOCK_METHOD0(CreateShillProxyRaw, ShillProxyInterface*());
59 std::unique_ptr<ShillProxyInterface> CreateShillProxy(
control_interface.h 60 virtual std::unique_ptr<ShillProxyInterface> CreateShillProxy(
  /system/update_engine/update_manager/
real_shill_provider.h 39 RealShillProvider(chromeos_update_engine::ShillProxyInterface* shill_proxy,
88 chromeos_update_engine::ShillProxyInterface* shill_proxy_;
  /system/connectivity/apmanager/dbus/
shill_dbus_proxy.h 31 class ShillDBusProxy : public ShillProxyInterface {
38 // Implementation of ShillProxyInterface.
dbus_control.cc 130 std::unique_ptr<ShillProxyInterface> DBusControl::CreateShillProxy(
133 return std::unique_ptr<ShillProxyInterface>(
dbus_control.h 49 std::unique_ptr<ShillProxyInterface> CreateShillProxy(

Completed in 670 milliseconds