Home | History | Annotate | Download | only in network

Lines Matching refs:service_path

85       const std::string& service_path = (*it)->path();
87 dbus::ObjectPath(service_path),
91 service_path));
95 void MigrateNetwork(const std::string& service_path,
103 MigrateClientCertProperties(service_path, properties, &new_properties);
104 MigrateNssProperties(service_path, properties, &new_properties);
108 SendPropertiesToShill(service_path, new_properties);
111 void MigrateClientCertProperties(const std::string& service_path,
134 "configuration from network " << service_path;
145 VLOG(1) << "Network " << service_path
152 void MigrateNssProperties(const std::string& service_path,
165 << ", network: " << service_path;
271 void SendPropertiesToShill(const std::string& service_path,
274 dbus::ObjectPath(service_path),
277 &MigrationTask::NotifyNetworkStateHandler, this, service_path),
280 service_path));
283 void LogErrorAndNotifyNetworkStateHandler(const std::string& service_path,
288 service_path,
292 NotifyNetworkStateHandler(service_path);
295 void NotifyNetworkStateHandler(const std::string& service_path) {
301 service_path);