Searched defs:kwargs (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/build/hb/services/ |
H A D | gn.py | 57 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 D | hpm.py | 55 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 D | hdc.py | 53 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 D | menu.py | 138 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 D | script_generator.py | 58 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 D | utils.py | 55 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 D | build.py | 27 def exec_command(cmd, log_path='out/build.log', **kwargs):
|
/ohos5.0/build/hb/helper/ |
H A D | singleton.py | 21 def __call__(cls, *args, **kwargs):
|
/ohos5.0/build/scripts/ |
H A D | entry.py | 23 def check_output(cmd: str, **kwargs):
|
/ohos5.0/build/hb/containers/ |
H A D | status.py | 45 def wrapper(*args, **kwargs):
|
/ohos5.0/build/build_scripts/ |
H A D | build.py | 57 def check_output(cmd: str, **kwargs) -> str:
|
/ohos5.0/build/hb/util/ |
H A D | system_util.py | 35 … def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs):
|
/ohos5.0/build/ohos/packages/ |
H A D | kernel_permission.py | 168 def exec_command(cmd: list, exec_env=None, **kwargs):
|