Home
last modified time | relevance | path

Searched defs:solution (Results 1 – 6 of 6) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHapVerify.java185 … String solution = "Please ensure that the continueType for different abilities does not overlap."; in checkContinueTypeIsValid() local
209 … String solution = "Ensure that the continueType fields in these modules are different. " + in checkContinueTypeIsValid() local
236 …String solution = "When the bundleType is shared, ensure that all modules have the same module nam… in checkSharedApppIsValid() local
242 … String solution = "Remove dependencies settings in 'module.json5' and ensure module does " + in checkSharedApppIsValid() local
249 String solution = "Ensure module type is shared for all modules."; in checkSharedApppIsValid() local
258 String solution = "Ensure that there are no duplicated modules."; in checkSharedApppIsValid() local
362 … String solution = "Ensure that the values of 'minCompatibleVersionCode' and 'targetApiVersion' " + in appFieldsIsValid() local
373 … String solution = "Ensure that the values of aminCompatibleVersionCode and targetApiVersion" + in appFieldsIsValid() local
392 … String solution = "Ensure that the values of 'debug' in the module.json file of each HAP module" + in moduleDebugValidation() local
404 …String solution = "When the debug value of Hap is false,the debug value of Hsp should also be fals… in moduleDebugValidation() local
[all …]
DModuleJsonUtil.java1341 String solution = in parseStageBundleType() local
1353 … String solution = "Add the bundleType field to the app.json5 file or set it atomicService."; in parseStageBundleType() local
1364 … String solution = "Set 'installationFree' to false in the module.json when 'bundleType' is app."; in parseStageBundleType() local
1373 … String solution = "Set 'installationFree' to true in the module.json when 'bundleType'" + in parseStageBundleType() local
1382 … String solution = "Set the 'type' to shared in the module.json when 'bundleType' is shared."; in parseStageBundleType() local
1398 …String solution = "Ensure that the 'bundleType' field in the app.json file is correctly set to one… in parseStageBundleType() local
1440 … String solution = "Ensure that each item in the " + PROXY_DATA + " array includes a valid " + in parseProxyDataUri() local
1454 … String solution = "Ensure that each item in the " + PROXY_DATAS + " array includes a valid " + in parseProxyDataUri() local
2000 … String solution = "Add the 'bundleType' field to the app.json5 file and set it atomicService."; in checkAtomicServiceInstallationFree() local
2010 … String solution = "Set 'installationFree' to false in the module.json when 'bundleType' is app."; in checkAtomicServiceInstallationFree() local
[all …]
DErrorMsg.java163 public Builder addSolution(String solution) { in addSolution()
DCompressor.java372 String solution = "Check the --atomic-service-total-size-limit parameter is " + in parseAtomicServiceSumSizeLimitParameter() local
400 String solution = "Check the --atomic-service-entry-size-limit parameter is " + in parseAtomicServiceEntrySizeLimitParameter() local
427 String solution = "Check the --atomic-service-non-entry-size-limit parameter is " + in parseAtomicServiceNonEntrySizeLimitParameter() local
486 String solution = "Check the --out-path parameter."; in defaultProcess() local
527 … String solution = "Please check the first error message for more details and modify accordingly."; in defaultProcess() local
3284 …String solution = "Ensure that only one item entered in the --hsp-path when bundleType is shared."; in checkHapIsValid() local
3543 String solution = "Please ensure that there is only one module in the shared App."; in checkSharedAppIsValid() local
4063 … String solution = "Add the bundleType field to the app.json5 file or set it atomicService."; in parseAndModifyGeneralModuleJson() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DErrorMsg.java225 public Builder addSolution(String solution) { in addSolution()
/developtools/global_resource_tool/src/
Drestool_errors.cpp813 …for (const auto &solution : error.solutions_) { errMsg.append(" > ").append(solution).append("\n"… in PrintError() local