Searched refs:delay_enable_profiles (Results 1 – 1 of 1) sorted by relevance
471 delay_enable_profiles: HashSet<Profile>, field536 delay_enable_profiles: HashSet::new(), in new()701 self.delay_enable_profiles.remove(profile); in enable_profile()703 self.delay_enable_profiles.insert(profile.clone()); in enable_profile()745 self.delay_enable_profiles.remove(profile); in disable_profile()3153 if self.delay_enable_profiles.contains(&profile) { in initialize()