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.h45 GetServiceForPath(const dbus::ObjectPath& path) override;
Dshill_proxy.cc37 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.cc31 std::unique_ptr<ServiceProxyInterface> FakeShillProxy::GetServiceForPath( in GetServiceForPath() function in chromeos_update_engine::FakeShillProxy
Dconnection_manager.cc202 shill_proxy_->GetServiceForPath(path); in GetServicePathProperties()
/system/update_engine/update_manager/
Dreal_shill_provider.cc136 shill_proxy_->GetServiceForPath(default_service_path_); in ProcessDefaultService()