Home
last modified time | relevance | path

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 Dhdf_manager_config_file.py91 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 Dhdf_module_mk_file.py44 return hdf_utils.SectionContent(begin_flag, content, end_flag)
64 empty_content = hdf_utils.SectionContent(begin_flag, '', end_flag)
H A Dhdf_vendor_mk_file.py39 return hdf_utils.SectionContent(begin, '', end)
50 return hdf_utils.SectionContent(begin, module_item, end)
H A Dhdf_module_kconfig_file.py161 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 Dhdf_utils.py78 class SectionContent(object): class