Home
last modified time | relevance | path

Searched refs:CORE_START_PHASE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/build/ohos/sa_profile/sa_info_process/
H A Dsort_sa_by_bootphase.py24 CORE_START_PHASE = "CoreStartPhase" variable in RearrangementPolicy
27 rearrange_category_order = (BOOT_START_PHASE, CORE_START_PHASE,
32 CORE_START_PHASE: 2,
39 RearrangementPolicy.CORE_START_PHASE: [],
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp76 constexpr const char* CORE_START_PHASE = "CoreStartPhase"; variable
216 } else if (bootPhase == CORE_START_PHASE) { in GetBootPriorityPara()