Searched refs:bootPhase (Results 1 – 6 of 6) sorted by relevance
559 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() local715 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() local726 auto iter = abilityPhaseMap_.find(bootPhase); in FindAndStartPhaseTasks()737 if (bootPhase > OTHER_START) { in InitializeRunOnCreateSaProfiles()742 profileParser_->OpenSo(bootPhase); in InitializeRunOnCreateSaProfiles()[all …]
135 void ParseUtil::OpenSo(uint32_t bootPhase) in OpenSo() argument138 if (saProfile.runOnCreate && saProfile.bootPhase == bootPhase) { in OpenSo()212 uint32_t ParseUtil::GetBootPriorityPara(const std::string& bootPhase) in GetBootPriorityPara() argument214 if (bootPhase == BOOT_START_PHASE) { in GetBootPriorityPara()216 } else if (bootPhase == CORE_START_PHASE) { in GetBootPriorityPara()409 string bootPhase; in ParseSystemAbilityGetSaExtInfo() local410 GetStringFromJson(systemAbilityJson, SA_TAG_BOOT_PHASE, bootPhase); in ParseSystemAbilityGetSaExtInfo()411 saProfile.bootPhase = GetBootPriorityPara(bootPhase); in ParseSystemAbilityGetSaExtInfo()
34 void OpenSo(uint32_t bootPhase);47 uint32_t GetBootPriorityPara(const std::string& bootPhase);
129 uint32_t bootPhase = 3; member
100 bool InitializeRunOnCreateSaProfiles(uint32_t bootPhase);
729 saProfile.bootPhase = BOOTPHASE;747 saProfile.bootPhase = BOOTPHASE;