Home | History | Annotate | Download | only in network

Lines Matching refs:service_path

24     const std::string& service_path,
28 NET_LOG_USER("ActivateNetwork", service_path);
29 CallShillActivate(service_path, carrier, success_callback, error_callback);
33 const std::string& service_path,
36 NET_LOG_USER("CompleteActivation", service_path);
37 CallShillCompleteActivation(service_path, success_callback, error_callback);
41 const std::string& service_path,
45 NET_LOG_USER("Activation Request", service_path + ": '" + carrier + "'");
47 dbus::ObjectPath(service_path),
50 AsWeakPtr(), service_path, success_callback),
52 kErrorShillError, service_path, error_callback));
56 const std::string& service_path,
59 NET_LOG_USER("CompleteActivation Request", service_path);
61 dbus::ObjectPath(service_path),
63 AsWeakPtr(), service_path, success_callback),
65 kErrorShillError, service_path, error_callback));
69 const std::string& service_path,