/arkcompiler/runtime_core/assembler/tests/ |
D | ecmascript_meta_test.cpp | 41 EXPECT_EQ(err.GetMessage(), result1->GetMessage()); 52 EXPECT_EQ(result4->GetMessage(), "Attribute 'ecmascript.annotation' must not have a value"); 57 EXPECT_EQ(result5->GetMessage(), "Unknown attribute 'attribute'"); 61 EXPECT_EQ(result6->GetMessage(), "Attribute 'ecmascript.annotation' already defined"); 124 EXPECT_EQ(result3->GetMessage(), "Unknown attribute 'ecmascript.annotation'"); 129 EXPECT_EQ(result4->GetMessage(), "Unknown attribute 'attribute'"); 133 EXPECT_EQ(result5->GetMessage(), "Unknown attribute 'ecmascript.annotation'"); 148 EXPECT_EQ(err.GetMessage(), "test message");
|
/arkcompiler/runtime_core/plugins/ecmascript/tests/ |
D | ecmascript_meta_test.cpp | 30 ASSERT_EQ(err.GetMessage(), result1->GetMessage()); 41 ASSERT_EQ(result4->GetMessage(), "Attribute 'ecmascript.annotation' must not have a value"); 46 ASSERT_EQ(result5->GetMessage(), "Unknown attribute 'attribute'"); 50 ASSERT_EQ(result6->GetMessage(), "Attribute 'ecmascript.annotation' already defined");
|
/arkcompiler/toolchain/tooling/test/ |
D | profiler_impl_test.cpp | 57 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0() 66 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0() 89 ASSERT_TRUE(response.GetMessage().find("Stop is failure") != std::string::npos); in HWTEST_F_L0() 99 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0() 108 ASSERT_TRUE(response.GetMessage() == "GetBestEffortCoverage not support now"); in HWTEST_F_L0() 116 ASSERT_TRUE(response.GetMessage() == "StopPreciseCoverage not support now"); in HWTEST_F_L0() 124 ASSERT_TRUE(response.GetMessage() == "TakePreciseCoverage not support now"); in HWTEST_F_L0() 135 ASSERT_TRUE(response.GetMessage() == "StartPreciseCoverage not support now"); in HWTEST_F_L0() 143 ASSERT_TRUE(response.GetMessage() == "StartTypeProfile not support now"); in HWTEST_F_L0() 151 ASSERT_TRUE(response.GetMessage() == "StopTypeProfile not support now"); in HWTEST_F_L0() [all …]
|
D | heapprofiler_impl_test.cpp | 58 ASSERT_TRUE(response.GetMessage() == "AddInspectedHeapObject not support now"); in HWTEST_F_L0() 67 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0() 76 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0() 85 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0() 96 ASSERT_TRUE(response.GetMessage() == "GetHeapObjectId not support now"); in HWTEST_F_L0() 107 ASSERT_TRUE(response.GetMessage() == "GetObjectByHeapObjectId not support now"); in HWTEST_F_L0() 117 ASSERT_TRUE(response.GetMessage() == "GetSamplingProfile fail"); in HWTEST_F_L0() 136 ASSERT_TRUE(response.GetMessage() == "StopSampling fail"); in HWTEST_F_L0() 146 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
|
D | dispatcher_test.cpp | 116 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0() 121 ASSERT_TRUE(response.GetMessage() == "msg"); in HWTEST_F_L0() 126 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
|
D | tracing_impl_test.cpp | 71 ASSERT_TRUE(response.GetMessage() == "GetCategories not support now."); in HWTEST_F_L0() 80 ASSERT_TRUE(response.GetMessage() == "RecordClockSyncMarker not support now."); in HWTEST_F_L0() 91 ASSERT_TRUE(response.GetMessage() == "RequestMemoryDump not support now."); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
D | error.cpp | 24 LOG(ERROR, DEBUGGER) << error->GetMessage(); in HandleError()
|
/arkcompiler/toolchain/tooling/ |
D | protocol_handler.cpp | 86 << (response.IsOk() ? "success" : "failed: " + response.GetMessage()); in SendResponse() 126 result->Add("message", response.GetMessage().c_str()); in CreateErrorReply()
|
D | dispatcher.h | 96 const std::string &GetMessage() const in GetMessage() function
|
/arkcompiler/runtime_core/static_core/tools/sampler/ |
D | args_parser.h | 36 std::cerr << err.value().GetMessage() << std::endl; in Parse()
|
/arkcompiler/runtime_core/static_core/panda/ |
D | panda.cpp | 99 std::cerr << "Error: " << runtimeOptionsErr.value().GetMessage() << std::endl; in PrepareArguments() 105 std::cerr << "Error: " << compilerOptionsErr.value().GetMessage() << std::endl; in PrepareArguments()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | verify_pragma_info.h | 66 const std::string &GetMessage() const in GetMessage() function
|
/arkcompiler/runtime_core/panda/ |
D | panda.cpp | 128 std::cerr << "Error: " << runtime_options_err.value().GetMessage() << std::endl; in PrepareArguments() 134 std::cerr << "Error: " << compiler_options_err.value().GetMessage() << std::endl; in PrepareArguments()
|
/arkcompiler/runtime_core/static_core/dprof/converter/ |
D | main.cpp | 40 std::cerr << err.value().GetMessage() << std::endl; in Parse()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
D | verify_mark.cpp | 74 LogInfo::MapleLogger() << "\tError: " << pragma->GetMessage() << std::endl; in AddAnnotations()
|
D | verify_annotation.cpp | 121 pr->PushElementVector(NewAnnotationStringElement(md, "msg", info.GetMessage())); in AddVerfAnnoThrowVerifyError()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
D | ets_scoped_objects_fix.h | 229 const char *GetMessage() const in GetMessage() function 255 … ThrowEtsException(Coroutine(), exceptionData_->GetClassName(), exceptionData_->GetMessage()); in ~ScopedManagedCodeFix()
|
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
D | paoc_llvm.cpp | 121 LOG_PAOC(FATAL) << llvm_options_err.value().GetMessage(); in ValidateExtraOptions()
|
D | paoc.cpp | 130 std::cerr << "Error: " << runtimeOptionsErr.value().GetMessage() << std::endl; in InitRuntime() 181 LOG_PAOC(FATAL) << compilerOptionsErr.value().GetMessage(); in ValidateCompilerOptions() 185 LOG_PAOC(FATAL) << paocOptionsErr.value().GetMessage(); in ValidateCompilerOptions()
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-parser.cpp | 2251 … context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_UNKNOWN_ATTRIBUTE, 0, in SetMetadataContextError() 2256 … context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_MISSING_ATTRIBUTE); in SetMetadataContextError() 2260 … context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_MISSING_VALUE); in SetMetadataContextError() 2264 …context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_UNEXPECTED_ATTRIBUTE,… in SetMetadataContextError() 2270 … GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_UNEXPECTED_VALUE, 0, SPECIAL_OFF); in SetMetadataContextError() 2274 …context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_INVALID_VALUE, 0, -1); in SetMetadataContextError() 2278 …context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_MULTIPLE_ATTRIBUTE, 0, in SetMetadataContextError()
|
/arkcompiler/runtime_core/static_core/assembler/ |
D | assembly-parser.cpp | 2336 … context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_UNKNOWN_ATTRIBUTE, 0, in SetMetadataContextError() 2341 … context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_MISSING_ATTRIBUTE); in SetMetadataContextError() 2345 … context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_MISSING_VALUE); in SetMetadataContextError() 2349 …context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_UNEXPECTED_ATTRIBUTE,… in SetMetadataContextError() 2355 … GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_UNEXPECTED_VALUE, 0, SPECIAL_OFF); in SetMetadataContextError() 2359 …context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_INVALID_VALUE, 0, -1); in SetMetadataContextError() 2363 …context_.err = GetError(err.GetMessage(), Error::ErrorType::ERR_BAD_METADATA_MULTIPLE_ATTRIBUTE, 0, in SetMetadataContextError()
|
/arkcompiler/runtime_core/static_core/dprof/daemon/ |
D | main.cpp | 176 std::cerr << err.value().GetMessage() << std::endl; in Parse()
|
/arkcompiler/toolchain/tooling/test/utils/ |
D | test_util.h | 285 … ASSERT_FAIL_(error.value().GetMessage(), "Success", "API call result", "Expected", ""); \
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
D | test_util.h | 283 … ASSERT_FAIL_IMPL(error.value().GetMessage(), "Success", "API call result", "Expected", ""); \
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
D | ets_vm_plugin.cpp | 271 LogError("Parse options failed: " + runtimeOptionsErr.value().GetMessage()); in CreateRuntime()
|