Searched refs:want_chamber_aps (Results 1 – 1 of 1) sorted by relevance
168 def _get_aps_by_lab_location(self, want_chamber_aps, ap_list): argument198 if want_chamber_aps and ap.host_name in chamber_aps:201 if not want_chamber_aps and ap.host_name not in chamber_aps:206 def _get_ds_aps_by_lab_location(self, want_chamber_aps, ap_list): argument242 if want_chamber_aps and ap.host_name in chamber_aps:245 if not want_chamber_aps and ap.host_name not in chamber_aps: