Lines Matching refs:json
35 std::unique_ptr<PtJson> json = PtJson::Parse(decMessage);
36 if (json == nullptr) {
37 LOGE("json parse error");
41 if (!json->IsObject()) {
42 LOGE("json parse format error");
43 json->ReleaseRoot();
50 ret = json->GetInt("id", &id);
57 ret = json->GetString("method", &wholeMethod);
72 heapProfilerClient_.RecvReply(std::move(json));
74 profilerClient_.RecvProfilerResult(std::move(json));
76 runtimeClient_.RecvReply(std::move(json));
78 debuggerClient_.RecvReply(std::move(json));