Home
last modified time | relevance | path

Searched defs:service_path (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/update_manager/
Dreal_shill_provider_unittest.cc126 void SendDefaultServiceSignal(const std::string& service_path, in SendDefaultServiceSignal()
143 void SetupConnectionAndAttrs(const std::string& service_path, in SetupConnectionAndAttrs()
168 void SetupConnectionAndTestType(const char* service_path, in SetupConnectionAndTestType()
188 const char* service_path, in SetupConnectionAndTestTethering()
237 const std::string& service_path, in SetServiceReply()
Dreal_shill_provider.cc93 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); in OnManagerPropertyChanged() local
/system/weaved/buffet/
Dshill_client.cc162 ObjectPath service_path; in Connect() local
350 ObjectPath service_path{property_value.TryGet<ObjectPath>()}; in OnDevicePropertyChange() local
436 void ShillClient::OnServicePropertyChange(const ObjectPath& service_path, in OnServicePropertyChange()
517 const ObjectPath& service_path, in OnStateChangeForSelectedService()
/system/connectivity/apmanager/dbus/
Dmanager_dbus_adaptor.cc101 const dbus::ObjectPath& service_path) { in OnServiceOwnerVanished()
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc258 dbus::ObjectPath* service_path) { in GetService()
276 dbus::ObjectPath* service_path) { in GetVPNService()
285 dbus::ObjectPath* service_path) { in GetWifiService()
294 dbus::ObjectPath* service_path) { in ConfigureService()
312 dbus::ObjectPath* service_path) { in ConfigureServiceForProfile()
330 dbus::ObjectPath* service_path) { // NOLINT in FindMatchingService()
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc270 dbus::ObjectPath service_path; in GetServiceProxy() local
316 dbus::ObjectPath service_path; in ConfigureService() local
325 dbus::ObjectPath service_path; in ConfigureServiceByGuid() local
/system/update_engine/
Dconnection_manager_unittest.cc108 void ConnectionManagerTest::SetServiceReply(const string& service_path, in SetServiceReply()