Home
last modified time | relevance | path

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

123

/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/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DintentLogger.ts70 error(...args: string[]): void { method in IntentLogger
83 const message: string = typeof error === 'string' ? error : error.toString(); constant
/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DintentLogger.ts70 error(...args: string[]): void { method in IntentLogger
83 const message: string = typeof error === 'string' ? error : error.toString(); constant
/developtools/global_resource_tool/src/
Drestool.cpp35 } catch (const std::runtime_error &error) { in main() local
Drestool_errors.cpp784 ErrorInfo error; in GetError() local
801 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/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfFuncAsm.ts198 const errorMessage = error instanceof Error ? error.message : 'Unknown error'; constant
212 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/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.cpp66 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/ace_ets2bundle/compiler/tools/memory_dotting_viewer/log/
DLog.js25 export const error = (message, ...optionalParams) => { function
/developtools/smartperf_host/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/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/integration_verification/tools/deps_guard/rules_checker/
Dbase_rule.py61 def error(self, info): member in BaseRule
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/
Ddynamic-loader.h30 static char error[256]; in libraryError() local
/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/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
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

123