Home
last modified time | relevance | path

Searched refs:dumpGuid (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
H A Dtracing_impl.cpp99 std::string dumpGuid; in RequestMemoryDump() local
101 DispatchResponse response = tracing_->RequestMemoryDump(std::move(params), dumpGuid, success); in RequestMemoryDump()
171 [[maybe_unused]] std::string dumpGuid, [[maybe_unused]] bool success) in RequestMemoryDump()
170 RequestMemoryDump([[maybe_unused]] std::unique_ptr<RequestMemoryDumpParams> params, [[maybe_unused]] std::string dumpGuid, [[maybe_unused]] bool success) RequestMemoryDump() argument
H A Dtracing_impl.h43 std::string dumpGuid, bool success);
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_returns_test.cpp395 std::string dumpGuid; in HWTEST_F_L0() local
396 ASSERT_EQ(requestMemoryDumpReturns->ToJson()->GetString("dumpGuid", &dumpGuid), in HWTEST_F_L0()
398 EXPECT_EQ(dumpGuid, "123"); in HWTEST_F_L0()
H A Dtracing_impl_test.cpp88 std::string dumpGuid; in HWTEST_F_L0() local
90 DispatchResponse response = tracing->RequestMemoryDump(std::move(params), dumpGuid, success); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H A Dpt_returns.h469 explicit RequestMemoryDumpReturns(std::string dumpGuid, bool success) in RequestMemoryDumpReturns() argument
470 : dumpGuid_(dumpGuid), success_(success) {} in RequestMemoryDumpReturns()

Completed in 4 milliseconds