| /developtools/profiler/host/smartperf/doc/ |
| D | des_stat.md | 83 数据状态级别总共有4种,分别是:info, warn, error,fatal。由于数据的重要性不同,不同事件的同一种状态可能对应不同的级别。 90 | binder_transaction | data_lost | error | 93 | binder_transaction | invalid_data | error | 95 | binder_transaction_received | data_lost | error | 98 | binder_transaction_received | invalid_data | error | 100 | binder_transaction_alloc_buf | data_lost | error | 103 | binder_transaction_alloc_buf | invalid_data | error | 105 | binder_transaction_lock | data_lost | error | 108 | binder_transaction_lock | invalid_data | error | 110 | binder_transaction_locked | data_lost | error | [all …]
|
| /developtools/packing_tool/adapter/ohos/ |
| D | CompressVerify.java | 68 LOG.error("CompressVerify::commandVerify utility is null."); in commandVerify() 74 LOG.error("CompressVerify::commandVerify forceRewrite is invalid."); in commandVerify() 109 LOG.error("CompressVerify::commandVerify mode is invalid."); in commandPathVerify() 118 LOG.error("CompressVerify::isArgsValidInHapMode rpcid-path is not a file."); in isValidRpcid() 122 LOG.error("CompressVerify::isArgsValidInHapMode rpcid-path must be rpcid.sc file."); in isValidRpcid() 133 LOG.error("CompressVerify::isArgsValidInHapMode --pack-info-path is not a file."); in isValidPackInfo() 137 … LOG.error("CompressVerify::isArgsValidInHapMode --pack-info-path must be pack.info file."); in isValidPackInfo() 146 LOG.error("CompressVerify::commandPathVerify json-path is empty."); in isVerifyValidInHapCommonMode() 151 LOG.error("CompressVerify::isArgsValidInHarMode json-path must be config.json file."); in isVerifyValidInHapCommonMode() 161 LOG.error("CompressVerify::isArgsValidInHapMode shell-apk-path is invalid."); in isVerifyValidInHapCommonMode() [all …]
|
| D | ModuleJsonUtil.java | 113 LOG.error(errMsg); in parseStageVersion() 123 LOG.error(errMsg); in parseStageVersion() 133 LOG.error(errMsg); in parseStageVersion() 154 LOG.error(errMsg); in parseFaVersion() 159 LOG.error("ModuleJsonUtil:parseFaVersion failed : json file do not contain app."); in parseFaVersion() 164 LOG.error("ModuleJsonUtil:parseFaVersion failed : json file do not version."); in parseFaVersion() 171 …LOG.error("ModuleJsonUtil:parseFaVersion failed : json file do not version name or version code."); in parseFaVersion() 211 LOG.error(errMsg); in parseStageModuleApiVersion() 216 LOG.error("ModuleJsonUtil:parseFaVersion failed : json file do not contain app."); in parseStageModuleApiVersion() 245 LOG.error(errMsg); in parseFAModuleApiVersion() [all …]
|
| D | CompressEntrance.java | 42 LOG.error("CompressEntrance::pack hapPath is invalid!"); in pack() 47 LOG.error("CompressEntrance::pack packInfoPath is invalid!"); in pack() 52 LOG.error("CompressEntrance::pack outPath is invalid!"); in pack() 64 LOG.error("CompressEntrance::startCompress verity failed"); in pack() 70 LOG.error("CompressEntrance::startCompress compress failed"); in pack() 85 LOG.error("input file is not a hap."); in getHapSha256() 100 LOG.error("CompressEntrance::main exit, parser failed"); in main() 106 LOG.error("CompressEntrance::main exit, verify failed"); in main() 113 LOG.error("CompressEntrance::main exit, compress failed"); in main() 121 LOG.error("CompressEntrance::main exit, compress failed"); in main()
|
| D | UncompressVerify.java | 45 LOG.error("UncompressVerify::isVerifyVaild forceRewrite is invalid!"); in commandVerify() 52 LOG.error("UncompressVerify::isVerifyVaild parseMode is invalid!"); in commandVerify() 67 LOG.error("UncompressVerify::commandVerify mode is invalid!"); in commandVerify() 82 LOG.error("UncompressVerify::isArgsValidInHapMode hap-path must end with.hap!"); in hapCommandVerify() 87 LOG.error("UncompressVerify::isArgsValidInHapMode --rpcid must be true or false"); in hapCommandVerify() 101 LOG.error("UncompressVerify::isArgsValidInHspMode hsp-path must end with.hsp!"); in hspCommandVerify() 116 LOG.error("UncompressVerify::rpcidCommandVerify outPath already exists"); in rpcidCommandVerify() 132 LOG.error("UncompressVerify::isArgsValidInHarMode har-path must end with.har!"); in harCommandVerify() 137 LOG.error("UncompressVerify::isVerifyVaild outPath is invalid!"); in harCommandVerify() 153 LOG.error("UncompressVerify::isArgsVaildInParseMode hapName can't be empty!"); in appCommandVerify() [all …]
|
| D | HQFVerify.java | 36 LOG.error("input hqf file is empty."); in checkHQFIsValid() 40 LOG.error("input hqf file has different fields in app."); in checkHQFIsValid() 44 LOG.error("input hqf file moduleName is invalid."); in checkHQFIsValid() 64 LOG.error("input hqf file has different bundleName."); in checkAppFields() 68 LOG.error("input hqf file has different versionCode."); in checkAppFields() 72 LOG.error("input hqf file has different versionName."); in checkAppFields() 76 LOG.error("input hqf file has different patchVersionCode."); in checkAppFields() 80 LOG.error("input hqf file has different patchVersionName."); in checkAppFields() 97 LOG.error("input hqf file moduleName duplicated."); in checkModuleIsValid()
|
| D | HapVerify.java | 61 LOG.error("HapVerify::checkHapIsValid hapVerifyInfos is empty"); in checkHapIsValid() 66 LOG.error("some app variable is different."); in checkHapIsValid() 75 LOG.error("packageName duplicated."); in checkHapIsValid() 84 LOG.error("module dependency is invalid."); in checkHapIsValid() 89 LOG.error("checkAtomicServiceIsValid failed."); in checkHapIsValid() 98 LOG.error("target module is not found."); in checkHapIsValid() 102 LOG.error("compile sdk config is not same."); in checkHapIsValid() 106 LOG.error("uris in proxy data are not unique."); in checkHapIsValid() 121 LOG.error("HapVerify::checkSharedApppIsValid hapVerifyInfos is empty."); in checkSharedApppIsValid() 127 LOG.error("HapVerify::checkSharedApppIsValid module name is different."); in checkSharedApppIsValid() [all …]
|
| D | UncompressEntrance.java | 142 LOG.error("UncompressEntrance::unpack appPath is invalid!"); in unpack() 147 LOG.error("UncompressEntrance::unpack outPath is invalid!"); in unpack() 160 LOG.error("CompressEntrance::unpack verity failed"); in unpack() 165 LOG.error("UncompressEntrance::unpackageProcess failed"); in unpack() 183 LOG.error("UncompressEntrance::unpackHap hapPath is invalid!"); in unpackHap() 188 LOG.error("UncompressEntrance::unpackHap outPath is invalid!"); in unpackHap() 201 LOG.error("CompressEntrance::unpackHap verity failed"); in unpackHap() 206 LOG.error("UncompressEntrance::unpackageProcess failed"); in unpackHap() 239 LOG.error("UncompressEntrance::parseApp must input a app file!"); in parseApp() 274 LOG.error("UncompressEntrance::parseApp input is null!"); in parseApp() [all …]
|
| D | Compressor.java | 186 LOG.error("parseFileSizeLimit failed, input total-limit invalid."); in parseFileSizeLimit() 190 LOG.error("parseFileSizeLimit failed, input total-limit invalid."); in parseFileSizeLimit() 200 LOG.error("parseFileSizeLimit failed, input normal-module-limit invalid."); in parseFileSizeLimit() 204 LOG.error("parseFileSizeLimit failed, input normal-module-limit invalid."); in parseFileSizeLimit() 214 LOG.error("parseFileSizeLimit failed, input main-module-limit invalid."); in parseFileSizeLimit() 218 LOG.error("parseFileSizeLimit failed, input main-module-limit invalid."); in parseFileSizeLimit() 259 LOG.error("Compressor::compressProcess create out file parent directory failed."); in compressProcess() 273 … LOG.error("Compressor::compressProcess file not found exception" + exception.getMessage()); in compressProcess() 276 LOG.error("Compressor::compressProcess Bundle exception."); in compressProcess() 285 LOG.error("Compressor::compressProcess compress failed."); in compressProcess() [all …]
|
| D | FileUtils.java | 64 LOG.error("file too big."); in getFileData() 76 LOG.error("getFileData IOException error: " + exception.getMessage()); in getFileData() 111 LOG.error("getFileList: file is not exists."); in getFileList() 116 LOG.error("getFileList: no file in this file path."); in getFileList() 126 LOG.error("It's not file or directory."); in getFileList() 129 LOG.error("IOException error: " + msg.getMessage()); in getFileList() 158 LOG.error("get file content fail, msg is " + msg.getMessage()); in getFileContent() 179 LOG.error("stream close Error, msg is " + msg.getMessage()); in closeStream() 254 LOG.error("unzip file failed " + exception.getMessage()); in unzip() 285 LOG.error("It's not file or directory."); in deleteDirectory() [all …]
|
| D | Uncompress.java | 89 LOG.error("Uncompress::unpackageProcess utility is null."); in unpackageProcess() 97 LOG.error("Uncompress::unpackageProcess create out file directory failed!"); in unpackageProcess() 126 LOG.error("Uncompress::unpackageProcess input wrong type!"); in unpackageProcess() 131 LOG.error("Uncompress::unpackageProcess Bundle exception"); in unpackageProcess() 135 LOG.error("Uncompress::unpackageProcess unpackage failed!"); in unpackageProcess() 163 LOG.error("Uncompress::unpackageHapMode failed"); in unpackageHapMode() 188 LOG.error("Uncompress::uncompressApp parseMode is invalid!"); in uncompressAppByPath() 193 LOG.error("Uncompress::uncompressApp Bundle exception"); in uncompressAppByPath() 230 LOG.error("uncompressHapFromAppPath failed!"); in uncompressHapAndHspFromAppPath() 269 LOG.error("uncompressAllAppByPath failed!"); in uncompressAllAppByPath() [all …]
|
| D | ConvertHapToBin.java | 42 LOG.error("hapPath or binPath is null"); in packHapTobin() 56 LOG.error("create bin file failed!"); in packHapTobin() 73 LOG.error("projectPath or binPath is null"); in packProjectTobin() 83 LOG.error("create bin file failed!"); in packProjectTobin() 96 LOG.error("param length is wrong!"); in main()
|
| /developtools/profiler/hidebug/test/unittest/js/ |
| D | ExampleJsunit.test.js | 85 console.error('HidebugJsTest_001 has failed for ' + err); 115 console.error('HidebugJsTest_002 has failed for ' + err); 134 } catch (error) { 135 console.info(error.code); 136 console.info(error.message); 137 expect(error.code === "401").assertTrue(); 152 } catch (error) { 153 console.info(error.code); 154 console.info(error.message); 168 } catch (error) { [all …]
|
| /developtools/integration_verification/DeployDevice/src/aw/poweronoff/ |
| D | serial_power_on_off.py | 27 logger.error("ConnectionRefusedError") 29 logger.error(e) 57 logger.error(e) 104 logger.error(e) 128 logger.error("认证错误") 142 logger.error("请给on/off指令") 153 logger.error("操作失败") 156 logger.error("操作失败") 159 logger.error(e) 202 logger.error("操作失败") [all …]
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/ |
| D | CustomException.java | 16 package com.ohos.hapsigntool.error; 32 CustomException(ERROR error, String message) { in CustomException() argument 33 …super(String.format(Locale.ROOT,"%s, code: %d. Details: %s", error.toString(), error.getErrorCode(… in CustomException() 42 public static void throwException(ERROR error, String message) { in throwException() argument 43 throw new CustomException(error, message); in throwException()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | ValidateUtils.java | 18 import com.ohos.hapsigntool.error.CustomException; 19 import com.ohos.hapsigntool.error.ERROR; 37 …public static void throwIfNotMatches(boolean isMatch, ERROR error, String errorMsg) throws CustomE… in throwIfNotMatches() argument 39 CustomException.throwException(error, errorMsg); in throwIfNotMatches() 50 …public static void throwIfMatches(boolean isMatch, ERROR error, String errorMsg) throws CustomExce… in throwIfMatches() argument 51 throwIfNotMatches(!isMatch, error, errorMsg); in throwIfMatches()
|
| D | DigestUtils.java | 61 LOGGER.error("don't has SHA-256 Algorithm"); in sha256Digest() 79 LOGGER.error("don't has SHA-384 Algorithm"); in sha384Digest() 97 LOGGER.error("don't has SHA-512 Algorithm"); in sha512Digest() 123 LOGGER.error("generateCertificate is not x509"); in decodeBase64ToX509Certifate() 128 LOGGER.error("Decode Base64 certificate failed!", e); in decodeBase64ToX509Certifate() 147 LOGGER.error("generateCRL is not x509"); in decodeBase64ToX509CRL() 152 LOGGER.error("Decode Base64 crl failed!"); in decodeBase64ToX509CRL()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | VerifyAndParseProvision.java | 49 LOGGER.error(errorMsg); in verifyAndParseProvision() 54 LOGGER.error("read provision file failed"); in verifyAndParseProvision() 59 LOGGER.error("get unsigned provision failed"); in verifyAndParseProvision() 71 … LOGGER.error(signedProvisionFile.getCanonicalPath() + " does not exist or can not read!"); in checkProvisionFile() 75 LOGGER.error(signedProvisionFile.getCanonicalPath() + " is not a file!"); in checkProvisionFile() 79 LOGGER.error("getCanonicalPath failed", e); in checkProvisionFile() 90 LOGGER.error("readFileToByteArray failed.", e); in getSignedProvisionData() 104 LOGGER.error("get unsigned provision data failed.", e); in getUnsignedProvisionData() 115 LOGGER.error("output unsigned provision to file failed.", e); in outputUnsignedProvisionToFile()
|
| D | VerifyHap.java | 114 LOGGER.error("Missing parameter: {}", ParamConstants.PARAM_VERIFY_CERTCHAIN_FILE); in checkParams() 118 LOGGER.error("Missing parameter: {}", ParamConstants.PARAM_VERIFY_PROFILE_FILE); in checkParams() 137 LOGGER.error("Check params failed!"); in verify() 142 LOGGER.error("Not found verify file path!"); in verify() 147 LOGGER.error("Check input signature hap false!"); in verify() 152 LOGGER.error("verify: {}", verifyResult.getMessage()); in verify() 160 LOGGER.error("Write certificate chain error", e); in verify() 170 LOGGER.error("Output optional blocks error", e); in verify() 229 LOGGER.error("signedFile is invalid.", e); in checkSignFile() 249 LOGGER.error(errorMsg); in verifyHap() [all …]
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
| D | SignBin.java | 72 LOGGER.error("The block head data made failed."); in sign() 81 LOGGER.error("The sign data made failed."); in sign() 89 LOGGER.error("The sign head data made failed."); in sign() 103 LOGGER.error("file length is invalid, binFileLen: " + binFileLen in writeBlockDataToFile() 110 … LOGGER.error("The profile block head offset is overflow interger range, offset: " + offset); in writeBlockDataToFile() 119 … LOGGER.error("The sign block head offset is overflow integer range, offset: " + offset); in writeBlockDataToFile() 127 LOGGER.error("writeBlockDataToFile failed.", e); in writeBlockDataToFile() 138 LOGGER.error("Failed to write infomation of input file: " + inputFile + in writeSignedBin() 145 LOGGER.error("Failed to write proBlockByte to output file: " + outputFile); in writeSignedBin() 151 LOGGER.error("Failed to write binBlockByte to output file: " + outputFile); in writeSignedBin() [all …]
|
| D | SignElf.java | 87 LOGGER.error("copy input File failed"); in sign() 93 LOGGER.error("The block head data made failed.`"); in sign() 101 LOGGER.error("The sign head data made failed."); in sign() 115 LOGGER.error("create tmp file Failed"); in alignFileBy4kBytes() 128 LOGGER.error("File alignment error"); in alignFileBy4kBytes() 135 LOGGER.error("copy inFile Failed"); in alignFileBy4kBytes() 150 LOGGER.error("file length is invalid, elf file len: " + binFileLen); in writeBlockDataToFile() 168 LOGGER.error("writeBlockDataToFile failed.", e); in writeBlockDataToFile() 171 LOGGER.error("codesign failed.", e); in writeBlockDataToFile() 181 LOGGER.error("Failed to write information of input file: " + inputFile in writeSignedElf() [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/ |
| D | BundleMangerUtils.ts | 50 }).catch((error) => { 51 SPLogger.ERROR(TAG,'Operation failed. Cause: ' + JSON.stringify(error)) 52 console.error('BundleManager ... Operation failed. Cause: ' + JSON.stringify(error)); 83 }).catch((error) => { 84 SPLogger.ERROR(TAG,'Operation failed. Cause: ' + JSON.stringify(error)) 85 console.error('BundleManager ... Operation failed. Cause: ' + JSON.stringify(error));
|
| /developtools/integration_verification/DeployDevice/src/aw/Telnet/ |
| D | TelnetClient.py | 40 logger.error("telnet login Failed!!") 44 logger.error("telnet login Failed!!") 54 logger.error(e) 70 logger.error(e) 80 logger.error("cmd not end or cmd failed, please check board !!!") 83 logger.error(e) 93 logger.error("cmd not end or cmd failed, please check board !!!") 96 logger.error(e) 114 logger.error("send Enter fail") 118 logger.error(e)
|
| /developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/ |
| D | liteOsUpgrade_RK3568_app.py | 75 logger.error(e) 117 logger.error("No devices found,please check the device.") 128 logger.error("Download MiniLoaderAll.bin Fail!") 137 logger.error("Failed to execute the parameter.txt") 147 logger.error("Failed to download the uboot.image!") 173 logger.error("Failed to reboot the board!") 192 logger.error(e) 256 logger.error("Failed to enter the loader mode!") 430 logger.error("Set mode failed") 436 logger.error(e) [all …]
|
| /developtools/integration_verification/DeployDevice/src/aw/ExtractFile/ |
| D | ExtractFile.py | 34 logger.error("Decompress package failed.") 53 logger.error(e) 60 logger.error(e) 85 logger.error("no img") 89 logger.error(e) 106 logger.error("%s file is not exist" % file)
|