Home
last modified time | relevance | path

Searched defs:kwargs (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/build/hb/services/
H A Dgn.py57 def execute_gn_cmd(self, cmd_type: int, **kwargs):
97 def _execute_gn_gen_cmd(self, **kwargs):
136 def _execute_gn_path_cmd(self, **kwargs):
161 def _execute_gn_desc_cmd(self, **kwargs):
186 def _execute_gn_ls_cmd(self, **kwargs):
206 def _execute_gn_refs_cmd(self, **kwargs):
226 def _execute_gn_format_cmd(self, **kwargs):
248 def _execute_gn_clean_cmd(self, **kwargs):
H A Dhpm.py55 def execute_hpm_cmd(self, cmd_type: int, **kwargs):
89 def _execute_hpm_build_cmd(self, **kwargs):
94 def _execute_hpm_install_cmd(self, **kwargs):
99 def _execute_hpm_pack_cmd(self, **kwargs):
104 def _execute_hpm_publish_cmd(self, **kwargs):
109 def _execute_hpm_update_cmd(self, **kwargs):
H A Dhdc.py53 def execute_hdc_cmd(self, cmd_type: int, **kwargs):
99 def _execute_hdc_push_cmd(self, **kwargs):
125 def _execute_hdc_list_targets_cmd(self, **kwargs):
H A Dmenu.py138 def _list_promt(self, name: str, message: str, choices: list, **kwargs):
154 def _prompt(self, questions: list, answers=None, **kwargs):
232 def _question(self, message: str, **kwargs):
312 def __init__(self, choices: list, **kwargs):
/ohos5.0/base/update/packaging_tools/
H A Dscript_generator.py58 def sha_check(self, *args, **kwargs):
61 def image_sha_check(self, *args, **kwargs):
64 def first_block_check(self, *args, **kwargs):
67 def image_patch(self, *args, **kwargs):
70 def abort(self, *args, **kwargs):
73 def show_progress(self, *args, **kwargs):
76 def block_update(self, *args, **kwargs):
79 def raw_image_write(self, *args, **kwargs):
82 def get_status(self, *args, **kwargs):
85 def set_status(self, *args, **kwargs):
[all …]
/ohos5.0/build/lite/
H A Dutils.py55 def exec_command(cmd: str, log_path: str = 'out/build.log', **kwargs):
78 def check_output(cmd: str, **kwargs):
110 def excute(self, event, **kwargs):
/ohos5.0/build/lite/ndk/build/
H A Dbuild.py27 def exec_command(cmd, log_path='out/build.log', **kwargs):
/ohos5.0/build/hb/helper/
H A Dsingleton.py21 def __call__(cls, *args, **kwargs):
/ohos5.0/build/scripts/
H A Dentry.py23 def check_output(cmd: str, **kwargs):
/ohos5.0/build/hb/containers/
H A Dstatus.py45 def wrapper(*args, **kwargs):
/ohos5.0/build/build_scripts/
H A Dbuild.py57 def check_output(cmd: str, **kwargs) -> str:
/ohos5.0/build/hb/util/
H A Dsystem_util.py35 … def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs):
/ohos5.0/build/ohos/packages/
H A Dkernel_permission.py168 def exec_command(cmd: list, exec_env=None, **kwargs):