Home
last modified time | relevance | path

Searched refs:abilityContextMap_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp127 systemAbilityStateScheduler->abilityContextMap_.clear();
146 systemAbilityStateScheduler->abilityContextMap_.clear();
166 systemAbilityStateScheduler->abilityContextMap_.clear();
187 systemAbilityStateScheduler->abilityContextMap_.clear();
266 systemAbilityStateScheduler->abilityContextMap_.clear();
287 systemAbilityStateScheduler->abilityContextMap_.clear();
310 systemAbilityStateScheduler->abilityContextMap_.clear();
333 systemAbilityStateScheduler->abilityContextMap_.clear();
355 systemAbilityStateScheduler->abilityContextMap_.clear();
376 systemAbilityStateScheduler->abilityContextMap_.clear();
[all …]
H A Dsystem_ability_manager_dumper_test.cpp111 systemAbilityStateScheduler->abilityContextMap_.clear();
112 systemAbilityStateScheduler->abilityContextMap_[401] = systemAbilityContext;
149 systemAbilityStateScheduler->abilityContextMap_.clear();
150 systemAbilityStateScheduler->abilityContextMap_[said] = systemAbilityContext;
229 systemAbilityStateScheduler->abilityContextMap_[said] = systemAbilityContext;
H A Dsystem_ability_mgr_stub_test.cpp107 saMgr->abilityStateScheduler_->abilityContextMap_[systemAbilityId] = abilityContext; in AddSystemAbilityContext()
1588 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
1612 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
2192 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
2221 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
2321 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
2344 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
2399 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
2717 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
H A Dsystem_ability_mgr_test.cpp391 systemAbilityStateScheduler->abilityContextMap_.clear();
393 systemAbilityStateScheduler->abilityContextMap_[SAID] = systemAbilityContext;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp119 abilityContextMap_[saProfile.saId] = abilityContext; in InitStateContext()
144 abilityContextMap_[0] = abilityContext; in InitSamgrProcessContext()
162 if (abilityContextMap_.count(systemAbilityId) == 0) { in GetSystemAbilityContext()
166 abilityContext = abilityContextMap_[systemAbilityId]; in GetSystemAbilityContext()
1057 for (auto it : abilityContextMap_) { in GetAllSystemAbilityInfo()
1151 for (auto it : abilityContextMap_) { in GetAllSystemAbilityInfoByState()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h158 std::map<int32_t, std::shared_ptr<SystemAbilityContext>> abilityContextMap_; variable