/ohos5.0/build/hb/resolver/ |
H A D | args_factory.py | 29 def genetic_add_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser: 43 def _add_bool_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser: 51 def _add_str_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser: 64 def _add_list_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser: 72 def _add_bool_abbreviation_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentP… 77 def _add_str_abbreviation_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentPa… 82 def _add_str_optional_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser: 87 def _add_str_optional_abbreviation_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.A… 92 def _add_list_abbreviation_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentP…
|
H A D | publish_args_resolver.py | 33 def __init__(self, args_dict: dict):
|
/ohos5.0/build/ohos/packages/ |
H A D | resources_collect.py | 42 def _collect_testcase(resources_dir: str, parts_info: dict, output_base_dir: str): 63 def collect_testcase(resources_dir_list: list, parts_info: dict, output_base_dir: str): 68 def _collect_test_mlf(resources_dir: str, parts_info: dict, output_base_dir: str): 89 def collect_test_mlf(resources_dir_list: list, parts_info: dict, output_base_dir: str): 94 def _collect_libs_symbols(resources_dir: str, parts_info: dict, package_output_base_dir: str): 120 def collect_libs_symbols(resources_dir_list: list, parts_info: dict, output_base_dir: str): 125 def _collect_libs_java(resources_dir: str, parts_info: dict, output_base_dir: str): 148 def collect_libs_java(resources_dir_list: str, parts_info: dict, output_base_dir: str): 153 def _collect_kits_modules(resources_dir: str, parts_info: dict, output_base_dir: str): 166 def collect_kits_modules(resources_dir_list: list, parts_info: dict, output_base_dir: str): [all …]
|
H A D | modules_install.py | 32 def _get_modules_info(system_install_info: dict, depfiles: list): 67 def copy_modules(system_install_info: dict, install_modules_info_file: str, 70 … host_toolchain, additional_system_files: dict, depfiles: list, categorized_libraries: dict):
|
H A D | parts_install_info.py | 36 def platform_parts(all_parts_info_file: str, current_platform_parts: dict):
|
/ohos5.0/build/templates/common/ |
H A D | check_deps_handler.py | 27 def check_third_party_deps(args, dep_part: str, parts_deps_info: dict, _tips_info: dict, third_deps… 90 def get_part_pattern(cur_part_name: str, parts_path_info: dict, path_parts_info: dict, depfiles: li… 106 def get_dep_part(dep_path: str, third_part_info: dict) -> str: 116 def check_part_deps(args, part_pattern: str, path_parts_info: dict, compile_standard_allow_info: di…
|
H A D | check_external_deps.py | 26 def check_parts_deps(args, external_part_name: str, parts_deps_info: dict):
|
/ohos5.0/build/tools/component_tools/static_check/ |
H A D | csct_online_prehandle.py | 24 def add2dict(diff_dict: dict, path: str, line_num: str, content): 37 def __diff_match_file_start(control_block: dict, line: str): 51 def __diff_match_is_newfile(control_block: dict, line: str): 60 def __diff_match_filename_with_minus(control_block: dict, line: str): 69 def __diff_match_filename_with_plus(control_block: dict, line: str): 88 def __diff_match_start_linenum(control_block: dict, line: str): 98 def __diff_match_code_line(control_block: dict, line: str): 118 def strip_diff(diff_dict: dict, pull_request_url: str, gitee_pr_diff: str):
|
/ohos5.0/build/hb/util/ |
H A D | product_util.py | 334 def get_vendor_parts_list(config: dict): 342 def _transform(config: dict): 351 def _from_ss_to_parts(subsystems: dict): 381 def get_features(features: dict): 406 def get_syscap(syscap: dict):
|
/ohos5.0/build/tools/component_tools/ |
H A D | parse_kconf.py | 55 def merge(component_subsys_dict: dict, component_deps_dict: dict, subsys_conf: dict): 82 def handle_config_feature(items: dict, arr: list, line: str): 93 def handle_config_component(items: dict, arr: list, line: str): 100 def handle_config_property(items: dict, arr: list, line: str):
|
/ohos5.0/build/hb/services/ |
H A D | loader.py | 758 …ef _get_real_part_name(self, original_part_name: str, current_platform: str, parts_variants: dict): 773 def _output_infos_by_platform(self, part_name_infos: dict, parts_info_dict: dict): 880 …onent(self, subsystem_info: dict, component: dict, build_file: str, all_parts: dict, overrided_com… 935 def _output_parts_config_json(self, all_parts: dict, output_file: dict):
|
/ohos5.0/build/tools/component_tools/static_check/bundle_check/ |
H A D | bundle_json_check.py | 97 def to_json(all_errors: dict, 320 …def _check_component_name(self, component: dict, component_line: int, bundle_error_component: list… 339 def _check_component_subsystem(self, component: dict, component_line: int, 358 def _check_component_syscap(self, component: dict, bundle_error_component: list): 380 …def _check_component_ast(self, component: dict, component_line: int, bundle_error_component: list): 411 …def _check_component_rom(self, component: dict, component_line: int, bundle_error_component: list): 436 …def _check_component_ram(self, component: dict, component_line: int, bundle_error_component: list): 461 …def _check_component_deps(self, component: dict, component_line: int, bundle_error_component: list…
|
/ohos5.0/build/config/mac/ |
H A D | sdk_info.py | 51 def fill_xcode_version(fill_settings: dict) -> dict: 63 def fill_machine_os_build(fill_settings: dict): 69 def fill_sdk_path_and_version(fill_settings: dict, platform: str, xcode_version: str or bytes):
|
/ohos5.0/build/ohos/hisysevent/ |
H A D | gen_def_from_all_yaml.py | 243 def _build_header(info_dict: dict): 346 def _check_event_domain(yaml_info: dict) -> bool: 401 def _check_event_type(event_name: str, event_base: dict) -> bool: 417 def _check_event_level(event_name: str, event_base: dict) -> bool: 433 def _check_event_desc(event_name: str, event_base: dict) -> bool: 460 def _check_tag_name(event_name: str, event_base: dict, tag_name: str) -> bool: 488 def _check_event_tag(event_name: str, event_base: dict) -> bool: 511 def _check_event_preserve(event_name: str, event_base: dict) -> bool: 521 def _check_base_key(event_name: str, event_base: dict) -> bool: 575 def _check_param_type(event_name: str, param_name: str, param_info: dict) -> bool: [all …]
|
/ohos5.0/build/hb/resolver/interface/ |
H A D | args_resolver_interface.py | 27 def __init__(self, args_dict: dict): 43 def _map_args_to_function(self, args_dict: dict):
|
/ohos5.0/build/tools/module_dependence/ |
H A D | part_deps.py | 24 def gen_part_dependence(deps_data: dict): 59 def _drawing_part_deps(part_deps_data: dict, output_path: str):
|
H A D | module_deps_tree.py | 97 def color_tree(self, tree_data: dict): 109 def graph_tree(self, tree_data: dict):
|
H A D | module_deps.py | 24 def gen_module_deps(deps_data: dict):
|
/ohos5.0/build/ |
H A D | prebuilts_download.py | 74 def _config_parse(config: dict, tool_repo: str, host_os_version: str) -> dict: 165 def _hwcloud_download(args, config: dict, bin_dir: str, code_dir: str): 266 def _node_modules_copy(config: dict, code_dir: str, enable_symlink: bool): 280 def _file_handle(config: dict, code_dir: str, host_platform: str): 327 def _install(config: dict, code_dir: str):
|
H A D | print_python_deps.py | 64 def _find_python_in_directory(directory: dict):
|
/ohos5.0/build/ohos/sdk/ |
H A D | parse_sdk_description.py | 70 def add_target(item: dict, target: str, sdk_systems: list): 131 def variant_to_product(variant: dict, options: dict):
|
H A D | copy_sdk_modules.py | 38 def do_copy_and_stamp(copy_infos: dict, options, depfile_deps: list):
|
/ohos5.0/build/ohos/sa_profile/ |
H A D | src_sa_profile_process.py | 26 def sa_info_process(sa_profile_infos_file: str, toolchain_platform: dict):
|
/ohos5.0/build/scripts/ |
H A D | build_js_assets.py | 86 def make_manifest_data(config: dict, options, js2abc: bool, asset_index: int, assets_cnt: int, src_… 179 def enable_compile_cache(asset_index: int, assets_cnt: int, env: dict, use_compile_cache: bool):
|
/ohos5.0/build/hb/modules/interface/ |
H A D | indep_build_module_interface.py | 27 def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface):
|