| /developtools/packing_tool/adapter/ohos/ |
| D | CompressVerify.java | 182 String errMsg = "--hsp-list is empty."; in validatePackageNormalizeMode() local 187 String errMsg = "--hsp-list is invalid."; in validatePackageNormalizeMode() local 193 String errMsg = "--bundle-name is invalid."; in validatePackageNormalizeMode() local 198 String errMsg = "--version-code is invalid."; in validatePackageNormalizeMode() local 203 String errMsg = "--out-path is empty."; in validatePackageNormalizeMode() local 209 String errMsg = "--out-path is not a directory."; in validatePackageNormalizeMode() local 218 String errMsg = "--input-list is empty."; in validateVersionNormalizeMode() local 224 String errMsg = "--input-list is invalid."; in validateVersionNormalizeMode() local 230 String errMsg = "--input-list is empty."; in validateVersionNormalizeMode() local 236 String errMsg = "--version-code is invalid."; in validateVersionNormalizeMode() local [all …]
|
| D | HQFVerify.java | 64 String errMsg = "Input hqf file has different bundleName."; in checkAppFields() local 69 String errMsg = "Input hqf file has different versionCode."; in checkAppFields() local 74 String errMsg = "Input hqf file has different versionName."; in checkAppFields() local 79 String errMsg = "Input hqf file has different patchVersionCode."; in checkAppFields() local 84 String errMsg = "Input hqf file has different patchVersionName."; in checkAppFields() local 102 String errMsg = "Input hqf file moduleName is duplicated."; in checkModuleIsValid() local
|
| D | ModuleJsonUtil.java | 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 277 String errMsg = "The module.json file does not contain 'name'."; in parseStageModuleName() local 296 String errMsg = "The config.json file does not contain 'distro'."; in parseFaModuleName() local 301 String errMsg = "The config.json file does not contain 'moduleName'."; in parseFaModuleName() local 320 String errMsg = "The patch.json file does not contain 'name'."; in parsePatchModuleName() local 399 String errMsg = "Verify pack.info failed."; in mergeTwoPackInfo() local 422 String errMsg = "Input json objects (final pack.info or src pack.info) is null."; in verifyPackInfo() local [all …]
|
| D | HapVerify.java | 64 String errMsg = "Hap verify infos is null or empty."; in checkHapIsValid() local 75 String errMsg = "Some app variable is different."; in checkHapIsValid() local 85 String errMsg = "Check packageName is duplicated."; in checkHapIsValid() local 95 String errMsg = "Check module dependency is invalid."; in checkHapIsValid() local 101 String errMsg = "Check atomicService is invalid."; in checkHapIsValid() local 111 String errMsg = "Target module cannot found."; in checkHapIsValid() local 116 String errMsg = "The compileSdkType of each module is different."; in checkHapIsValid() local 121 String errMsg = "The values of uri in proxyData of module.json are not unique."; in checkHapIsValid() local 361 … String errMsg = "Hap minCompatibleVersionCode or targetApiVersion or minApiVersion different."; in appFieldsIsValid() local 391 String errMsg = "The debug fields of multiple Hap are different."; in moduleDebugValidation() local [all …]
|
| D | FileUtils.java | 347 String errMsg = "Source file or destination file is null."; in copyFile() local 375 String errMsg = "Input file is null."; in makeDir() local 605 String errMsg = "input " + filePath + " is not a valid file."; in getFileSize() local
|
| D | Compressor.java | 370 String errMsg = "parseAtomicServiceSumSizeLimitParameter failed, " + in parseAtomicServiceSumSizeLimitParameter() local 398 String errMsg = "parseAtomicServiceEntrySizeLimitParameter failed, " + in parseAtomicServiceEntrySizeLimitParameter() local 425 String errMsg = "parseAtomicServiceSizeLimit failed, " + in parseAtomicServiceNonEntrySizeLimitParameter() local 485 String errMsg = "Create output file's parent directory failed."; in defaultProcess() local 519 … String errMsg = "The size of a single module, or the size of a module plus its dependencies, " + in defaultProcess() local 526 String errMsg = "Compress process failed."; in defaultProcess() local 666 String errMsg = "The --json-path file does not exist."; in isPluginHost() local 706 String errMsg = "--pkg-context-path file must be the pkgContextInfo.json file."; in checkPkgContext() local 719 String errMsg = "The --json-path file does not exist."; in checkAppPlugin() local 787 String errMsg = "The --json-path file does not exist."; in hasGenerateBuildHash() local [all …]
|
| /developtools/hdc/src/host/ |
| D | host_shell_option.cpp | 20 …ParametersToTlv(const string ¶meters, const int startPos, string &formatOutput, string &errMsg) in FormatParametersToTlv() 71 bool ParameterToTlv(char **argv, int argc, TlvBuf &tlvBuf, string &errMsg) in ParameterToTlv() 114 bool TlvAppendParameter(const uint32_t tag, const string &shellCommand, string &errMsg, TlvBuf &tlv… in TlvAppendParameter()
|
| D | server_for_client.cpp | 951 const string errMsg = "[E000004]:The communication channel is being established.\r\n"\ in FindAliveSessionFromDaemonMap() local
|
| /developtools/hapsigner/hapsigntool_cpp/profile/src/ |
| D | profile_verify.cpp | 217 AppProvisionVerifyResult ReturnIfStringIsEmpty(const std::string& str, const std::string& errMsg) in ReturnIfStringIsEmpty() 226 AppProvisionVerifyResult ReturnIfIntIsNonPositive(int num, const std::string& errMsg) in ReturnIfIntIsNonPositive()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | VerifyElf.java | 230 String errMsg = "Verify codesign error!"; in verifyElf() local
|
| D | VerifyHap.java | 261 String errMsg = "code sign verify failed"; in verifyHap() local
|
| /developtools/global_resource_tool/src/ |
| D | resource_append.cpp | 674 string errMsg = "create mapping error: " + to_string(GetLastError()); in LoadResourceItemWin() local 682 string errMsg = "map view of file error: " + to_string(GetLastError()); in LoadResourceItemWin() local
|
| D | restool_errors.cpp | 803 std::string errMsg; in PrintError() local
|
| D | compression_parser.cpp | 313 std::string errMsg = "(" + std::to_string(err) + ")" + string(msg); in LoadImageTranscoder() local
|
| D | resource_table.cpp | 210 string errMsg = "name = "; in CreateIdDefined() local
|
| /developtools/hdc/src/daemon/ |
| D | daemon_unity.cpp | 128 string errMsg = ""; in ExecuteShellExtend() local
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
| D | demo_trace_data_db.cpp | 250 char *errMsg = nullptr; in DemoOperateDatabase() local
|
| /developtools/profiler/hidebug/interfaces/ets/ani/hidebug/src/ |
| D | ani_hidebug.cpp | 386 constexpr const char* errMsg = "Failed to get the application memory due to a remote exception"; in GetGraphicsMemorySync() local
|
| /developtools/profiler/hidebug/interfaces/js/kits/napi/ |
| D | napi_hidebug.cpp | 796 … constexpr const char* errMsg = "Failed to get the application memory due to a remote exception"; in Done() local 822 constexpr const char* errMsg = "Failed to get the application memory due to a remote exception"; in GetGraphicsMemorySync() local
|
| /developtools/hdc/src/common/ |
| D | base.cpp | 222 string errMsg; in CreateLogDir() local
|