Home
last modified time | relevance | path

Searched refs:service_path (Results 1 – 10 of 10) sorted by relevance

/system/weaved/buffet/
Dshill_client.cc162 ObjectPath service_path; in Connect() local
164 if (!manager_proxy_.ConfigureService(service_properties, &service_path, in Connect()
173 connecting_service_.reset(new ServiceProxy{bus_, service_path}); in Connect()
178 weak_factory_.GetWeakPtr(), service_path), in Connect()
180 weak_factory_.GetWeakPtr(), service_path)); in Connect()
350 ObjectPath service_path{property_value.TryGet<ObjectPath>()}; in OnDevicePropertyChange() local
351 if (!service_path.IsValid()) { in OnDevicePropertyChange()
357 << service_path.value(); in OnDevicePropertyChange()
360 if (device_state.selected_service->GetObjectPath() == service_path) { in OnDevicePropertyChange()
368 service_path.value() != "/" && connecting_service_ && in OnDevicePropertyChange()
[all …]
Dshill_client.h96 void OnServicePropertyChange(const dbus::ObjectPath& service_path,
103 void OnStateChangeForSelectedService(const dbus::ObjectPath& service_path,
/system/update_engine/update_manager/
Dreal_shill_provider_unittest.cc110 ServiceProxyMock* SetServiceReply(const std::string& service_path,
126 void SendDefaultServiceSignal(const std::string& service_path, in SendDefaultServiceSignal() argument
132 shill::kDefaultServiceProperty, dbus::ObjectPath(service_path)); in SendDefaultServiceSignal()
143 void SetupConnectionAndAttrs(const std::string& service_path, in SetupConnectionAndAttrs() argument
147 SetServiceReply(service_path, shill_type, nullptr, shill_tethering); in SetupConnectionAndAttrs()
154 SendDefaultServiceSignal(service_path, &conn_change_time); in SetupConnectionAndAttrs()
168 void SetupConnectionAndTestType(const char* service_path, in SetupConnectionAndTestType() argument
173 SetupConnectionAndAttrs(service_path, in SetupConnectionAndTestType()
188 const char* service_path, in SetupConnectionAndTestTethering() argument
194 service_path, shill::kTypeEthernet, shill_tethering, &conn_change_time); in SetupConnectionAndTestTethering()
[all …]
Dreal_shill_provider.cc93 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); in OnManagerPropertyChanged() local
94 if (!service_path.IsValid()) { in OnManagerPropertyChanged()
98 << ", read as the object path: '" << service_path.value() in OnManagerPropertyChanged()
101 ProcessDefaultService(service_path); in OnManagerPropertyChanged()
/system/connectivity/apmanager/dbus/
Dmanager_dbus_adaptor.cc101 const dbus::ObjectPath& service_path) { in OnServiceOwnerVanished() argument
102 LOG(INFO) << "Owner for service " << service_path.value() << " vanished"; in OnServiceOwnerVanished()
104 auto watcher_context = service_owner_watchers_.find(service_path); in OnServiceOwnerVanished()
Dmanager_dbus_adaptor.h67 void OnServiceOwnerVanished(const dbus::ObjectPath& service_path);
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc258 dbus::ObjectPath* service_path) { in GetService() argument
268 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()); in GetService()
276 dbus::ObjectPath* service_path) { in GetVPNService() argument
278 return GetService(error, args, service_path); in GetVPNService()
285 dbus::ObjectPath* service_path) { in GetWifiService() argument
287 return GetService(error, args, service_path); in GetWifiService()
294 dbus::ObjectPath* service_path) { in ConfigureService() argument
304 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()); in ConfigureService()
312 dbus::ObjectPath* service_path) { in ConfigureServiceForProfile() argument
323 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()); in ConfigureServiceForProfile()
[all …]
Dchromeos_manager_dbus_adaptor.h102 dbus::ObjectPath* service_path) override;
105 dbus::ObjectPath* service_path) override;
108 dbus::ObjectPath* service_path) override;
111 dbus::ObjectPath* service_path) override;
115 dbus::ObjectPath* service_path) override;
118 dbus::ObjectPath* service_path) override;
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc270 dbus::ObjectPath service_path; in GetServiceProxy() local
273 expected_properties, &service_path, &error)) { in GetServiceProxy()
277 new ServiceProxy(dbus_bus_, service_path)); in GetServiceProxy()
316 dbus::ObjectPath service_path; in ConfigureService() local
319 config_params, &service_path, &error); in ConfigureService()
325 dbus::ObjectPath service_path; in ConfigureServiceByGuid() local
330 guid_config_params, &service_path, &error); in ConfigureServiceByGuid()
/system/update_engine/
Dconnection_manager_unittest.cc65 void SetServiceReply(const string& service_path,
108 void ConnectionManagerTest::SetServiceReply(const string& service_path, in SetServiceReply() argument
132 fake_shill_proxy_.SetServiceForPath(dbus::ObjectPath(service_path), in SetServiceReply()