Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 7 of 7) 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()
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()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DERROR.java96 private final int errorCode; field in ERROR
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Debpf_file_system_test.cpp121 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0]; variable
203 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0]; variable
284 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0]; variable
365 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0]; variable
Dtable_test.cpp452 DataIndex errorCode = stream_.traceDataCache_->GetDataIndex("errorCode"); variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Dfile_system_data_parser.cpp89 DataIndex errorCode = INVALID_UINT64; in ParseFileSystemEvent() local
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1274 DataIndex errorCode, in AppendNewData()