Searched refs:ShillProxy (Results 1 – 5 of 5) sorted by relevance
26 ShillProxy::ShillProxy(const scoped_refptr<dbus::Bus>& bus) : bus_(bus) {} in ShillProxy() function in chromeos_update_engine::ShillProxy28 bool ShillProxy::Init() { in Init()33 ManagerProxyInterface* ShillProxy::GetManagerProxy() { in GetManagerProxy()37 std::unique_ptr<ServiceProxyInterface> ShillProxy::GetServiceForPath( in GetServiceForPath()
33 class ShillProxy : public ShillProxyInterface {35 explicit ShillProxy(const scoped_refptr<dbus::Bus>& bus);36 ~ShillProxy() override = default;53 DISALLOW_COPY_AND_ASSIGN(ShillProxy);
133 ShillProxy shill_proxy_;
35 chromeos_update_engine::ShillProxy* shill_proxy,
39 chromeos_update_engine::ShillProxy* shill_proxy, in DefaultStateFactory()