| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/exception/ |
| D | SignatureException.java | 25 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()
|
| D | HapFormatException.java | 36 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/ |
| D | ERROR.java | 101 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/ |
| D | file_system_data_parser.cpp | 87 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/ |
| D | file_system_data_parser.cpp | 88 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/ |
| D | ebpf_file_system_test.cpp | 121 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);
|
| D | table_test.cpp | 452 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/ |
| D | trace_stdtype.cpp | 1432 DataIndex errorCode, in AppendNewData() argument 1449 errorCodes_.emplace_back(errorCode); in AppendNewData()
|
| D | trace_stdtype.h | 1301 DataIndex errorCode,
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 1439 DataIndex errorCode, in AppendNewData() argument 1456 errorCodes_.emplace_back(errorCode); in AppendNewData()
|
| D | trace_stdtype.h | 1306 DataIndex errorCode,
|