Lines Matching refs:properties
49 brillo::VariantDictionary properties; in Init() local
51 if (!manager_proxy->GetProperties(&properties, &error)) in Init()
55 properties.find(shill::kDefaultServiceProperty); in Init()
56 if (prop_default_service != properties.end()) { in Init()
113 brillo::VariantDictionary properties; in ProcessDefaultService() local
115 if (!service->GetProperties(&properties, &error)) { in ProcessDefaultService()
122 const auto& prop_tethering = properties.find(shill::kTetheringProperty); in ProcessDefaultService()
123 if (prop_tethering == properties.end()) { in ProcessDefaultService()
139 const auto& prop_type = properties.find(shill::kTypeProperty); in ProcessDefaultService()
140 if (prop_type == properties.end()) { in ProcessDefaultService()
148 properties.find(shill::kPhysicalTechnologyProperty); in ProcessDefaultService()
149 if (prop_physical == properties.end()) { in ProcessDefaultService()