Home
last modified time | relevance | path

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

/build/tools/component_tools/
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/
Dload_ohos_build.py641 def compare_subsystem_and_component(subsystem_name, components_name, subsystem_compoents_whitelist_… argument
645 if components_name in list(subsystem_compoents_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_…
689 components_name = subsystem_part_list[1]
691 if subsystem_name is None or components_name is None:
696 …compare_subsystem_and_component(subsystem_name, components_name, subsystem_compoents_whitelist_inf…