Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java183 … String solution = "Please ensure that the continueType for different abilities does not overlap."; in checkContinueTypeIsValid() local
207 … String solution = "Ensure that the continueType fields in these modules are different. " + in checkContinueTypeIsValid() local
234 …String solution = "When the bundleType is shared, ensure that all modules have the same module nam… in checkSharedApppIsValid() local
240 String solution = in checkSharedApppIsValid() local
247 String solution = "Ensure module type is shared for all modules."; in checkSharedApppIsValid() local
256 String solution = "Ensure that there are no duplicated modules."; in checkSharedApppIsValid() local
350 String solution = in appFieldsIsValid() local
360 …String solution = "Ensure that the values of aminCompatibleVersionCode and targetApiVersion in the… in appFieldsIsValid() local
372 String solution = "Check if the bundleName is the same in different modules."; in appFieldsIsSame() local
378 String solution = "Check if the bundleType is the same in different modules."; in appFieldsIsSame() local
[all …]
DModuleJsonUtil.java1321 …String solution = "Ensure the module.json file includes a valid 'type' field for module '" + modul… in parseStageBundleType() local
1331 … String solution = "Add the bundleType field to the app.json5 file or set it atomicService."; in parseStageBundleType() local
1341 … String solution = "Set 'installationFree' to false in the module.json when 'bundleType' is app."; in parseStageBundleType() local
1349 … String solution = "Set 'installationFree' to true in the module.json when 'bundleType'" + in parseStageBundleType() local
1358 … String solution = "Set the 'type' to shared in the module.json when 'bundleType' is shared.";; in parseStageBundleType() local
1374 …String solution = "Ensure that the 'bundleType' field in the app.json file is correctly set to one… in parseStageBundleType() local
1416 …String solution = "Ensure that each item in the " + PROXY_DATA + " array includes a valid " + PROX… in parseProxyDataUri() local
1429 …String solution = "Ensure that each item in the " + PROXY_DATAS + " array includes a valid " + PRO… in parseProxyDataUri() local
1968 … String solution = "Add the 'bundleType' field to the app.json5 file and set it atomicService."; in checkAtomicServiceInstallationFree() local
1978 … String solution = "Set 'installationFree' to false in the module.json when 'bundleType' is app."; in checkAtomicServiceInstallationFree() local
[all …]
DErrorMsg.java178 public Builder addSolution(String solution) { in addSolution()
DCompressor.java352 String solution = "Check the --out-path parameter."; in defaultProcess() local
389 … String solution = "Please check the first error message for more details and modify accordingly."; in defaultProcess() local
2957 …String solution = "Ensure that only one item entered in the --hsp-path when bundleType is shared."; in checkHapIsValid() local
3216 String solution = "Please ensure that there is only one module in the shared App."; in checkSharedAppIsValid() local
/developtools/global_resource_tool/src/
Drestool_errors.cpp549 …for (const auto &solution : error.solutions_) { errMsg.append(" > ").append(solution).append("\n"… in PrintError() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DErrorMsg.java225 public Builder addSolution(String solution) { in addSolution()