Lines Matching refs:ToJson
72 ASSERT_EQ(breakpointResolved.ToJson()->GetObject("params", &json), Result::SUCCESS); in HWTEST_F_L0()
94 std::unique_ptr<PtJson> json = paused.ToJson(); in HWTEST_F_L0()
110 std::unique_ptr<PtJson> json1 = paused1.ToJson(); in HWTEST_F_L0()
118 std::unique_ptr<PtJson> json = nativeCalling.ToJson(); in HWTEST_F_L0()
133 std::unique_ptr<PtJson> json = resumed.ToJson(); in HWTEST_F_L0()
161 std::unique_ptr<PtJson> json = parsed.ToJson(); in HWTEST_F_L0()
214 json = parsed1.ToJson(); in HWTEST_F_L0()
238 std::unique_ptr<PtJson> json = parsed.ToJson(); in HWTEST_F_L0()
309 std::unique_ptr<PtJson> json = consoleProfileFinished.ToJson(); in HWTEST_F_L0()
328 json = consoleProfileFinished1.ToJson(); in HWTEST_F_L0()
340 std::unique_ptr<PtJson> json = consoleProfileStarted.ToJson(); in HWTEST_F_L0()
348 std::unique_ptr<PtJson> tmpJson = consoleProfileStarted.GetLocation()->ToJson(); in HWTEST_F_L0()
361 json = consoleProfileStarted1.ToJson(); in HWTEST_F_L0()
374 std::unique_ptr<PtJson> json = preciseCoverageDeltaUpdate.ToJson(); in HWTEST_F_L0()
400 json = preciseCoverageDeltaUpdate1.ToJson(); in HWTEST_F_L0()
410 std::unique_ptr<PtJson> json = heapStatsUpdate.ToJson(); in HWTEST_F_L0()
419 json = heapStatsUpdate1.ToJson(); in HWTEST_F_L0()
428 std::unique_ptr<PtJson> json = lastSeenObjectId.ToJson(); in HWTEST_F_L0()
446 std::unique_ptr<PtJson> json = reportHeapSnapshotProgress.ToJson(); in HWTEST_F_L0()
463 std::unique_ptr<PtJson> json = bufferUsage.ToJson(); in HWTEST_F_L0()
486 std::unique_ptr<PtJson> json = dataCollected.ToJson(); in HWTEST_F_L0()
507 std::unique_ptr<PtJson> json = tracingComplete.ToJson(); in HWTEST_F_L0()