Home
last modified time | relevance | path

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

/ohos5.0/build/hb/services/
H A Dhpm.py52 self.execute_hpm_cmd(CMDTYPE.BUILD)
55 def execute_hpm_cmd(self, cmd_type: int, **kwargs): member in Hpm
/ohos5.0/build/hb/modules/
H A Dohos_install_module.py60 self.hpm.execute_hpm_cmd(CMDTYPE.INSTALL)
H A Dohos_package_module.py58 self.hpm.execute_hpm_cmd(CMDTYPE.PACKAGE)
H A Dohos_publish_module.py58 self.hpm.execute_hpm_cmd(CMDTYPE.PUBLISH)
H A Dohos_update_module.py58 self.hpm.execute_hpm_cmd(CMDTYPE.UPDATE)