• Home
  • Raw
  • Download

Lines Matching defs:errMsg

135             String errMsg = "The module.json file does not contain 'versionCode' or 'versionName'.";  in parseStageVersion()  local
158 String errMsg = "The config.json file does not have 'version'."; in parseFaVersion() local
167 String errMsg = "The config.json file does not have 'name' or 'code'."; in parseFaVersion() local
245 String errMsg = "The config.json file does not contain 'apiVersion'."; in parseFAModuleApiVersion() local
276 String errMsg = "The module.json file does not contain 'name'."; in parseStageModuleName() local
295 String errMsg = "The config.json file does not contain 'distro'."; in parseFaModuleName() local
300 String errMsg = "The config.json file does not contain 'moduleName'."; in parseFaModuleName() local
319 String errMsg = "The patch.json file does not contain 'name'."; in parsePatchModuleName() local
662 String errMsg = "ModuleJsonUtil:mergePackInfoObj input an invalid json object."; in mergePackInfoObj() local
669 String errMsg = "ModuleJsonUtil:mergePackInfoObj input json file has empty summary."; in mergePackInfoObj() local
677 String errMsg = "ModuleJsonUtil:mergePackInfoObj input json file has empty module."; in mergePackInfoObj() local
686 String errMsg = "ModuleJsonUtil:mergePackInfoObj input json file has empty packages."; in mergePackInfoObj() local
721 String errMsg = "verify pack.info failed, different version, bundleType or bundleName."; in mergeTwoPackInfoByPackagePair() local
744 …String errMsg = "ModuleJsonUtil:mergeTwoPackInfoObjByPackagePair failed: pack.info is not json obj… in mergeTwoPackInfoObjByPackagePair() local
752 …String errMsg = "ModuleJsonUtil:mergeTwoPackInfoObjByPackagePair failed: pack.info do not contain … in mergeTwoPackInfoObjByPackagePair() local
774 String errMsg = "ModuleJsonUtil:mergeTwoPackInfoObjByPackagePair" + in mergeTwoPackInfoObjByPackagePair() local
783 String errMsg = in mergeTwoPackInfoObjByPackagePair() local
798 … String errMsg = "ModuleJsonUtil:mergeTwoPackInfoObjByPackagePair input json do not contain " in mergeTwoPackInfoObjByPackagePair() local
952 String errMsg = "config.json is empty."; in parseFAHapVerifyInfo() local
1320 String errMsg = "Module: '" + moduleName + "' does not contain 'type' in module.json."; in parseStageBundleType() local
1330 …String errMsg = "The app.json5 file configuration does not match the 'installationFree' setting of… in parseStageBundleType() local
1340 …String errMsg = "'installationFree' must be false in module '" + moduleName + "' when 'bundleType'… in parseStageBundleType() local
1348 …String errMsg = "'installationFree' must be true in module '" + moduleName + "' when 'bundleType' … in parseStageBundleType() local
1357 …String errMsg = "'type' must be shared in module '" + moduleName + "' when 'bundleType' is shared.… in parseStageBundleType() local
1367 … String errMsg = "type must be shared in module(" + moduleName + ") when bundleType is appPlugin."; in parseStageBundleType() local
1373 String errMsg = "'bundleType' is invalid in app.json."; in parseStageBundleType() local
1415 String errMsg = "proxyData object does not contain " + PROXY_URI + "."; in parseProxyDataUri() local
1428 String errMsg = "proxyDatas object does not contain " + PROXY_URI + "."; in parseProxyDataUri() local
1874 …String errMsg = "Parse failed, input module.json is invalid, module.json has no "+ fatherProperty … in isExistedProperty() local
1927 … String errMsg = "Module cannot config atomicService when 'bundleType' is not atomicService."; in isModuleAtomicServiceValid() local
1946 String errMsg = "Entry module(" + moduleName +") must contain at least one ability."; in checkEntryInAtomicService() local
1967 …String errMsg = "The app.json5 file configuration does not match the 'installationFree' setting of… in checkAtomicServiceInstallationFree() local
1977 String errMsg = "'installationFree' must be false when bundleType is app."; in checkAtomicServiceInstallationFree() local
1984 … String errMsg = "'installationFree' must be true when 'bundleType' is atomicService."; in checkAtomicServiceInstallationFree() local
1992 String errMsg = "'installationFree' must be false when bundleType is shared."; in checkAtomicServiceInstallationFree() local
1999 String errMsg = "'installationFree' must be false when 'bundleType' is appService."; in checkAtomicServiceInstallationFree() local
2010 String errMsg = "'bundleType' is invalid in the app.json."; in checkAtomicServiceInstallationFree() local