Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp559 if (saProfile.bootPhase > OTHER_START) { in InitializeSaProfilesInnerLocked()
563 auto& saList = abilityPhaseMap_[saProfile.bootPhase]; in InitializeSaProfilesInnerLocked()
714 for (uint32_t bootPhase = BOOT_START; bootPhase <= OTHER_START; ++bootPhase) { in FindAndStartPhaseTasks() local
715 auto iter = abilityPhaseMap_.find(bootPhase); in FindAndStartPhaseTasks()
718 InitializeRunOnCreateSaProfiles(bootPhase + 1); in FindAndStartPhaseTasks()
721 InitializeRunOnCreateSaProfiles(bootPhase + 1); in FindAndStartPhaseTasks()
725 for (uint32_t bootPhase = BOOT_START; bootPhase <= OTHER_START; ++bootPhase) { in FindAndStartPhaseTasks() local
726 auto iter = abilityPhaseMap_.find(bootPhase); in FindAndStartPhaseTasks()
737 if (bootPhase > OTHER_START) { in InitializeRunOnCreateSaProfiles()
742 profileParser_->OpenSo(bootPhase); in InitializeRunOnCreateSaProfiles()
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp135 void ParseUtil::OpenSo(uint32_t bootPhase) in OpenSo() argument
138 if (saProfile.runOnCreate && saProfile.bootPhase == bootPhase) { in OpenSo()
212 uint32_t ParseUtil::GetBootPriorityPara(const std::string& bootPhase) in GetBootPriorityPara() argument
214 if (bootPhase == BOOT_START_PHASE) { in GetBootPriorityPara()
216 } else if (bootPhase == CORE_START_PHASE) { in GetBootPriorityPara()
409 string bootPhase; in ParseSystemAbilityGetSaExtInfo() local
410 GetStringFromJson(systemAbilityJson, SA_TAG_BOOT_PHASE, bootPhase); in ParseSystemAbilityGetSaExtInfo()
411 saProfile.bootPhase = GetBootPriorityPara(bootPhase); in ParseSystemAbilityGetSaExtInfo()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h34 void OpenSo(uint32_t bootPhase);
47 uint32_t GetBootPriorityPara(const std::string& bootPhase);
H A Dsa_profiles.h129 uint32_t bootPhase = 3; member
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dlocal_ability_manager.h100 bool InitializeRunOnCreateSaProfiles(uint32_t bootPhase);
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dlocal_ability_manager_test.cpp729 saProfile.bootPhase = BOOTPHASE;
747 saProfile.bootPhase = BOOTPHASE;