Home
last modified time | relevance | path

Searched defs:errorMsg (Results 1 – 11 of 11) sorted by relevance

/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp36 std::string errorMsg = GetErrorMsg(); in WriteFile() local
43 std::string errorMsg = GetErrorMsg(); in WriteFile() local
50 std::string errorMsg = GetErrorMsg(); in WriteFile() local
58 std::string errorMsg = GetErrorMsg(); in WriteFile() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DValidateUtils.java37 …public static void throwIfNotMatches(boolean isMatch, ERROR error, String errorMsg) throws CustomE… in throwIfNotMatches()
50 …public static void throwIfMatches(boolean isMatch, ERROR error, String errorMsg) throws CustomExce… in throwIfMatches()
DCertUtils.java163 …String errorMsg = String.format("Format error, must be \"X=xx,XX=xxx,...\", please check: \"%s\"",… in checkDN() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DVerifyHelper.java106 String errorMsg = "Verify failed, not found cert chain"; in certStoreToCertList() local
124 ValidateUtils.throwIfMatches(certificateList.size() == 0, ERROR.VERIFY_ERROR, errorMsg); in certStoreToCertList() local
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcheck_import_module.ts34 const errorMsg: string = compilerOptions.isCompatibleVersion ? constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts158 const errorMsg: string = `ArkTS:ERROR ArkTS:ERROR File: ${this.moduleId}\n` constant
210 …const errorMsg: string = `ArkTS:ERROR ArkTS:ERROR File: ${this.moduleId}:${line + 1}:${character +… constant
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyAndParseProvision.java48 String errorMsg = "Check input provision file failed!"; in verifyAndParseProvision() local
DVerifyHap.java248 String errorMsg = "ZIP64 format not supported!"; in verifyHap() local
/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_writer.cpp267 std::string errorMsg = COMMON::GetErrorMsg(); in LogDiskUsage() local
/developtools/profiler/device/base/src/
Dcommon.cpp461 std::string errorMsg(buffer); in GetErrorMsg() local
/developtools/packing_tool/adapter/ohos/
DCompressor.java1100 String errorMsg = "Compressor:selectHapInApp failed, app has no pack.info."; in selectHapInApp() local