Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_heapdump_test.h156 std::unique_ptr<PtJson> contentJson = PtJson::Parse(content); in RecvReportProgressChunk() local
157 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
H A Djs_allocationtrack_recursion_test.h185 std::unique_ptr<PtJson> contentJson = PtJson::Parse(content); in RecvReportProgressChunk() local
186 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
H A Djs_allocationtrack_loop_test.h191 std::unique_ptr<PtJson> contentJson = PtJson::Parse(content); in RecvReportProgressChunk() local
192 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
H A Djs_allocationtrack_test.h165 std::unique_ptr<PtJson> contentJson = PtJson::Parse(content); in RecvReportProgressChunk() local
166 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
H A Djs_heapdump_loop_test.h186 std::unique_ptr<PtJson> contentJson = PtJson::Parse(content); in RecvReportProgressChunk() local
187 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()

Completed in 2 milliseconds