Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DSignatureException.java26 private int errorCode; field in SignatureException
43 public SignatureException(int errorCode, String message) { in SignatureException()
55 public SignatureException(int errorCode, String message, Throwable cause) { in SignatureException()
DHapFormatException.java36 public HapFormatException(int errorCode, String message) { in HapFormatException()
40 public HapFormatException(int errorCode, String message, Throwable cause) { in HapFormatException()
DERROR.java109 private final int errorCode; field in ERROR
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Dfile_system_data_parser.cpp58 DataIndex &errorCode) in StartEndTime()
128 DataIndex errorCode = INVALID_UINT64; in ParseFileSystemEvent() local
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Debpf_stdtype.h33 DataIndex errorCode = INVALID_DATAINDEX; member
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp423 DataIndex errorCode = stream_.traceDataCache_->GetDataIndex("errorCode"); variable