Home
last modified time | relevance | path

Searched refs:GetServiceForPath (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Dshill_proxy_interface.h45 GetServiceForPath(const dbus::ObjectPath& path) = 0;
Dshill_proxy.h41 GetServiceForPath(const dbus::ObjectPath& path) override;
Dshill_proxy.cc36 std::unique_ptr<ServiceProxyInterface> ShillProxy::GetServiceForPath( in GetServiceForPath() function in chromeos_update_engine::ShillProxy
Dfake_shill_proxy.h45 GetServiceForPath(const dbus::ObjectPath& path) override;
Dfake_shill_proxy.cc33 std::unique_ptr<ServiceProxyInterface> FakeShillProxy::GetServiceForPath( in GetServiceForPath() function in chromeos_update_engine::FakeShillProxy
Dconnection_manager.cc166 shill_proxy_->GetServiceForPath(path); in GetServicePathProperties()
/system/update_engine/update_manager/
Dreal_shill_provider.cc110 shill_proxy_->GetServiceForPath(default_service_path_); in ProcessDefaultService()