| /arkcompiler/toolchain/tooling/test/ |
| D | pt_json_test.cpp | 46 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local 56 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local 66 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local 76 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local 86 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local 96 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local 106 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local 119 std::unique_ptr<PtJson> json = PtJson::Parse(str.c_str()); in HWTEST_F_L0() local 159 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 208 cJSON json; in HWTEST_F_L0() local [all …]
|
| D | debugger_events_test.cpp | 71 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 105 std::unique_ptr<PtJson> json = paused.ToJson(); in HWTEST_F_L0() local 131 std::unique_ptr<PtJson> json = nativeCalling.ToJson(); in HWTEST_F_L0() local 146 std::unique_ptr<PtJson> json = resumed.ToJson(); in HWTEST_F_L0() local 174 std::unique_ptr<PtJson> json = parsed.ToJson(); in HWTEST_F_L0() local 251 std::unique_ptr<PtJson> json = parsed.ToJson(); in HWTEST_F_L0() local 322 std::unique_ptr<PtJson> json = consoleProfileFinished.ToJson(); in HWTEST_F_L0() local 353 std::unique_ptr<PtJson> json = consoleProfileStarted.ToJson(); in HWTEST_F_L0() local 387 std::unique_ptr<PtJson> json = preciseCoverageDeltaUpdate.ToJson(); in HWTEST_F_L0() local 423 std::unique_ptr<PtJson> json = heapStatsUpdate.ToJson(); in HWTEST_F_L0() local [all …]
|
| D | debugger_returns_test.cpp | 102 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 162 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 212 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 228 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 242 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 265 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 288 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 301 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 329 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 353 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local [all …]
|
| D | pt_returns_test.cpp | 86 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 207 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 239 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 266 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 280 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local
|
| D | debugger_types_test.cpp | 1733 auto json = samplingHeapProfileSampleData->ToJson(); in HWTEST_F_L0() local 1814 auto json = samplingHeapProfileNode->ToJson(); in HWTEST_F_L0() local 1931 auto json = samplingHeapProfile->ToJson(); in HWTEST_F_L0() local 2030 auto json = positionTickInfo->ToJson(); in HWTEST_F_L0() local 2103 auto json = profilenode->ToJson(); in HWTEST_F_L0() local 2207 auto json = profile->ToJson(); in HWTEST_F_L0() local 2305 auto json = coverage->ToJson(); in HWTEST_F_L0() local 2371 auto json = functionCoverage->ToJson(); in HWTEST_F_L0() local 2444 auto json = scriptCoverage->ToJson(); in HWTEST_F_L0() local 2504 auto json = typeObject->ToJson(); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_watch_test.h | 85 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvWatchDescription() local 119 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvWatchType() local 153 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvWatchObject() local 187 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvWatchDescriptionByJack() local
|
| D | js_heapdump_test.h | 62 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvReportProgress() local 95 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvReportProgressFinished() local 131 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvReportProgressChunk() local
|
| D | js_allocationtrack_test.h | 77 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvReportProgress() local 104 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvReportProgressFinished() local 140 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvReportProgressChunk() local
|
| D | js_heapsampling_test.h | 70 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvHeapsamlingInfo() local
|
| /arkcompiler/toolchain/tooling/test/client_utils/ |
| D | test_util.cpp | 29 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in __anon662f80880102() local 183 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in SendMessage() local 207 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in SendMessage() local
|
| /arkcompiler/toolchain/tooling/client/domain/ |
| D | runtime_client.cpp | 177 void RuntimeClient::RecvReply(std::unique_ptr<PtJson> json) in RecvReply() 224 void RuntimeClient::HandleGetProperties(std::unique_ptr<PtJson> json, const int &id) in HandleGetProperties() 276 void RuntimeClient::HandleHeapUsage(std::unique_ptr<PtJson> json) in HandleHeapUsage()
|
| D | debugger_client.cpp | 316 void DebuggerClient::RecvReply(std::unique_ptr<PtJson> json) in RecvReply() 359 void DebuggerClient::PausedReply(const std::unique_ptr<PtJson> json) in PausedReply() 403 void DebuggerClient::handleResponse(std::unique_ptr<PtJson> json) in handleResponse()
|
| D | profiler_client.cpp | 151 void ProfilerClient::RecvProfilerResult(std::unique_ptr<PtJson> json) in RecvProfilerResult()
|
| D | heapprofiler_client.cpp | 220 void HeapProfilerClient::RecvReply(std::unique_ptr<PtJson> json) in RecvReply()
|
| /arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsetdata_fuzzer/ |
| D | baseptspausedsetdata_fuzzer.cpp | 40 std::unique_ptr<PtJson> json = paused.ToJson(); in BasePtsPausedSetDataFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetlocation_fuzzer/ |
| D | baseptsbreakpointsetlocation_fuzzer.cpp | 50 std::unique_ptr<PtJson> json = breakpointResolved.ToJson(); in BasePtsBreakpointSetLocationFuzzTest() local
|
| /arkcompiler/toolchain/tooling/client/manager/ |
| D | domain_manager.cpp | 35 std::unique_ptr<PtJson> json = PtJson::Parse(decMessage); in DispatcherReply() local
|
| D | breakpoint_manager.cpp | 25 void BreakPointManager::Createbreaklocation(const std::unique_ptr<PtJson> json) in Createbreaklocation()
|
| D | watch_manager.cpp | 82 void WatchManager::RequestWatchInfo(const std::unique_ptr<PtJson> &json) in RequestWatchInfo() 127 bool WatchManager::HandleWatchResult(const std::unique_ptr<PtJson> &json, int32_t id) in HandleWatchResult()
|
| D | source_manager.cpp | 45 void SourceManager::EnableReply(const std::unique_ptr<PtJson> json) in EnableReply() 137 void SourceManager::GetDebugSources(const std::unique_ptr<PtJson> json) in GetDebugSources()
|
| /arkcompiler/ets_runtime/test/moduletest/jsonparser/ |
| D | jsonparser.js | 23 let json = JSON.parse("[ 1, 2, 3]"); variable
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 37 std::unique_ptr<PtJson> json = PtJson::Parse(message); in DispatchRequest() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 241 Local<JSValueRef> JSON::Stringify(const EcmaVM *vm, Local<JSValueRef> json) in Stringify()
|