Searched refs:prop_type (Results 1 – 2 of 2) sorted by relevance
139 const auto& prop_type = properties.find(shill::kTypeProperty); in ProcessDefaultService() local140 if (prop_type == properties.end()) { in ProcessDefaultService()145 string type_str = prop_type->second.TryGet<string>(); in ProcessDefaultService()
179 const auto& prop_type = properties.find(shill::kTypeProperty); in GetServicePathProperties() local180 if (prop_type == properties.end()) { in GetServicePathProperties()186 string type_str = prop_type->second.TryGet<string>(); in GetServicePathProperties()