Searched refs:new_service_paths (Results 1 – 2 of 2) sorted by relevance
506 std::set<std::string> new_service_paths; in UpdateNetworkList() local507 bool needs_relayout = UpdateNetworkListEntries(&new_service_paths); in UpdateNetworkList()513 if (new_service_paths.find(it->first) == new_service_paths.end()) { in UpdateNetworkList()594 std::set<std::string>* new_service_paths) { in UpdateNetworkListEntries() argument608 new_service_paths->insert(info->service_path); in UpdateNetworkListEntries()663 new_service_paths->insert(info->service_path); in UpdateNetworkListEntries()
97 bool UpdateNetworkListEntries(std::set<std::string>* new_service_paths);