Home
last modified time | relevance | path

Searched refs:CreateObject (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Dpt_params_test.cpp54 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
63 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
77 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
78 std::unique_ptr<PtJson> start = PtJson::CreateObject(); in HWTEST_F_L0()
79 std::unique_ptr<PtJson> ptJson1 = PtJson::CreateObject(); in HWTEST_F_L0()
80 std::unique_ptr<PtJson> end = PtJson::CreateObject(); in HWTEST_F_L0()
94 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
95 std::unique_ptr<PtJson> ptJson1 = PtJson::CreateObject(); in HWTEST_F_L0()
106 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
119 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
[all …]
Dpt_types_test.cpp317 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in HWTEST_F_L0()
319 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
331 std::unique_ptr<PtJson> ptJson1 = PtJson::CreateObject(); in HWTEST_F_L0()
339 std::unique_ptr<PtJson> ptJson2 = PtJson::CreateObject(); in HWTEST_F_L0()
342 std::unique_ptr<PtJson> ptJson3 = PtJson::CreateObject(); in HWTEST_F_L0()
351 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
353 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in HWTEST_F_L0()
363 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
365 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in HWTEST_F_L0()
375 std::unique_ptr<PtJson> ptJson = PtJson::CreateObject(); in HWTEST_F_L0()
[all …]
Dpt_json_test.cpp133 auto child1 = PtJson::CreateObject(); in HWTEST_F_L0()
137 auto child2 = PtJson::CreateObject(); in HWTEST_F_L0()
145 auto root = PtJson::CreateObject(); in HWTEST_F_L0()
Ddebugger_events_test.cpp481 std::unique_ptr<PtJson> jsonV = PtJson::CreateObject(); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_events.cpp21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
26 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson()
35 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
58 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson()
67 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
69 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson()
78 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
97 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson()
106 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
138 std::unique_ptr<PtJson> object = PtJson::CreateObject(); in ToJson()
[all …]
Dpt_returns.cpp21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
30 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
47 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
63 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
77 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
93 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
105 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
121 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
137 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
148 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
[all …]
Dpt_types.cpp1003 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
1110 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
1171 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
1246 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
1416 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
1481 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
1531 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
1573 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
1613 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
1672 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson()
[all …]
Dpt_json.h38 static std::unique_ptr<PtJson> CreateObject();
Dpt_json.cpp21 std::unique_ptr<PtJson> PtJson::CreateObject() in CreateObject() function in panda::ecmascript::tooling::PtJson
Dpt_returns.h28 return PtJson::CreateObject(); in ToJson()
/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp88 std::unique_ptr<PtJson> reply = PtJson::CreateObject(); in SendResponse()
122 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in CreateErrorReply()