Home | History | Annotate | Download | only in network

Lines Matching refs:service_path

69       const std::string& service_path = (*it)->path();
71 dbus::ObjectPath(service_path),
75 service_path));
79 void MigrateNetwork(const std::string& service_path,
96 << ", network: " << service_path;
102 ClearNssProperty(service_path, nss_key);
120 SetNssAndPemProperties(service_path, nss_key, pem_key, pem_encoded);
162 void ClearNssProperty(const std::string& service_path,
165 dbus::ObjectPath(service_path),
169 &MigrationTask::NotifyNetworkStateHandler, this, service_path),
172 service_path,
186 void SetNssAndPemProperties(const std::string& service_path,
197 dbus::ObjectPath(service_path),
200 &MigrationTask::NotifyNetworkStateHandler, this, service_path),
203 service_path));
206 void LogErrorAndNotifyNetworkStateHandler(const std::string& service_path,
211 service_path,
215 NotifyNetworkStateHandler(service_path);
218 void NotifyNetworkStateHandler(const std::string& service_path) {
224 service_path);