Searched refs:stopEnableOnceMap_ (Results 1 – 4 of 4) sorted by relevance
1337 auto iter = stopEnableOnceMap_.find(saControl.saId); in CheckStopEnableOnce()1338 …if (iter != stopEnableOnceMap_.end() && SamgrUtil::IsSameEvent(event, stopEnableOnceMap_[saControl… in CheckStopEnableOnce()1343 stopEnableOnceMap_[saControl.saId].emplace_back(event); in CheckStopEnableOnce()1353 auto& events = stopEnableOnceMap_[saControl.saId]; in CheckStopEnableOnce()1356 stopEnableOnceMap_.erase(saControl.saId); in CheckStopEnableOnce()
168 std::map<int32_t, std::list<OnDemandEvent>> stopEnableOnceMap_; variable
2806 saMgr->abilityStateScheduler_->stopEnableOnceMap_.clear();2807 saMgr->abilityStateScheduler_->stopEnableOnceMap_[SAID] = onDemandList;2815 EXPECT_TRUE(saMgr->abilityStateScheduler_->stopEnableOnceMap_.empty());
2187 systemAbilityStateScheduler->stopEnableOnceMap_[saControl.saId].emplace_back(event);