Searched refs:onDemandSaProfiles_ (Results 1 – 4 of 4) sorted by relevance
52 eventStatuscollect->Init(onDemandSaProfiles_); in Init()61 timedCollect->Init(onDemandSaProfiles_); in Init()81 onDemandSaProfiles_.emplace_back(saProfile); in FilterOnDemandSaProfiles()121 for (auto& profile : onDemandSaProfiles_) { in GetSaControlListByEvent()407 …auto iter = std::find_if(onDemandSaProfiles_.begin(), onDemandSaProfiles_.end(), [systemAbilityId]… in GetOnDemandEvents()410 if (iter == onDemandSaProfiles_.end()) { in GetOnDemandEvents()454 for (auto& profile : onDemandSaProfiles_) { in CheckEventUsedLocked()547 auto iter = std::find_if(onDemandSaProfiles_.begin(), onDemandSaProfiles_.end(), in UpdateOnDemandEvents()551 if (iter == onDemandSaProfiles_.end()) { in UpdateOnDemandEvents()
108 EXPECT_EQ(true, collect->onDemandSaProfiles_.empty());114 EXPECT_EQ(false, collect->onDemandSaProfiles_.empty());119 EXPECT_EQ(false, collect->onDemandSaProfiles_.empty());141 collect->onDemandSaProfiles_.emplace_back(saProfile);180 collect->onDemandSaProfiles_.emplace_back(saProfile1);181 collect->onDemandSaProfiles_.emplace_back(saProfile2);514 collect->onDemandSaProfiles_.emplace_back(saProfile);615 collect->onDemandSaProfiles_.push_back(saprofile);635 collect->onDemandSaProfiles_.push_back(saprofile);707 collect->onDemandSaProfiles_.push_back(saprofile);[all …]
326 collectManager->onDemandSaProfiles_.emplace_back(saProfile);
75 std::list<SaProfile> onDemandSaProfiles_; variable