Home
last modified time | relevance | path

Searched refs:dataCollected (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp103 tooling::DataCollected dataCollected; in DataCollected() local
104 channel_->SendNotification(dataCollected); in DataCollected()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp480 DataCollected dataCollected; in HWTEST_F_L0() local
484 dataCollected.SetValue(std::move(v)); in HWTEST_F_L0()
486 std::unique_ptr<PtJson> json = dataCollected.ToJson(); in HWTEST_F_L0()
489 EXPECT_EQ(dataCollected.GetName(), method); in HWTEST_F_L0()