Home
last modified time | relevance | path

Searched refs:config_name (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/build/scripts/
H A Dhapbuilder.py107 config_name = 'config.json'
109 config_name = 'module.json'
110 hap_profile = os.path.join(package_dir, config_name)
112 raise Exception('Error: {} of hap file not exists'.format(config_name))
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_add_handler.py124 config_name = "create_model.config"
126 os.path.join('resources', config_name))
131 config_name=config_name)
423 config_name=temp_file_name)
H A Dhdf_module_kconfig_file.py73 config_name = valid_parts[-1].lower()
91 self._add_model(config_name, config_item, depends_on_item, enabled)
H A Dhdf_liteos_scann.py293 config_name = ['BUILD.gn', 'Kconfig', 'Makefile']
297 if file_name in config_name:
/ohos5.0/foundation/multimedia/drm_framework/services/etc/
H A Ddrm_api_operation.cfg17 "config_name": "test_processor",
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_api_operation.h24 std::string config_name; member
/ohos5.0/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp106 {"config_name", [&](const std::string &value) { reportConfig.config_name = value; }}, in ParseReportConfig()
225 config.name = reportConfig.config_name; in AddProcessor()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py430 def write_config(root_path, config_file_json, config_name): argument
434 write_file(os.path.join('resources', config_name),
439 write_file(os.path.join('resources', config_name),
/ohos5.0/build/config/sanitizers/
H A Dsanitizers.gni386 foreach(config_name, bypass_config_debug_list) {
387 if (part_name == config_name) {