Home
last modified time | relevance | path

Searched refs:components_name (Results 1 - 2 of 2) sorted by relevance

/build/tools/component_tools/
H A Dcomponent_node.py135 def components_name(self): member in Node
138 @components_name.setter
139 def components_name(self, value): member in Node
/build/hb/util/loader/
H A Dload_ohos_build.py641 def compare_subsystem_and_component(subsystem_name, components_name, subsystem_components_whitelist_info,
645 if components_name in list(subsystem_components_whitelist_info.keys()):
647 overrided_components_name = '{}_{}'.format(components_name, 'override')
648 if components_name in list(part_subsystem_component_info.keys()) \
652 if subsystem_name == components_name:
657 name = components_name
658 message = "find component {} failed, please check it in {}.".format(components_name, parts_config_path)
689 components_name = subsystem_part_list[1]
691 if subsystem_name is None or components_name is None:
692 print("Warning: subsystem_name or components_name i
[all...]

Completed in 2 milliseconds