Searched refs:components_name (Results 1 – 2 of 2) sorted by relevance
135 def components_name(self): member in Node138 @components_name.setter139 def components_name(self, value): member in Node
641 def compare_subsystem_and_component(subsystem_name, components_name, subsystem_compoents_whitelist_… argument645 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_name658 …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…