Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 18 of 18) 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/frameworks/native/src/
Dhiappevent_util.cpp56 void SingleRecordReporter::ReportRecord(const std::string& apiName, int errorCode, int64_t beginTim… in ReportRecord()
78 void MultipleRecordReporter::ReportRecord(const std::string& apiName, int errorCode, int64_t beginT… in ReportRecord()
149 void ApiInvokeRecorder::SetErrorCode(int errorCode) in SetErrorCode()
/developtools/hiperf/src/
Dcommand_reporter.cpp49 int32_t errorCode = static_cast<int32_t>(errorCode_); in ReportCommand() local
Dsubcommand_stat.cpp964 HiperfError errorCode = CheckStatOption(); in OnSubCommand() local
/developtools/smartperf_host/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.cpp1208 uint32_t errorCode = ptrServer->lastErrorNum; in PrintLastError() local
1216 string HdcServerForClient::GetErrorString(uint32_t errorCode) in GetErrorString()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Debpf_stdtype.h33 DataIndex errorCode = INVALID_DATAINDEX; member
/developtools/global_resource_tool/src/
Dresource_pack.cpp39 uint32_t errorCode = RESTOOL_SUCCESS; in Package() local
Dresource_table.cpp134 uint32_t errorCode = LoadResTable(in, resInfos); in LoadResTable() local
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
Dsign_provider.cpp43 bool SignProvider::PrintErrorLog(const std::string& log, const int& errorCode, std::string path) in PrintErrorLog()
/developtools/profiler/device/base/src/
Dcommon.cpp851 int errorCode, const std::string& errorMessage) in PluginWriteToHisysevent()
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts940 const errorCode = ts.getErrorCode(diagnostic); constant
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dets_checker.ts960 const errorCode = ts.getErrorCode(diagnostic); constant
/developtools/hdc/src/common/
Dbase.cpp312 DWORD errorCode = GetLastError(); in CompressLogFile() local
2800 DWORD errorCode = GetLastError(); in CompressLogFile() local
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp424 DataIndex errorCode = stream_.traceDataCache_->GetDataIndex("errorCode"); variable