Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 – 20 of 20) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DCompressVerify.java182 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 …]
DHQFVerify.java64 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
DModuleJsonUtil.java135 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 …]
DHapVerify.java64 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 …]
DFileUtils.java347 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
DCompressor.java370 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/
Dhost_shell_option.cpp20 …ParametersToTlv(const string &parameters, 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()
Dserver_for_client.cpp951 const string errMsg = "[E000004]:The communication channel is being established.\r\n"\ in FindAliveSessionFromDaemonMap() local
/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dprofile_verify.cpp217 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/
DVerifyElf.java230 String errMsg = "Verify codesign error!"; in verifyElf() local
DVerifyHap.java261 String errMsg = "code sign verify failed"; in verifyHap() local
/developtools/global_resource_tool/src/
Dresource_append.cpp674 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
Drestool_errors.cpp803 std::string errMsg; in PrintError() local
Dcompression_parser.cpp313 std::string errMsg = "(" + std::to_string(err) + ")" + string(msg); in LoadImageTranscoder() local
Dresource_table.cpp210 string errMsg = "name = "; in CreateIdDefined() local
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp128 string errMsg = ""; in ExecuteShellExtend() local
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Ddemo_trace_data_db.cpp250 char *errMsg = nullptr; in DemoOperateDatabase() local
/developtools/profiler/hidebug/interfaces/ets/ani/hidebug/src/
Dani_hidebug.cpp386 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/
Dnapi_hidebug.cpp796 … 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/
Dbase.cpp222 string errMsg; in CreateLogDir() local