Home
last modified time | relevance | path

Searched defs:error_no (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/
Dexception.py21 def __init__(self, error_msg, error_no=""): argument
31 def __init__(self, error_msg, error_no=""): argument
41 def __init__(self, error_msg="ExecuteTerminate", error_no=""): argument
55 def __init__(self, error_msg="ReportException", error_no=""): argument
65 def __init__(self, error_msg, error_no=""): argument
79 def __init__(self, error_msg, error_no=""): argument
93 def __init__(self, error_msg, error_no=""): argument
108 error_no=""): argument
123 def __init__(self, error_msg="DeviceUnresponsiveException", error_no=""): argument
133 def __init__(self, error_msg, error_no=""): argument
[all …]
/test/testfwk/xdevice/plugins/ohos/src/ohos/
Dexception.py26 def __init__(self, error_msg, error_no=""): argument
36 def __init__(self, error_msg, error_no=""): argument
46 def __init__(self, error_msg, error_no=""): argument
57 def __init__(self, error_msg, error_no=""): argument
67 def __init__(self, error_msg, error_no=""): argument
78 def __init__(self, error_msg, error_no=""): argument
88 def __init__(self, error_msg, error_no=""): argument
/test/testfwk/xdevice/plugins/devicetest/log/
Dlogger.py38 def error(cls, content, error_no=None, is_traceback=False): argument
65 def exception(cls, content, error_no=None): argument