Home
last modified time | relevance | path

Searched refs:ActiveSystemAbility (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp94 saMgr->ActiveSystemAbility(SAID, procNameU16, reason); in FuzzOndemandLoad()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h149 bool ActiveSystemAbility(int32_t systemAbilityId, const std::u16string& procName,
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp2639 bool ret = saMgr->ActiveSystemAbility(systemAbilityId, procName, activeReason);
2656 bool ret = saMgr->ActiveSystemAbility(systemAbilityId, procName, activeReason);
2676 bool ret = saMgr->ActiveSystemAbility(TEST_OVERFLOW_SAID, u"test", activeReason);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp409 …bool result = SystemAbilityManager::GetInstance()->ActiveSystemAbility(abilityContext->systemAbili… in ActiveSystemAbilityLocked()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1835 bool SystemAbilityManager::ActiveSystemAbility(int32_t systemAbilityId, const std::u16string& procN… in ActiveSystemAbility() function in OHOS::SystemAbilityManager