OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetServiceForPath
(Results
1 - 7
of
7
) sorted by null
/system/update_engine/
shill_proxy_interface.h
45
GetServiceForPath
(const dbus::ObjectPath& path) = 0;
shill_proxy.cc
37
std::unique_ptr<ServiceProxyInterface> ShillProxy::
GetServiceForPath
(
fake_shill_proxy.cc
31
std::unique_ptr<ServiceProxyInterface> FakeShillProxy::
GetServiceForPath
(
fake_shill_proxy.h
41
// use it. Mocks for the return value of
GetServiceForPath
() can be provided
45
GetServiceForPath
(const dbus::ObjectPath& path) override;
47
// Sets the service_proxy that will be returned by
GetServiceForPath
().
shill_proxy.h
45
GetServiceForPath
(const dbus::ObjectPath& path) override;
connection_manager.cc
202
shill_proxy_->
GetServiceForPath
(path);
/system/update_engine/update_manager/
real_shill_provider.cc
136
shill_proxy_->
GetServiceForPath
(default_service_path_);
Completed in 51 milliseconds