Home
last modified time | relevance | path

Searched refs:ShillProxy (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/
Dshill_proxy.cc26 ShillProxy::ShillProxy(const scoped_refptr<dbus::Bus>& bus) : bus_(bus) {} in ShillProxy() function in chromeos_update_engine::ShillProxy
28 bool ShillProxy::Init() { in Init()
33 ManagerProxyInterface* ShillProxy::GetManagerProxy() { in GetManagerProxy()
37 std::unique_ptr<ServiceProxyInterface> ShillProxy::GetServiceForPath( in GetServiceForPath()
Dshill_proxy.h33 class ShillProxy : public ShillProxyInterface {
35 explicit ShillProxy(const scoped_refptr<dbus::Bus>& bus);
36 ~ShillProxy() override = default;
53 DISALLOW_COPY_AND_ASSIGN(ShillProxy);
Dreal_system_state.h133 ShillProxy shill_proxy_;
/system/update_engine/update_manager/
Dstate_factory.h35 chromeos_update_engine::ShillProxy* shill_proxy,
Dstate_factory.cc39 chromeos_update_engine::ShillProxy* shill_proxy, in DefaultStateFactory()