Home
last modified time | relevance | path

Searched refs:component_name (Results 1 – 15 of 15) sorted by relevance

/build/lite/testfwk/
Dgen_testfwk_info.py64 component_name = component["component"]
65 list_components_name.append(component_name)
66 if component_name not in set_components_name:
67 set_components_name.append(component_name)
70 for component_name in set_components_name:
71 data[platform_name][part_infos][component_name] = \
72 {"part_name": component_name, "build_out_dir": "."}
/build/hb/resolver/
Dtool_args_resolver.py52 component_name, module_name = arg.split(':')
54 out_dir, component_name, module_name))
72 component_name, module_name = arg.split(':')
74 out_dir, component_name, module_name))
92 component_name, module_name = arg.split(':')
94 out_dir, component_name, module_name))
Dbuild_args_resolver.py158 component_name = ComponentUtil.get_component_name(os.getcwd())
161 component_name),
163 target_list.append(component_name)
164 target_list.append(component_name + '_test')
166 component_name = ComponentUtil.get_component_name(os.getcwd())
167 component_name = os.path.basename(
168 os.getcwd()) if component_name == '' else component_name
170 .format(component_name, Config().product), "4001")
/build/hb/util/
Dcomponent_util.py34 def is_component_in_product(component_name: str, product_name: str) -> bool:
39 if component_name in dirs:
54 def get_component_module_full_name(out_path: str, component_name: str, module_name: str) -> str:
65 … if os.path.isdir(os.path.join(file_path, component)) and component == component_name:
81 module_name, component_name, out_path), "4001")
/build/tools/component_tools/
Dgenerate_kconfig.py76 component_name = component_dict.get("component")
77 result += create_config("{}$${}".format(subsys_name, component_name), component_name)
78 result += create_feature("{}$${}".format(subsys_name, component_name))
Dparse_kconf.py43 component_name = component.get(COMPONENT)
44 component_subsys_dict[component_name] = subsys_name
61 for component_name in config_component_list:
62 deps = component_deps_dict.get(component_name)
Dcomponent_node.py128 def __init__(self, component_name): argument
129 self._components_name = component_name
/build/tools/component_tools/static_check/bundle_check/
Dbundle_check_online.py104 component_name = value.split('/')[1] if ('/' in value) else value
105 if not BundleCheckTools.match_unix_like_name(component_name):
Dbundle_json_check.py53 component_name = bundle.component_name
56 if len(component_name) == 0:
57 component_name = "Unknow"
64 item['component'] = component_name
176 def component_name(self) -> str: member in BundleJson
/build/tools/component_tools/static_check/
Dreadme.md49 …类型:string。部件的HPM(鸿蒙包管理器)包名称,必填。命名规则:@{organization}/{component_name}。“component_name“为部件的名称,须满足规则1…
106 "name": "sensor_lite", # 部件的HPM名,规则为 @{organization}/{component_name}
116 "name": "SensorLite", # 部件名应该与 HPM 名的 component_name 部分一样,并且为内核命名风格。
/build/tests/unittest/part_replace/testpart/origin_component_override/feature1/
DBUILD.gn29 …# The comsumer will pass the 'external_deps=[ "{component_name:target_name}" ] method to establish…
/build/
DREADME_zh.md178 "name": "@ohos/<component_name>", # HPM部件英文名称,格式"@组织/部件名称"
193 "name": "<component_name>", # 部件名称
/build/templates/cxx/
Dcxx.gni371 foreach(component_name, debug_components) {
372 if (part_name == component_name) {
902 foreach(component_name, debug_components) {
903 if (part_name == component_name) {
1202 foreach(component_name, debug_components) {
1203 if (part_name == component_name) {
1456 foreach(component_name, debug_components) {
1457 if (part_name == component_name) {
/build/templates/rust/
Dohos_rust_library.gni327 foreach(component_name, debug_components) {
328 if (part_name == component_name) {
Drust_template.gni837 foreach(component_name, debug_components) {
838 if (part_name == component_name) {