Home
last modified time | relevance | path

Searched refs:BOOT_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.py23 BOOT_START_PHASE = "BootStartPhase" variable in RearrangementPolicy
27 rearrange_category_order = (BOOT_START_PHASE, CORE_START_PHASE,
31 BOOT_START_PHASE: 3,
38 RearrangementPolicy.BOOT_START_PHASE: [],
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp75 constexpr const char* BOOT_START_PHASE = "BootStartPhase"; variable
214 if (bootPhase == BOOT_START_PHASE) { in GetBootPriorityPara()