Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 16 of 16) 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/profiler/hidebug/interfaces/js/kits/napi/util/
Dhiappevent_util.cpp75 void SingleRecordReporter::ReportRecord(const std::string& apiName, int errorCode, int64_t beginTim… in ReportRecord()
97 void MultipleRecordReporter::ReportRecord(const std::string& apiName, int errorCode, int64_t beginT… in ReportRecord()
168 void ApiInvokeRecorder::SetErrorCode(int errorCode) in SetErrorCode()
/developtools/hiperf/src/
Dcommand_reporter.cpp49 int32_t errorCode = static_cast<int32_t>(errorCode_); in ReportCommand() local
/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/global_resource_tool/src/cmd/
Dcmd_parser.cpp44 uint32_t errorCode = ParseOption(argc, argv, currentIndex); in Parse() local
/developtools/hdc/src/host/
Dserver_for_client.cpp930 uint32_t errorCode = ptrServer->lastErrorNum; in PrintLastError() local
938 string HdcServerForClient::GetErrorString(uint32_t errorCode) in GetErrorString()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Debpf_stdtype.h33 DataIndex errorCode = INVALID_DATAINDEX; member
/developtools/global_resource_tool/src/
Dresource_table.cpp119 uint32_t errorCode = LoadResTable(in, resInfos); in LoadResTable() local
Dresource_pack.cpp39 uint32_t errorCode = RESTOOL_SUCCESS; in Package() local
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
Dsign_provider.cpp42 bool SignProvider::PrintErrorLog(const std::string& log, const int& errorCode, std::string path) in PrintErrorLog()
/developtools/profiler/device/base/src/
Dcommon.cpp793 int errorCode, const std::string& errorMessage) in PluginWriteToHisysevent()
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts878 const errorCode = ts.getErrorCode(diagnostic); constant
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp423 DataIndex errorCode = stream_.traceDataCache_->GetDataIndex("errorCode"); variable
/developtools/hdc/src/common/
Dbase.cpp301 DWORD errorCode = GetLastError(); in CompressLogFile() local