Home
last modified time | relevance | path

Searched refs:CommandErrorCode (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_command_handler_base.py15 from .hdf_command_error_code import CommandErrorCode
35 CommandErrorCode.INTERFACE_ERROR)
53 (arg, self.cmd), CommandErrorCode.INTERFACE_ERROR)
97 full_path, CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_command_line_server.py15 from .hdf_command_error_code import CommandErrorCode
95 err_code = CommandErrorCode.MESSAGE_FORMAT_WRONG
102 err_code = CommandErrorCode.MESSAGE_FORMAT_WRONG
121 self._send_back_error(CommandErrorCode.UNKNOWN_ERROR,
H A Dhdf_tool_argument_parser.py13 from command_line.hdf_command_error_code import CommandErrorCode
20 raise HdfToolException(message, CommandErrorCode.INTERFACE_ERROR)
H A Dhdf_tool_commands.py19 from .hdf_command_error_code import CommandErrorCode
42 CommandErrorCode.INTERFACE_ERROR)
H A Dhdf_add_handler.py21 from .hdf_command_error_code import CommandErrorCode
78 target_dir, CommandErrorCode.TARGET_ALREADY_EXIST)
107 framework_hdf, CommandErrorCode.TARGET_NOT_EXIST)
113 CommandErrorCode.TARGET_ALREADY_EXIST)
149 adapter_hdf, CommandErrorCode.TARGET_NOT_EXIST)
364 driver_file_path, CommandErrorCode.TARGET_NOT_EXIST)
389 CommandErrorCode.TARGET_NOT_EXIST)
407 CommandErrorCode.TARGET_ALREADY_EXIST)
H A Dhdf_vendor_build_file.py17 from .hdf_command_error_code import CommandErrorCode
26 CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_vendor_makefile.py17 from .hdf_command_error_code import CommandErrorCode
31 CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_set_handler.py19 from .hdf_command_error_code import CommandErrorCode
75 CommandErrorCode.TARGET_NOT_EXIST)
79 CommandErrorCode.TARGET_ALREADY_EXIST)
H A Dhdf_module_mk_file.py17 from .hdf_command_error_code import CommandErrorCode
59 CommandErrorCode.FILE_FORMAT_WRONG)
H A Dhdf_get_handler.py27 from .hdf_command_error_code import CommandErrorCode
106 CommandErrorCode.TARGET_NOT_EXIST)
131 drv_dir, CommandErrorCode.TARGET_NOT_EXIST)
198 "%s: config file not exit" % CommandErrorCode.TARGET_NOT_EXIST)
224 "%s: config file not exit" % CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_vendor_mk_file.py18 from .hdf_command_error_code import CommandErrorCode
27 CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_driver_config_file.py17 from command_line.hdf_command_error_code import CommandErrorCode
34 CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_lite_settings_mk_file.py16 from .hdf_command_error_code import CommandErrorCode
77 CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_device_info_hcs.py18 from .hdf_command_error_code import CommandErrorCode
49 self.file_path, CommandErrorCode.TARGET_NOT_EXIST)
53 self.hcspath, CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_command_error_code.py11 class CommandErrorCode(object): class
H A Dhdf_manager_config_file.py16 from command_line.hdf_command_error_code import CommandErrorCode
138 CommandErrorCode.FILE_FORMAT_WRONG)
H A Dhdf_linux_scann.py19 from .hdf_command_error_code import CommandErrorCode
34 CommandErrorCode.TARGET_NOT_EXIST)
40 CommandErrorCode.TARGET_NOT_EXIST)
46 CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_liteos_scann.py20 from .hdf_command_error_code import CommandErrorCode
32 CommandErrorCode.TARGET_NOT_EXIST)
37 CommandErrorCode.TARGET_NOT_EXIST)
42 CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdf_model_enable_operation.py19 from .hdf_command_error_code import CommandErrorCode
41 CommandErrorCode.TARGET_NOT_EXIST)
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_tool_exception.py11 from command_line.hdf_command_error_code import CommandErrorCode
15 def __init__(self, msg, error_code=CommandErrorCode.UNKNOWN_ERROR):
H A Dmain.py17 from command_line.hdf_command_error_code import CommandErrorCode
48 print('error: {}, {}'.format(CommandErrorCode.UNKNOWN_ERROR, str(exc)))
H A Dhdf_tool_settings.py15 from command_line.hdf_command_error_code import CommandErrorCode
46 CommandErrorCode.FILE_FORMAT_WRONG)
171 CommandErrorCode.TARGET_NOT_EXIST)
178 CommandErrorCode.FILE_FORMAT_WRONG)
H A Dhdf_utils.py21 from command_line.hdf_command_error_code import CommandErrorCode
227 adapter_framework, CommandErrorCode.TARGET_NOT_EXIST)
233 create_file_save_path, CommandErrorCode.TARGET_NOT_EXIST)
427 CommandErrorCode.TARGET_NOT_EXIST)
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_add_handler.py19 from command_line.hdf_command_error_code import CommandErrorCode
147 CommandErrorCode.TARGET_NOT_EXIST)
206 error_code=CommandErrorCode.INTERFACE_ERROR)
448 target_config_file_path, CommandErrorCode.TARGET_NOT_EXIST)
519 out_config_path, CommandErrorCode.TARGET_NOT_EXIST)
H A Dhdi_delete_handler.py19 from command_line.hdf_command_error_code import CommandErrorCode
81 CommandErrorCode.TARGET_NOT_EXIST)

12