Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 45) sorted by relevance

12

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DCustomException.java24 private ERROR error; field in CustomException
34 CustomException(ERROR error, String message) { in CustomException()
46 public static void throwException(ERROR error, String message) { in throwException()
54 public void setError(ERROR error) { in setError()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DValidateUtils.java38 …public static void throwIfNotMatches(boolean isMatch, ERROR error, String errorMsg) throws CustomE… in throwIfNotMatches()
52 …public static void throwIfMatches(boolean isMatch, ERROR error, String errorMsg) throws CustomExce… in throwIfMatches()
DLogUtils.java225 public void error(String log) { in error() method in LogUtils
236 public void error(String log, Throwable e) { in error() method in LogUtils
248 public void error(String log, Object arg, Throwable e) { in error() method in LogUtils
259 public void error(String log, Object arg) { in error() method in LogUtils
271 public void error(String log, Object arg1, Object arg2) { in error() method in LogUtils
284 public void error(String log, Object arg1, Object arg2, Object arg3) { in error() method in LogUtils
/developtools/global_resource_tool/src/
Drestool_errors.cpp521 ErrorInfo error; in GetError() local
537 void PrintError(const ErrorInfo &error) in PrintError()
/developtools/hdc/hdc_rust/src/
Dutils.rs178 macro_rules! error { macro
187 macro_rules! error { macro
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfFuncAsm.ts188 const errorMessage = error instanceof Error ? error.message : 'Unknown error'; constant
202 const errorMessage = error instanceof Error ? error.message : 'Unknown error'; constant
/developtools/profiler/device/plugins/native_daemon/
Dnative_daemon_client.cpp60 bool error = false; in main() local
/developtools/smartperf_host/ide/src/log/
DLog.ts26 export const error = (message?: unknown, ...optionalParams: unknown[]): void => { constant
/developtools/packing_tool/adapter/ohos/
DLog.java68 public void error(String msg) { in error() method in Log
/developtools/hapsigner/hapsigntool_cpp/signer/src/
Dsigner_factory.cpp60 char* error = nullptr; in LoadRemoteSigner() local
/developtools/integration_verification/tools/startup_guard/startup_checker/
Dbase_rule.py66 def error(self, info): member in BaseRule
/developtools/integration_verification/tools/deps_guard/rules_checker/
Dbase_rule.py61 def error(self, info): member in BaseRule
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dsunrpc.proto53 int32 error = 1; field
63 int32 error = 1; field
73 int32 error = 1; field
Dblock.proto44 int32 error = 4; field
102 int32 error = 4; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dsunrpc.proto53 int32 error = 1; field
63 int32 error = 1; field
73 int32 error = 1; field
Dblock.proto44 int32 error = 4; field
102 int32 error = 4; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dsunrpc.proto53 int32 error = 1; field
63 int32 error = 1; field
73 int32 error = 1; field
Dblock.proto44 int32 error = 4; field
102 int32 error = 4; field
/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/log/
DLog.js25 export const error = (message, ...optionalParams) => { function
/developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/
Dsunrpc.proto55 int32 error = 1; field
67 int32 error = 1; field
79 int32 error = 1; field
Dblock.proto44 int32 error = 4; field
102 int32 error = 4; field
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dlogger.ts68 error(...args: string[]): void { method in CommonLogger
/developtools/integration_verification/DeployDevice/src/util/
Dlog_info.py92 def error(self, msg): member in Logger
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dshare.ts43 public error(color: string, errormsg: string, reset: string) { method in Logger
/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
DmockRollupContext.ts203 public error() { } method in RollUpPluginMock

12