Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 34) sorted by relevance

12

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/exception/
DHapFormatException.java28 public HapFormatException(String message) { in HapFormatException()
32 public HapFormatException(String message, Throwable cause) { in HapFormatException()
36 public HapFormatException(int errorCode, String message) { in HapFormatException()
40 public HapFormatException(int errorCode, String message, Throwable cause) { in HapFormatException()
DSignatureException.java27 public SignatureException(String message) { in SignatureException()
31 public SignatureException(int errorCode, String message) { in SignatureException()
36 public SignatureException(int errorCode, String message, Throwable cause) { in SignatureException()
41 public SignatureException(String message, Throwable cause) { in SignatureException()
DInvalidParamsException.java24 public InvalidParamsException(String message) { in InvalidParamsException()
28 public InvalidParamsException(String message, Throwable cause) { in InvalidParamsException()
DProfileException.java24 public ProfileException(String message) { in ProfileException()
28 public ProfileException(String message, Throwable cause) { in ProfileException()
DVerifyCertificateChainException.java24 public VerifyCertificateChainException(String message) { in VerifyCertificateChainException()
28 public VerifyCertificateChainException(String message, Throwable cause) { in VerifyCertificateChainException()
DMissingParamsException.java24 public MissingParamsException(String message) { in MissingParamsException()
28 public MissingParamsException(String message, Throwable cause) { in MissingParamsException()
DSignatureNotFoundException.java26 public SignatureNotFoundException(String message) { in SignatureNotFoundException()
30 public SignatureNotFoundException(String message, Throwable cause) { in SignatureNotFoundException()
/developtools/ace-js2bundle/ace-loader/src/
DcardJson-plugin.js70 compilation.errors.push({ message: 'errorStartERROR File:' + key + property
176 _this.warnings.push({message: 'warnStartWARNING File:' + key + property
185 _this.warnings.push({message: 'warnStartWARNING File:' + key + property
193 _this.warnings.push({message: 'warnStartWARNING File:' + key + property
205 _this.warnings.push({message: 'warnStartWARNING File:' + key + property
210 _this.warnings.push({message: 'warnStartWARNING File:' + key + property
217 _this.warnings.push({message: 'warnStartWARNING File:' + key + property
226 _this.warnings.push({message: 'warnStartWARNING File:' + key + property
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DCustomException.java32 CustomException(ERROR error, String message) { in CustomException()
42 public static void throwException(ERROR error, String message) { in throwException()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/common/
DGrpcException.java36 public GrpcException(String message) { in GrpcException()
46 public GrpcException(String message, Throwable cause) { in GrpcException()
/developtools/hiperf/src/
Dreport_protobuf_file.cpp33 SampleStatistic *message = record.mutable_statistic(); in BeforeClose() local
192 SymbolTableFile *message = record.mutable_file(); in ProcessSymbolsFiles() local
302 bool ReportProtobufFileReader::Dump(const CallStackSample &message, int indent) in Dump()
334 bool ReportProtobufFileReader::Dump(const SampleStatistic &message, int indent) in Dump()
346 bool ReportProtobufFileReader::Dump(const SymbolTableFile &message, int indent) in Dump()
360 bool ReportProtobufFileReader::Dump(const VirtualThreadInfo &message, int indent) in Dump()
374 bool ReportProtobufFileReader::Dump(const ReportInfo &message, int indent) in Dump()
/developtools/ace-ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts174 const message: string = `A struct should use decorator '@Component'.`; constant
178 const message: string = `A struct must have a name.`; constant
186 const message: string = `Please use a valid decorator.`; constant
290 const message: string = `The struct '${componentName}' use invalid decorator.`; constant
295 const message: string = `The struct '${componentName}' should use decorator '@Component'.`; constant
299 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
304 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
353 const message: string = constant
367 const message: string = `The component '${componentName}' can't have any child.`; constant
394 const message: string = constant
[all …]
Dprocess_system_module.ts26 const message: string = constant
/developtools/hiperf/test/unittest/common/native/
Dreport_protobuf_file_test.cpp166 const VirtualThreadInfo &message = record.thread(); in __anonce00df710102() local
197 const SampleStatistic &message = record.statistic(); in __anonce00df710202() local
229 const SymbolTableFile &message = record.file(); in __anonce00df710302() local
269 const ReportInfo &message = record.info(); in __anonce00df710402() local
314 const CallStackSample &message = record.sample(); in __anonce00df710502() local
/developtools/ace-js2bundle/ace-loader/sample/rich/i18n/
Den.json2 "message":{ object
Dzh.json2 "message": { object
/developtools/ace-js2bundle/ace-loader/sample/card/i18n/
Dzh.json2 "message": { object
Den.json2 "message":{ object
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DSampleDialog.java36 private String message = ""; field in SampleDialog
46 public SampleDialog(String title, String message) { in SampleDialog()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/
DCustomJButton.java45 public CustomJButton(Icon icon, String message) { in CustomJButton()
57 public CustomJButton(String text, String message) { in CustomJButton()
/developtools/packing_tool/adapter/ohos/
DBundleException.java34 public BundleException(String message) { in BundleException()
DUncomperssResult.java27 private String message = "Success"; field in UncomperssResult
39 void setMessage(String message) { in setMessage()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyResult.java95 private String message; field in VerifyResult
110 public VerifyResult(boolean result, int code, String message) { in VerifyResult()
136 public void setMessage(String message) { in setMessage()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/hilog/
DHiLogBean.java29 private String message; field in HiLogBean
76 public void setMessage(String message) { in setMessage()
/developtools/ace-ets2bundle/compiler/server/
Dbuild_pipe_server.js80 ws.on('message', function(message) { argument
189 function validateError(message) { argument
199 function matchMessage(message, nameArr, reg) { argument

12