Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 11 of 11) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/exception/
DSignatureException.java25 private int errorCode; field in SignatureException
31 public SignatureException(int errorCode, String message) { in SignatureException() argument
33 this.errorCode = errorCode; in SignatureException()
36 public SignatureException(int errorCode, String message, Throwable cause) { in SignatureException() argument
38 this.errorCode = errorCode; in SignatureException()
50 sb.append(this.errorCode); in getMessage()
DHapFormatException.java36 public HapFormatException(int errorCode, String message) { in HapFormatException() argument
37 super(errorCode, message); in HapFormatException()
40 public HapFormatException(int errorCode, String message, Throwable cause) { in HapFormatException() argument
41 super(errorCode, message, cause); in HapFormatException()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DERROR.java101 private final int errorCode; field in ERROR
109 return this.errorCode; in getErrorCode()
113 this.errorCode = code; in ERROR()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Dfile_system_data_parser.cpp87 DataIndex errorCode = INVALID_UINT64; in ParseFileSystemEvent() local
90 errorCode = ConvertToHexTextIndex(-fsFixedHeadrAddr->ret); in ParseFileSystemEvent()
118 …currentCallId_, type, ipid, itid, newStartTs, newEndTs, duration, returnValue, errorCode, size, fd, in ParseFileSystemEvent()
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Dfile_system_data_parser.cpp88 DataIndex errorCode = INVALID_UINT64; in ParseFileSystemEvent() local
91 errorCode = ConvertToHexTextIndex(-fsFixedHeadrAddr->ret); in ParseFileSystemEvent()
119 …currentCallId_, type, ipid, itid, newStartTs, newEndTs, duration, returnValue, errorCode, size, fd, in ParseFileSystemEvent()
/developtools/smartperf_host/trace_streamer/test/unittest/
Debpf_file_system_test.cpp121 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0]; variable
122 EXPECT_EQ(errorCode, INVALID_UINT64);
203 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0]; variable
204 EXPECT_EQ(errorCode, ExpectErrorValue);
284 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0]; variable
285 EXPECT_EQ(errorCode, INVALID_UINT64);
365 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0]; variable
367 EXPECT_EQ(errorCode, ExpectErrorValue);
Dtable_test.cpp452 DataIndex errorCode = stream_.traceDataCache_->GetDataIndex("errorCode"); variable
494 …callChainId, type, ipid, itid, startTs, endTs, dur, returnValue, errorCode, size, fd, fileId, firs…
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1432 DataIndex errorCode, in AppendNewData() argument
1449 errorCodes_.emplace_back(errorCode); in AppendNewData()
Dtrace_stdtype.h1301 DataIndex errorCode,
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1439 DataIndex errorCode, in AppendNewData() argument
1456 errorCodes_.emplace_back(errorCode); in AppendNewData()
Dtrace_stdtype.h1306 DataIndex errorCode,