Home
last modified time | relevance | path

Searched refs:abilityStateScheduler_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp177 if (abilityStateScheduler_ != nullptr) { in CleanFfrt()
178 abilityStateScheduler_->CleanFfrt(); in CleanFfrt()
190 if (abilityStateScheduler_ != nullptr) { in SetFfrt()
191 abilityStateScheduler_->SetFfrt(); in SetFfrt()
310 if (abilityStateScheduler_ != nullptr) { in AddSamgrToAbilityMap()
347 if (abilityStateScheduler_ != nullptr) { in InitSaProfile()
513 if (abilityStateScheduler_ == nullptr) { in ProcessOnDemandEvent()
766 if (abilityStateScheduler_ == nullptr) { in CheckSystemAbility()
826 if (abilityStateScheduler_ == nullptr) { in RemoveSystemAbility()
1112 if (abilityStateScheduler_ == nullptr) { in AddSystemAbility()
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp226 saMgr->abilityStateScheduler_ = nullptr;
371 saMgr->abilityStateScheduler_ = nullptr;
412 saMgr->abilityStateScheduler_ = nullptr;
1138 saMgr->abilityStateScheduler_ = nullptr;
1187 saMgr->abilityStateScheduler_ = nullptr;
2240 saMgr->abilityStateScheduler_ = nullptr;
2274 saMgr->abilityStateScheduler_ = nullptr;
2288 saMgr->abilityStateScheduler_ = nullptr;
2320 saMgr->abilityStateScheduler_ = nullptr;
2336 saMgr->abilityStateScheduler_ = nullptr;
[all …]
H A Dsystem_ability_mgr_stub_test.cpp64 saMgr->abilityStateScheduler_->Init(saProfiles); in SetUpTestCase()
87 EXPECT_TRUE(saMgr->abilityStateScheduler_ != nullptr); in AddSystemAbilityContext()
100 saMgr->abilityStateScheduler_->processContextMap_[processName] in AddSystemAbilityContext()
1587 saMgr->abilityStateScheduler_->processContextMap_.clear();
1588 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
1611 saMgr->abilityStateScheduler_->processContextMap_.clear();
1612 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
2191 saMgr->abilityStateScheduler_->processContextMap_.clear();
2192 saMgr->abilityStateScheduler_->abilityContextMap_.clear();
2220 saMgr->abilityStateScheduler_->processContextMap_.clear();
[all …]
H A Dsystem_ability_mgr_new_test.cpp197 saMgr->abilityStateScheduler_ = nullptr;
200 saMgr->abilityStateScheduler_ = make_shared<SystemAbilityStateScheduler>();
590 saMgr->abilityStateScheduler_ = make_shared<SystemAbilityStateScheduler>();
605 saMgr->abilityStateScheduler_ = nullptr;
607 saMgr->abilityStateScheduler_ = make_shared<SystemAbilityStateScheduler>();
811 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler_ = variable
830 EXPECT_NE(saMgr->abilityStateScheduler_, nullptr);
1026 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler_ = nullptr; variable
1052 saMgr->abilityStateScheduler_ = nullptr;
1073 saMgr->abilityStateScheduler_ = nullptr;
[all …]
H A Dsystem_ability_manager_dumper_test.cpp962 saMgr->abilityStateScheduler_ = systemAbilityStateScheduler;
981 saMgr->abilityStateScheduler_ = systemAbilityStateScheduler;
987 saMgr->abilityStateScheduler_->processContextMap_[procName] = processContext;
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrdumper_fuzzer/
H A Dsamgrdumper_fuzzer.cpp78 manager->abilityStateScheduler_ = std::make_shared<SystemAbilityStateScheduler>(); in SamgrDumperFuzzTest()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h313 std::shared_ptr<SystemAbilityStateScheduler> abilityStateScheduler_; variable