Searched refs:SectionContent (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_manager_config_file.py | 91 return hdf_utils.SectionContent(begin, contents, end) 117 empty_device = hdf_utils.SectionContent(begin, '', end) 131 return hdf_utils.SectionContent(begin, host_content, end) 147 empty_section = hdf_utils.SectionContent(begin, "", end)
|
H A D | hdf_module_mk_file.py | 44 return hdf_utils.SectionContent(begin_flag, content, end_flag) 64 empty_content = hdf_utils.SectionContent(begin_flag, '', end_flag)
|
H A D | hdf_vendor_mk_file.py | 39 return hdf_utils.SectionContent(begin, '', end) 50 return hdf_utils.SectionContent(begin, module_item, end)
|
H A D | hdf_module_kconfig_file.py | 161 new_content = hdf_utils.SectionContent(begin_flag, k_item, end_flag) 162 old_content = hdf_utils.SectionContent(begin_flag, '', end_flag) 176 old_content = hdf_utils.SectionContent(begin_flag, '', end_flag)
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_utils.py | 78 class SectionContent(object): class
|