Home
last modified time | relevance | path

Searched refs:_run_phase (Results 1 - 8 of 8) sorted by relevance

/build/hb/modules/
H A Dohos_build_module.py77 self._run_phase(BuildPhase.PRE_BUILD)
80 self._run_phase(BuildPhase.PRE_LOAD)
85 self._run_phase(BuildPhase.LOAD)
90 self._run_phase(BuildPhase.PRE_TARGET_GENERATE)
93 self._run_phase(BuildPhase.TARGET_GENERATE)
98 self._run_phase(BuildPhase.POST_TARGET_GENERATE)
101 self._run_phase(BuildPhase.PRE_TARGET_COMPILATION)
104 self._run_phase(BuildPhase.TARGET_COMPILATION)
109 self._run_phase(BuildPhase.POST_TARGET_COMPILATION)
112 self._run_phase(BuildPhas
114 def _run_phase(self, phase: BuildPhase): global() member in OHOSBuildModule
[all...]
H A Dohos_clean_module.py41 self._run_phase(CleanPhase.REGULAR)
44 self._run_phase(CleanPhase.DEEP)
46 def _run_phase(self, phase: CleanPhase): member in OHOSCleanModule
H A Dohos_indep_build_module.py59 self._run_phase()
62 def _run_phase(self): member in OHOSIndepBuildModule
H A Dohos_install_module.py59 self._run_phase()
62 def _run_phase(self): member in OHOSInstallModule
H A Dohos_push_module.py58 self._run_phase()
60 def _run_phase(self): member in OHOSPushModule
H A Dohos_package_module.py57 self._run_phase()
60 def _run_phase(self): member in OHOSPackageModule
H A Dohos_publish_module.py57 self._run_phase()
60 def _run_phase(self): member in OHOSPublishModule
H A Dohos_update_module.py57 self._run_phase()
60 def _run_phase(self): member in OHOSUpdateModule

Completed in 2 milliseconds