Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DCompressVerify.java239 String errMsg = "--rpcid-path is not a file."; in isValidRpcid() local
244 String errMsg = "--rpcid-path must be the rpcid.sc file."; in isValidRpcid() local
256 String errMsg = "--pack-info-path is not a file."; in isValidPackInfo() local
261 String errMsg = "--pack-info-path must be the pack.info file."; in isValidPackInfo() local
271 String errMsg = "--json-path is empty"; in isVerifyValidInHapCommonMode() local
277 String errMsg = "--json-path must be the config.json file or module.json file."; in isVerifyValidInHapCommonMode() local
288 String errMsg = "--shell-apk-path is invalid."; in isVerifyValidInHapCommonMode() local
296 String errMsg = "--profile-path must be the CAPABILITY.profile file."; in isVerifyValidInHapCommonMode() local
304 String errMsg = "--dex-path is invalid."; in isVerifyValidInHapCommonMode() local
311 String errMsg = "--abc-path is invalid."; in isVerifyValidInHapCommonMode() local
[all …]
DHapVerify.java62 String errMsg = "Hap verify infos is null or empty."; in checkHapIsValid() local
73 String errMsg = "Some app variable is different."; in checkHapIsValid() local
83 String errMsg = "Check packageName is duplicated."; in checkHapIsValid() local
93 String errMsg = "Check module dependency is invalid."; in checkHapIsValid() local
99 String errMsg = "Check atomicService is invalid."; in checkHapIsValid() local
109 String errMsg = "Target module cannot found."; in checkHapIsValid() local
114 String errMsg = "The compileSdkType of each module is different."; in checkHapIsValid() local
119 String errMsg = "The values of uri in proxyData of module.json are not unique."; in checkHapIsValid() local
349 String errMsg = "Hap minCompatibleVersionCode or targetApiVersion different."; in appFieldsIsValid() local
371 String errMsg = "The bundleName parameter values are different."; in appFieldsIsSame() local
[all …]
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
276 String errMsg = "The module.json file does not contain 'name'."; in parseStageModuleName() local
295 String errMsg = "The config.json file does not contain 'distro'."; in parseFaModuleName() local
300 String errMsg = "The config.json file does not contain 'moduleName'."; in parseFaModuleName() local
319 String errMsg = "The patch.json file does not contain 'name'."; in parsePatchModuleName() local
662 String errMsg = "ModuleJsonUtil:mergePackInfoObj input an invalid json object."; in mergePackInfoObj() local
669 String errMsg = "ModuleJsonUtil:mergePackInfoObj input json file has empty summary."; in mergePackInfoObj() local
[all …]
DFileUtils.java347 String errMsg = "CompressorFileUtil::copyFile input file is null."; in copyFile() local
375 String errMsg = "CompressorFileUtil::makeDir input file is null."; in makeDir() local
603 String errMsg = "input " + filePath + " is not a valid file."; in getFileSize() local
DCompressor.java351 String errMsg = "Create output file's parent directory failed."; in defaultProcess() local
381 String errMsg = in defaultProcess() local
388 String errMsg = "Compress process failed."; in defaultProcess() local
505 String errMsg = "The --json-path file does not exist."; in hasGenerateBuildHash() local
544 String errMsg = "The --json-path file does not exist."; in setGenerateBuildHash() local
600 … String errMsg = "Parse --json-path file does not found, parse json path is " + jsonPath + "."; in copyFileToTempDir() local
691 String errMsg = "The --json-path file does not exist."; in putBuildHash() local
1405 String errMsg = "Compressor::compressAppModeForMultiProject There are some " + in compressAppModeForMultiProject() local
1602 String errMsg = "Compressor::compressHapAddition compressFile failed."; in compressHapAddition() local
1770 String errMsg = "Compressor::disposeHap failed, hap has no pack.info."; in disposeHap() local
/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.cpp733 const string errMsg = "[E000004]:The communication channel is being established.\r\n"\ in FindAliveSessionFromDaemonMap() local
/developtools/global_resource_tool/src/
Drestool_errors.cpp539 std::string errMsg; in PrintError() local
Dresource_append.cpp669 string errMsg = "create mapping error: " + to_string(GetLastError()); in LoadResourceItemWin() local
677 string errMsg = "map view of file error: " + to_string(GetLastError()); in LoadResourceItemWin() local
Dcompression_parser.cpp313 std::string errMsg = "(" + std::to_string(err) + ")" + string(msg); in LoadImageTranscoder() local
Dresource_table.cpp191 string errMsg = "name = "; in CreateIdDefined() 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/hdc/src/daemon/
Ddaemon_unity.cpp128 string errMsg = ""; in ExecuteShellExtend() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Ddemo_trace_data_db.cpp250 char *errMsg = nullptr; in DemoOperateDatabase() local
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp912 … constexpr const char* errMsg = "Failed to get the application memory due to a remote exception"; in Done() local
938 constexpr const char* errMsg = "Failed to get the application memory due to a remote exception"; in GetGraphicsMemorySync() local
/developtools/hdc/src/common/
Dbase.cpp211 string errMsg; in CreateLogDir() local