| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | json_builder.h | 64 void Stringify(std::nullptr_t) in Stringify() function 69 void Stringify(bool boolean) in Stringify() function 75 void Stringify(T &&number) in Stringify() function 85 void Stringify(std::string_view string) in Stringify() function 90 void Stringify(const char *string) in Stringify() function 96 void Stringify(T &&array); 99 void Stringify(T &&object); 112 Stringify(std::forward<T>(value)); in Add() 133 Stringify(key); in AddProperty() 135 Stringify(std::forward<T>(value)); in AddProperty() [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | json_builder.h | 68 void Stringify(std::nullptr_t) in Stringify() function 74 void Stringify(T integral) in Stringify() function 80 void Stringify(T number) in Stringify() function 89 void Stringify(std::string_view string) in Stringify() function 94 void Stringify(const char *string) in Stringify() function 100 void Stringify(T &&array); 103 void Stringify(T &&object); 116 Stringify(std::forward<T>(value)); in Add() 137 Stringify(key); in AddProperty() 139 Stringify(std::forward<T>(value)); in AddProperty() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_json.h | 33 static JSTaggedValue Stringify(EcmaRuntimeCallInfo *argv); 45 static JSTaggedValue Stringify(EcmaRuntimeCallInfo *argv); 51 static JSTaggedValue Stringify(EcmaRuntimeCallInfo *argv);
|
| D | builtins_json.cpp | 163 JSTaggedValue BuiltinsJson::Stringify(EcmaRuntimeCallInfo *argv) in Stringify() function in panda::ecmascript::builtins::BuiltinsJson 168 JSTaggedValue BuiltinsSendableJson::Stringify(EcmaRuntimeCallInfo *argv) in Stringify() function in panda::ecmascript::builtins::BuiltinsSendableJson 173 JSTaggedValue BuiltinsBigIntJson::Stringify(EcmaRuntimeCallInfo *argv) in Stringify() function in panda::ecmascript::builtins::BuiltinsBigIntJson 180 BUILTINS_API_TRACE(argv->GetThread(), Json, Stringify); in StringifyWithTransformType() 201 JSHandle<JSTaggedValue> result = stringifier.Stringify(handleValue, handleReplacer, handleGap); in StringifyWithTransformType()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_json_test.cpp | 49 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0() 59 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0() 69 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0() 79 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0() 89 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0() 99 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0() 112 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0() 127 EXPECT_EQ(json->Stringify(), str); in HWTEST_F_L0() 177 EXPECT_EQ(root->Stringify(), in HWTEST_F_L0() 185 std::string result = ptJson.Stringify(); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_stringifier_test.cpp | 174 …JSHandle<JSTaggedValue> resultString1 = stringifier1.Stringify(handleValue, handleReplacer1, handl… in HWTEST_F_L0() 180 …JSHandle<JSTaggedValue> resultString2 = stringifier2.Stringify(handleValue, handleReplacer2, handl… in HWTEST_F_L0() 203 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() 231 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() 271 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() 294 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() 336 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() 375 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() 404 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() 462 …JSHandle<JSTaggedValue> resultString = stringifier.Stringify(handleValue, handleReplacer, handleGa… in HWTEST_F_L0() [all …]
|
| /arkcompiler/toolchain/tooling/client/domain/ |
| D | profiler_client.cpp | 63 std::string message = request->Stringify(); in CpuprofileEnableCommand() 83 std::string message = request->Stringify(); in CpuprofileDisableCommand() 103 std::string message = request->Stringify(); in CpuprofileCommand() 123 std::string message = request->Stringify(); in CpuprofileStopCommand() 144 std::string message = request->Stringify(); in SetSamplingIntervalCommand() 194 WriteCpuProfileForFile(cpufile, profile->Stringify()); in RecvProfilerResult()
|
| D | heapprofiler_client.cpp | 70 std::string message = request->Stringify(); in HeapDumpCommand() 91 std::string message = request->Stringify(); in AllocationTrackCommand() 112 std::string message = request->Stringify(); in AllocationTrackStopCommand() 132 std::string message = request->Stringify(); in Enable() 152 std::string message = request->Stringify(); in Disable() 173 std::string message = request->Stringify(); in Samping() 193 std::string message = request->Stringify(); in SampingStop() 213 std::string message = request->Stringify(); in CollectGarbage() 327 WriteHeapProfilerForFile(fileName_, profile->Stringify()); in SaveHeapsamplingData()
|
| D | debugger_client.cpp | 87 std::string message = request->Stringify(); in BreakCommand() 113 std::string message = request->Stringify(); in DeleteCommand() 132 std::string message = request->Stringify(); in DisableCommand() 156 std::string message = request->Stringify(); in EnableCommand() 245 std::string message = request->Stringify(); in ResumeCommand() 264 std::string message = request->Stringify(); in StepIntoCommand() 283 std::string message = request->Stringify(); in StepOutCommand() 302 std::string message = request->Stringify(); in StepOverCommand() 356 LOGI("arkdb: Debugger reply is: %{public}s", json->Stringify().c_str()); in RecvReply() 460 std::string message = request->Stringify(); in SaveAllPossibleBreakpointsCommand() [all …]
|
| D | runtime_client.cpp | 61 std::string message = request->Stringify(); in HeapusageCommand() 81 std::string message = request->Stringify(); in RuntimeEnableCommand() 101 std::string message = request->Stringify(); in RuntimeDisableCommand() 121 std::string message = request->Stringify(); in RunIfWaitingForDebuggerCommand() 147 std::string message = request->Stringify(); in GetPropertiesCommand() 171 std::string message = request->Stringify(); in GetPropertiesCommand2() 203 LOGI("arkdb: Runtime replay message is %{public}s", json->Stringify().c_str()); in RecvReply()
|
| D | test_client.cpp | 55 std::string message = request->Stringify(); in SuccessCommand() 74 std::string message = request->Stringify(); in FailCommand()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_channel.h | 39 std::string str = result.ToJson()->Stringify(); in SendResponse() 44 std::string str = events.ToJson()->Stringify(); in SendNotification()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_json_test.cpp | 253 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0() 273 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0() 291 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0() 320 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0() 324 HWTEST_F_L0(BuiltinsJsonTest, Stringify) in HWTEST_F_L0() argument 333 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0() 369 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0() 400 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0() 420 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0() 469 JSTaggedValue result = BuiltinsJson::Stringify(ecmaRuntimeCallInfo); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_runtime/test/fuzztest/jsonstringify_fuzzer/ |
| D | jsonstringify_fuzzer.cpp | 51 JSON::Stringify(vm, jsValue); in JSONStringifyFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/jsonparse_fuzzer/ |
| D | jsonparse_fuzzer.cpp | 51 JSON::Stringify(vm, jsValue); in JSONParseFuzzTest()
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_variable_second_test.h | 100 std::string str = parsed->ToJson()->Stringify(); in SendNotification() 109 std::string str = paused->ToJson()->Stringify(); in SendNotification()
|
| D | js_variable_first_test.h | 100 std::string str = parsed->ToJson()->Stringify(); in SendNotification() 109 std::string str = paused->ToJson()->Stringify(); in SendNotification()
|
| D | js_heapdump_test.h | 157 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
|
| D | js_allocationtrack_test.h | 166 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
|
| D | js_heapdump_loop_test.h | 187 if (contentJson == nullptr || contentJson->Stringify().empty()) { in RecvReportProgressChunk()
|
| /arkcompiler/toolchain/tooling/client/manager/ |
| D | watch_manager.cpp | 50 std::string message = request->Stringify(); in SendRequestWatch() 75 std::string message = request->Stringify(); in GetPropertiesCommand()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_json.h | 50 std::string Stringify() const;
|
| /arkcompiler/toolchain/tooling/ |
| D | protocol_handler.cpp | 115 std::string str = reply.Stringify(); in SendReply()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.h | 39 …JSHandle<JSTaggedValue> Stringify(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedVal…
|
| D | fast_json_stringifier.h | 41 JSHandle<JSTaggedValue> Stringify(const JSHandle<JSTaggedValue> &value);
|