Searched defs:solution (Results 1 – 6 of 6) sorted by relevance
185 … String solution = "Please ensure that the continueType for different abilities does not overlap."; in checkContinueTypeIsValid() local209 … String solution = "Ensure that the continueType fields in these modules are different. " + in checkContinueTypeIsValid() local236 …String solution = "When the bundleType is shared, ensure that all modules have the same module nam… in checkSharedApppIsValid() local242 … String solution = "Remove dependencies settings in 'module.json5' and ensure module does " + in checkSharedApppIsValid() local249 String solution = "Ensure module type is shared for all modules."; in checkSharedApppIsValid() local258 String solution = "Ensure that there are no duplicated modules."; in checkSharedApppIsValid() local362 … String solution = "Ensure that the values of 'minCompatibleVersionCode' and 'targetApiVersion' " + in appFieldsIsValid() local373 … String solution = "Ensure that the values of aminCompatibleVersionCode and targetApiVersion" + in appFieldsIsValid() local392 … String solution = "Ensure that the values of 'debug' in the module.json file of each HAP module" + in moduleDebugValidation() local404 …String solution = "When the debug value of Hap is false,the debug value of Hsp should also be fals… in moduleDebugValidation() local[all …]
1341 String solution = in parseStageBundleType() local1353 … String solution = "Add the bundleType field to the app.json5 file or set it atomicService."; in parseStageBundleType() local1364 … String solution = "Set 'installationFree' to false in the module.json when 'bundleType' is app."; in parseStageBundleType() local1373 … String solution = "Set 'installationFree' to true in the module.json when 'bundleType'" + in parseStageBundleType() local1382 … String solution = "Set the 'type' to shared in the module.json when 'bundleType' is shared."; in parseStageBundleType() local1398 …String solution = "Ensure that the 'bundleType' field in the app.json file is correctly set to one… in parseStageBundleType() local1440 … String solution = "Ensure that each item in the " + PROXY_DATA + " array includes a valid " + in parseProxyDataUri() local1454 … String solution = "Ensure that each item in the " + PROXY_DATAS + " array includes a valid " + in parseProxyDataUri() local2000 … String solution = "Add the 'bundleType' field to the app.json5 file and set it atomicService."; in checkAtomicServiceInstallationFree() local2010 … String solution = "Set 'installationFree' to false in the module.json when 'bundleType' is app."; in checkAtomicServiceInstallationFree() local[all …]
163 public Builder addSolution(String solution) { in addSolution()
372 String solution = "Check the --atomic-service-total-size-limit parameter is " + in parseAtomicServiceSumSizeLimitParameter() local400 String solution = "Check the --atomic-service-entry-size-limit parameter is " + in parseAtomicServiceEntrySizeLimitParameter() local427 String solution = "Check the --atomic-service-non-entry-size-limit parameter is " + in parseAtomicServiceNonEntrySizeLimitParameter() local486 String solution = "Check the --out-path parameter."; in defaultProcess() local527 … String solution = "Please check the first error message for more details and modify accordingly."; in defaultProcess() local3284 …String solution = "Ensure that only one item entered in the --hsp-path when bundleType is shared."; in checkHapIsValid() local3543 String solution = "Please ensure that there is only one module in the shared App."; in checkSharedAppIsValid() local4063 … String solution = "Add the bundleType field to the app.json5 file or set it atomicService."; in parseAndModifyGeneralModuleJson() local
225 public Builder addSolution(String solution) { in addSolution()
813 …for (const auto &solution : error.solutions_) { errMsg.append(" > ").append(solution).append("\n"… in PrintError() local