Home
last modified time | relevance | path

Searched refs:stopEnableOnceMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp1337 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()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h168 std::map<int32_t, std::list<OnDemandEvent>> stopEnableOnceMap_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp2806 saMgr->abilityStateScheduler_->stopEnableOnceMap_.clear();
2807 saMgr->abilityStateScheduler_->stopEnableOnceMap_[SAID] = onDemandList;
2815 EXPECT_TRUE(saMgr->abilityStateScheduler_->stopEnableOnceMap_.empty());
H A Dsystem_ability_state_scheduler_test.cpp2187 systemAbilityStateScheduler->stopEnableOnceMap_[saControl.saId].emplace_back(event);