Home | History | Annotate | Download | only in network

Lines Matching refs:service_path

42 void InvokeErrorCallback(const std::string& service_path,
46 NET_LOG_ERROR(error_msg, service_path);
48 error_callback, service_path, error_name, error_msg);
54 const std::string& service_path,
61 service_path,
72 shill_property_util::GetNameFromProperties(service_path, properties);
75 callback.Run(service_path, *properties_copy.get());
79 const std::string& service_path,
86 service_path, error_callback,
112 const std::string& service_path,
116 service_path_(service_path),
208 const std::string& service_path,
211 NET_LOG_USER("GetProperties", service_path);
213 dbus::ObjectPath(service_path),
215 callback, error_callback, service_path));
219 const std::string& service_path,
228 NET_LOG_USER("SetProperties", service_path);
229 LogConfigProperties("SetProperty", service_path, properties);
232 dbus::ObjectPath(service_path),
235 AsWeakPtr(), service_path, callback),
237 AsWeakPtr(), service_path, error_callback));
241 const std::string& service_path,
250 NET_LOG_USER("ClearProperties", service_path);
253 NET_LOG_DEBUG("ClearProperty", service_path + "." + *iter);
256 dbus::ObjectPath(service_path),
259 AsWeakPtr(), service_path, names, callback),
261 AsWeakPtr(), service_path, error_callback));
302 const std::string& service_path,
307 if (ContainsKey(profile_entry_deleters_, service_path)) {
309 service_path, error_callback, "RemoveConfigurationInProgress");
313 NET_LOG_USER("Remove Configuration", service_path);
315 new ProfileEntryDeleter(this, service_path, callback, error_callback);
316 profile_entry_deleters_[service_path] = deleter;
321 const std::string& service_path,
325 NET_LOG_USER("SetNetworkProfile", service_path + ": " + profile_path);
328 dbus::ObjectPath(service_path),
333 service_path, profile_path, error_callback));
354 const dbus::ObjectPath& service_path) {
356 callback.Run(service_path.value());
361 network_state_handler_->RequestUpdateForNetwork(service_path.value());
365 const std::string& service_path) {
367 profile_entry_deleters_.find(service_path);
374 const std::string& service_path,
378 network_state_handler_->RequestUpdateForNetwork(service_path);
382 const std::string& service_path,
388 service_path, error_callback,
391 network_state_handler_->RequestUpdateForNetwork(service_path);
395 const std::string& service_path,
409 NET_LOG_ERROR("ClearProperties Failed: " + names[i], service_path);
415 network_state_handler_->RequestUpdateForNetwork(service_path);
419 const std::string& service_path,
425 service_path, error_callback,
428 network_state_handler_->RequestUpdateForNetwork(service_path);