Home
last modified time | relevance | path

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

/ohos5.0/build/ohos/sa_profile/sa_info_process/
H A Dsort_sa_by_bootphase.py22 class RearrangementPolicy(object): class
38 RearrangementPolicy.BOOT_START_PHASE: [],
39 RearrangementPolicy.CORE_START_PHASE: [],
40 RearrangementPolicy.DEFAULT_START_PHASE: []
52 self.policy = RearrangementPolicy()
160 self_priority = RearrangementPolicy.bootphase_priority_table.get(
162 depend_priority = RearrangementPolicy.bootphase_priority_table.get(
241 default_bootphase = RearrangementPolicy.DEFAULT_START_PHASE
304 for category in RearrangementPolicy.rearrange_category_order: