Searched defs:errorCode (Results 1 - 9 of 9) sorted by relevance
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/ |
H A D | SignatureException.java | 26 private int errorCode; field in SignatureException 43 public SignatureException(int errorCode, String message) { in SignatureException() argument 55 public SignatureException(int errorCode, String message, Throwable cause) { in SignatureException() argument [all...] |
H A D | HapFormatException.java | 36 public HapFormatException(int errorCode, String message) { in HapFormatException() argument 40 public HapFormatException(int errorCode, String message, Throwable cause) { in HapFormatException() argument
|
H A D | ERROR.java | 109 private final int errorCode; field in ERROR
|
/developtools/profiler/hidebug/interfaces/js/kits/napi/util/ |
H A D | hiappevent_util.cpp | 62 void ApiInvokeRecorder::SetErrorCode(int errorCode) in SetErrorCode() argument
|
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
H A D | file_system_data_parser.cpp | 128 DataIndex errorCode = INVALID_UINT64; in ParseFileSystemEvent() local 54 StartEndTime(const FsFixedHeader *fsFixedHeadrAddr, uint64_t newStartTs, uint64_t newEndTs, DataIndex &returnValue, DataIndex &errorCode) StartEndTime() argument
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
H A D | ebpf_stdtype.h | 33 DataIndex errorCode = INVALID_DATAINDEX; member
|
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
H A D | sign_provider.cpp | 42 bool SignProvider::PrintErrorLog(const std::string& log, const int& errorCode, std::string path) in PrintErrorLog() argument
|
/developtools/smartperf_host/trace_streamer/test/unittest/table/ |
H A D | table_test.cpp | 423 DataIndex errorCode = stream_.traceDataCache_->GetDataIndex("errorCode"); in HWTEST_F() local
|
/developtools/hdc/src/common/ |
H A D | base.cpp | 297 DWORD errorCode = GetLastError(); in CompressLogFile() local
|
Completed in 15 milliseconds