Lines Matching refs:components_name
641 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 is empty, please check it in {}.".format(
696 compare_subsystem_and_component(subsystem_name, components_name, subsystem_components_whitelist_info,