Home
last modified time | relevance | path

Searched defs:json (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp46 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 …]
Ddebugger_events_test.cpp71 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 …]
Ddebugger_returns_test.cpp102 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 …]
Dpt_returns_test.cpp86 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
Ddebugger_types_test.cpp1733 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/
Djs_watch_test.h85 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
Djs_heapdump_test.h62 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
Djs_allocationtrack_test.h77 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
Djs_heapsampling_test.h70 std::unique_ptr<PtJson> json = PtJson::Parse(recv); in RecvHeapsamlingInfo() local
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp29 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/
Druntime_client.cpp177 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()
Ddebugger_client.cpp316 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()
Dprofiler_client.cpp151 void ProfilerClient::RecvProfilerResult(std::unique_ptr<PtJson> json) in RecvProfilerResult()
Dheapprofiler_client.cpp220 void HeapProfilerClient::RecvReply(std::unique_ptr<PtJson> json) in RecvReply()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsetdata_fuzzer/
Dbaseptspausedsetdata_fuzzer.cpp40 std::unique_ptr<PtJson> json = paused.ToJson(); in BasePtsPausedSetDataFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetlocation_fuzzer/
Dbaseptsbreakpointsetlocation_fuzzer.cpp50 std::unique_ptr<PtJson> json = breakpointResolved.ToJson(); in BasePtsBreakpointSetLocationFuzzTest() local
/arkcompiler/toolchain/tooling/client/manager/
Ddomain_manager.cpp35 std::unique_ptr<PtJson> json = PtJson::Parse(decMessage); in DispatcherReply() local
Dbreakpoint_manager.cpp25 void BreakPointManager::Createbreaklocation(const std::unique_ptr<PtJson> json) in Createbreaklocation()
Dwatch_manager.cpp82 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()
Dsource_manager.cpp45 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/
Djsonparser.js23 let json = JSON.parse("[ 1, 2, 3]"); variable
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp37 std::unique_ptr<PtJson> json = PtJson::Parse(message); in DispatchRequest() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp241 Local<JSValueRef> JSON::Stringify(const EcmaVM *vm, Local<JSValueRef> json) in Stringify()