Home
last modified time | relevance | path

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

123

/developtools/ace_ets2bundle/compiler/test/
Derror.json3 …"message": "The @Link property 'link' cannot be specified a default value.Solutions:>Please initia… string
7 …"message": "The @ObjectLink property 'objectLink' cannot be specified a default value.Solutions:>P… string
11 "message": "There should have a root container component.", string
15 "message": "Only UI component syntax can be written in build method.", string
19 …"message": "In the trailing lambda case, 'CustomContainer' must have one and only one property dec… string
23 "message": "There should be wrapped in curly braces in ForEach.", string
28 "message": "Condition expression cannot be null in if statement.", string
32 "message": "Then statement cannot be null in if statement.", string
37 …"message": "The current component id \"1\" is duplicate with ${path.resolve(__dirname, '../idCheck… string
41 "message": "'Text('Hello').onCilck' does not meet UI component syntax.", string
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DCustomException.java26 private String message; field in CustomException
34 CustomException(ERROR error, String message) { in CustomException()
45 public static void throwException(ERROR error, String message) { in throwException()
62 public void setMessage(String message) { in setMessage()
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.java33 public SignatureException(String message) { in SignatureException()
43 public SignatureException(int errorCode, String message) { in SignatureException()
55 public SignatureException(int errorCode, String message, Throwable cause) { in SignatureException()
66 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()
DMissingParamsException.java24 public MissingParamsException(String message) { in MissingParamsException()
28 public MissingParamsException(String message, Throwable cause) { in MissingParamsException()
DZipException.java31 public ZipException(String message) { in ZipException()
41 public ZipException(String message, Exception e) { in ZipException()
DVerifyCertificateChainException.java24 public VerifyCertificateChainException(String message) { in VerifyCertificateChainException()
28 public VerifyCertificateChainException(String message, Throwable cause) { in VerifyCertificateChainException()
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/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts229 const message: string = `Please use a valid decorator.`; constant
259 …const message: string = `Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for… constant
263 const message: string = `A struct must have a name.`; constant
371 const message: string = `The struct '${componentName}' use invalid decorator.`; constant
378 …const message: string = `Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for… constant
381 …const message: string = `The struct '${componentName}' can not be decorated with '@ComponentV2' ` + constant
386 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
391 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
401 const message: string = `@Concurrent can only be used in ESMODULE compile mode.`; constant
405 …const message: string = `@Concurrent can not be used on method. please use it on function declarat… constant
[all …]
/developtools/hiperf/src/
Dreport_protobuf_file.cpp33 SampleStatistic *message = record.mutable_statistic(); in BeforeClose() local
187 SymbolTableFile *message = record.mutable_file(); in ProcessSymbolsFiles() local
297 bool ReportProtobufFileReader::Dump(const CallStackSample &message, int indent) in Dump()
329 bool ReportProtobufFileReader::Dump(const SampleStatistic &message, int indent) in Dump()
341 bool ReportProtobufFileReader::Dump(const SymbolTableFile &message, int indent) in Dump()
355 bool ReportProtobufFileReader::Dump(const VirtualThreadInfo &message, int indent) in Dump()
369 bool ReportProtobufFileReader::Dump(const ReportInfo &message, int indent) in Dump()
/developtools/hiperf/test/unittest/common/native/
Dreport_protobuf_file_test.cpp166 const VirtualThreadInfo &message = record.thread(); in __anon0149a7ee0102() local
197 const SampleStatistic &message = record.statistic(); in __anon0149a7ee0202() local
229 const SymbolTableFile &message = record.file(); in __anon0149a7ee0302() local
269 const ReportInfo &message = record.info(); in __anon0149a7ee0402() local
317 const CallStackSample &message = record.sample(); in __anon0149a7ee0502() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/exception/
DVerifyCodeSignException.java31 public VerifyCodeSignException(String message) { in VerifyCodeSignException()
41 public VerifyCodeSignException(String message, Throwable cause) { in VerifyCodeSignException()
DCodeSignException.java31 public CodeSignException(String message) { in CodeSignException()
41 public CodeSignException(String message, Throwable cause) { in CodeSignException()
DFsVerityDigestException.java26 public FsVerityDigestException(String message) { in FsVerityDigestException()
30 public FsVerityDigestException(String message, Throwable cause) { in FsVerityDigestException()
/developtools/profiler/device/services/ipc/src/
Dproto_encoder_plugin_generator.cpp127 void GenerateNestClass(const Descriptor* message) in GenerateNestClass()
152 const Descriptor* message = fileContent_->message_type(i); in GenerateClass() local
157 const Descriptor* message = fileContent_->message_type(i); in GenerateClass() local
176 void GenerateFieldsID(const Descriptor* message) in GenerateFieldsID()
185 void GenerateFunction(const Descriptor* message) in GenerateFunction()
/developtools/packing_tool/adapter/ohos/
DModuleResult.java53 private String message = "Success"; field in ModuleResult
67 public void setMessage(String message) { in setMessage()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyResult.java106 private String message; field in VerifyResult
135 public VerifyResult(boolean isResult, int code, String message) { in VerifyResult()
161 public void setMessage(String message) { in setMessage()
/developtools/profiler/hidebug/interfaces/js/kits/napi/util/
Dnapi_util.cpp23 napi_value message = nullptr; in CreateErrorMessage() local
32 napi_value message = nullptr; in CreateErrorMessage() local
/developtools/hdc/hdc_rust/src/daemon_lib/
Dshell.rs64 let message = TaskMessage { in shell_channel_close() localVariable
195 let message = TaskMessage { in subprocess_task() localVariable
231 let message = TaskMessage { in subprocess_task() localVariable
305 let message = TaskMessage { in subprocess_task() localVariable
575 let message = TaskMessage { in read_buf_from_stdout_stderr() localVariable
588 let message = TaskMessage { in read_buf_from_stdout_stderr() localVariable
673 let message = TaskMessage { in task_for_shell_execute() localVariable
690 let message = TaskMessage { in task_for_shell_execute() localVariable
/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js116 ws.on('message', function(message) { argument
171 message: e.stack property
354 function validateError(message) { argument
364 function matchMessage(message, nameArr, reg) { argument
/developtools/ace_js2bundle/ace-loader/sample/rich/i18n/
Den.json2 "message":{ object
/developtools/ace_js2bundle/ace-loader/sample/card/i18n/
Den.json2 "message":{ object

123