Lines Matching defs:bootPhase
137 void ParseUtil::OpenSo(uint32_t bootPhase)
140 if (saProfile.runOnCreate && saProfile.bootPhase == bootPhase) {
214 uint32_t ParseUtil::GetBootPriorityPara(const std::string& bootPhase)
216 if (bootPhase == BOOT_START_PHASE) {
218 } else if (bootPhase == CORE_START_PHASE) {
411 string bootPhase;
412 GetStringFromJson(systemAbilityJson, SA_TAG_BOOT_PHASE, bootPhase);
413 saProfile.bootPhase = GetBootPriorityPara(bootPhase);