Home
last modified time | relevance | path

Searched refs:logError (Results 1 – 25 of 30) sorted by relevance

12

/napi_generator/src/gen/analyze/
Dparams.js47 NapiLog.logError("Invalid parameter [%s] of function [%s],".format(v, funcName)
60 NapiLog.logError("方法[%s]的参数列表[%s]解析失败。".format(funcName, v));
61 … NapiLog.logError("Failed to analyse parameter [%s] of function [%s].".format(v, funcName));
Dfunction.js71 NapiLog.logError("analyzeFunction getFuncParaType is not support this type %s"
186 NapiLog.logError("analyzeFunction is not support this type %s".format(v));
Dnamespace.js70 NapiLog.logError("解析Namespace失败");
71 NapiLog.logError("[", data.substring(0, data.length > 128 ? 128 : data.length), "]");
287 … NapiLog.logError("The interface [%s] can not extends with itself.".format(interfaceName))
/napi_generator/src/gen/
Dcmd_gen.js87 NapiLog.logError('readdir file error ' + err);
110 NapiLog.logError(result[1]);
115 NapiLog.logError('file name ' + fn + ' format invalid in function of checkGenerate!');
Danalyze.js93 NapiLog.logError("\nvvv 解析文件失败 vvv");
94 NapiLog.logError("[", data.substring(0, data.length > 64 ? 64 : data.length), "]");
Dmain.js35 NapiLog.logError('file name ' + fn + ' format invalid in function of doGenerate!');
Dgenerate.js183 NapiLog.logError("Failed to format code, exception: " + err.stderr)
/napi_generator/hdc/service/service-gen/src/gen/
Dmain.js63 NapiLog.logError('readdir file error' + err);
72 NapiLog.logError('read file error' + err);
136 NapiLog.logError('Only .h file is supported.');
Danalyze.js111 NapiLog.logError("Can not find any class.");
138 NapiLog.logError("There must be one class that contains @ServiceClass annotations.");
Dgenerate.js82 NapiLog.logError("Warning: Can not find definition of " + className);
90 NapiLog.logError("Warning: Can not find implementation of " + className);
107 NapiLog.logError("Warning: The braces of %s do not match.".format(className));
167 NapiLog.logError(
335 NapiLog.logError("Unsupport writing with type: " + vecType);
360 NapiLog.logError("Unsupport writing with type: " + vType);
386 NapiLog.logError("Unsupport reading with type: " + vecType);
410 NapiLog.logError("Unsupport reading with type: " + destObj.type);
/napi_generator/src/gen/generate/
Denum.js28 NapiLog.logError(`The enum type[%s] is not support`.format(data.enumValueType));
Dtype.js40 NapiLog.logError(`
105 NapiLog.logError(`
Dclass.js58 NapiLog.logError(`
Dreturn_generate.js133 …NapiLog.logError(`\n---- This type do not generate cToJs %s,%s,%s ----\n`.format(value, type, dest…
320 NapiLog.logError(`This type do not generate cToJs %s,%s,%s`.format(value, type, dest));
506 NapiLog.logError("Do not support returning the type [%s].".format(type));
599 NapiLog.logError(`function returnGenerateEnum:this type is not support %s`.format(type));
Dparam_generate.js74 NapiLog.logError(`do not support to generate jsToC %s,%s,%s`.format(dest, napiVn, type));
342 …NapiLog.logError("The current version do not support to this param to generate :", name, "type :",…
369 NapiLog.logError(`paramGenerate is not support`);
700 NapiLog.logError(`paramGenerate is not support`);
925 NapiLog.logError(
943 …NapiLog.logError("function eventParamGenerate:The current version do not support to this param to …
/napi_generator/hdc/api/api_scan_vs_plugin/src/gen/tools/
DVsPluginLog.js60 VsPluginLog.logError = function (...args) { function in VsPluginLog
/napi_generator/napi_vs_plugin/src/gen/tools/
DVsPluginLog.js60 VsPluginLog.logError = function (...args) { function in VsPluginLog
/napi_generator/hdc/gn/gn_vs_plugin/src/gen/tools/
DVsPluginLog.js60 VsPluginLog.logError = function (...args) { function in VsPluginLog
/napi_generator/hdc/ts/ts_vs_plugin/src/gen/tools/
DVsPluginLog.js60 VsPluginLog.logError = function (...args) { function in VsPluginLog
/napi_generator/hdc/service/service_vs_plugin/src/gen/tools/
DVsPluginLog.js60 VsPluginLog.logError = function (...args) { function in VsPluginLog
/napi_generator/src/gen/tools/
DNapiLog.js119 NapiLog.logError = function (...args) { function in NapiLog
/napi_generator/hdc/service/service-gen/src/tools/
DNapiLog.js106 NapiLog.logError = function (...args) { function in NapiLog
/napi_generator/src/tsGen/
DtsMain.js191 …NapiLog.logError('The namespace [%s] of function %s is not found.'.format(funcInfo.namespace, func…
251 …NapiLog.logError('The namespace [%s] of class %s is not found.'.format(classInfo.namespace, classI…
/napi_generator/hdc/ts/ts_vs_plugin/src/
Dextension.js62 return VsPluginLog.logError("VsPlugin:" + error + stdout);
/napi_generator/hdc/api/api_scan_vs_plugin/src/
Dextension.js65 return VsPluginLog.logError("VsPlugin:" + error + stdout);

12