Home
last modified time | relevance | path

Searched refs:GetMessage (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/runtime_core/assembler/tests/
Decmascript_meta_test.cpp41 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/
Decmascript_meta_test.cpp30 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/
Dprofiler_impl_test.cpp57 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 …]
Dheapprofiler_impl_test.cpp58 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()
Ddispatcher_test.cpp116 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()
Dtracing_impl_test.cpp71 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/
Derror.cpp24 LOG(ERROR, DEBUGGER) << error->GetMessage(); in HandleError()
/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp86 << (response.IsOk() ? "success" : "failed: " + response.GetMessage()); in SendResponse()
126 result->Add("message", response.GetMessage().c_str()); in CreateErrorReply()
Ddispatcher.h96 const std::string &GetMessage() const in GetMessage() function
/arkcompiler/runtime_core/static_core/tools/sampler/
Dargs_parser.h36 std::cerr << err.value().GetMessage() << std::endl; in Parse()
/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp99 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/
Dverify_pragma_info.h66 const std::string &GetMessage() const in GetMessage() function
/arkcompiler/runtime_core/panda/
Dpanda.cpp128 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/
Dmain.cpp40 std::cerr << err.value().GetMessage() << std::endl; in Parse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverify_mark.cpp74 LogInfo::MapleLogger() << "\tError: " << pragma->GetMessage() << std::endl; in AddAnnotations()
Dverify_annotation.cpp121 pr->PushElementVector(NewAnnotationStringElement(md, "msg", info.GetMessage())); in AddVerfAnnoThrowVerifyError()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_scoped_objects_fix.h229 const char *GetMessage() const in GetMessage() function
255 … ThrowEtsException(Coroutine(), exceptionData_->GetClassName(), exceptionData_->GetMessage()); in ~ScopedManagedCodeFix()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc_llvm.cpp121 LOG_PAOC(FATAL) << llvm_options_err.value().GetMessage(); in ValidateExtraOptions()
Dpaoc.cpp130 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/
Dassembly-parser.cpp2251 … 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/
Dassembly-parser.cpp2336 … 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/
Dmain.cpp176 std::cerr << err.value().GetMessage() << std::endl; in Parse()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h285 … ASSERT_FAIL_(error.value().GetMessage(), "Success", "API call result", "Expected", ""); \
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h283 … ASSERT_FAIL_IMPL(error.value().GetMessage(), "Success", "API call result", "Expected", ""); \
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp271 LogError("Parse options failed: " + runtimeOptionsErr.value().GetMessage()); in CreateRuntime()

12