Lines Matching full:shill
24 #include <shill/dbus-constants.h>
25 #include <shill/dbus-proxies.h>
46 // Attempt to read initial connection status. Even if this fails because shill
55 properties.find(shill::kDefaultServiceProperty);
66 if (name == shill::kDefaultServiceProperty) {
122 const auto& prop_tethering = properties.find(shill::kTetheringProperty);
125 // error in shill and the policy will handle it, but we will print a log
139 const auto& prop_type = properties.find(shill::kTypeProperty);
146 if (type_str == shill::kTypeVPN) {
148 properties.find(shill::kPhysicalTechnologyProperty);