Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DSignatureException.java25 private int errorCode; field in SignatureException
31 public SignatureException(int errorCode, String message) { in SignatureException()
36 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.java101 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()
131 DataIndex errorCode = INVALID_UINT64; in ParseFileSystemEvent() local
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp415 DataIndex errorCode = stream_.traceDataCache_->GetDataIndex("errorCode"); variable