Home
last modified time | relevance | path

Searched refs:grpc_json_create_child (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.cc63 json = grpc_json_create_child(nullptr, json, "state", nullptr, in PopulateConnectivityState()
65 grpc_json_create_child(nullptr, json, "state", in PopulateConnectivityState()
77 grpc_json* array_parent = grpc_json_create_child( in PopulateChildRefs()
81 grpc_json_create_child(json_iterator, array_parent, nullptr, nullptr, in PopulateChildRefs()
88 grpc_json* array_parent = grpc_json_create_child( in PopulateChildRefs()
93 grpc_json_create_child(json_iterator, array_parent, nullptr, nullptr, in PopulateChildRefs()
132 json = grpc_json_create_child(nullptr, json, "state", nullptr, in PopulateConnectivityState()
134 grpc_json_create_child(nullptr, json, "state", in PopulateConnectivityState()
143 json_iterator = grpc_json_create_child(json_iterator, json, "ref", nullptr, in RenderJson()
153 grpc_json* data = grpc_json_create_child(json_iterator, json, "data", nullptr, in RenderJson()
[all …]
/external/grpc-grpc/src/core/lib/channel/
Dchannel_trace.cc139 json_iterator = grpc_json_create_child(json_iterator, json, "description", in RenderTraceEvent()
142 json_iterator = grpc_json_create_child(json_iterator, json, "severity", in RenderTraceEvent()
145 json_iterator = grpc_json_create_child(json_iterator, json, "timestamp", in RenderTraceEvent()
154 grpc_json* child_ref = grpc_json_create_child( in RenderTraceEvent()
157 json_iterator = grpc_json_create_child( in RenderTraceEvent()
173 json_iterator = grpc_json_create_child( in RenderJson()
178 grpc_json* events = grpc_json_create_child(json_iterator, json, "events", in RenderJson()
183 json_iterator = grpc_json_create_child(json_iterator, events, nullptr, in RenderJson()
Dchannelz.cc87 grpc_json_create_child(json_iterator, json, "lastCallStartedTimestamp", in PopulateCallCounts()
107 json_iterator = grpc_json_create_child(json_iterator, json, "ref", nullptr, in RenderJson()
117 grpc_json* data = grpc_json_create_child(json_iterator, json, "data", nullptr, in RenderJson()
126 grpc_json_create_child(nullptr, json, "target", target_.get(), in RenderJson()
161 json_iterator = grpc_json_create_child(json_iterator, json, "ref", nullptr, in RenderJson()
171 grpc_json* data = grpc_json_create_child(json_iterator, json, "data", nullptr, in RenderJson()
Dchannelz_registry.cc97 grpc_json* array_parent = grpc_json_create_child( in InternalGetTopChannels()
108 json_iterator = grpc_json_create_child(nullptr, json, "end", nullptr, in InternalGetTopChannels()
133 grpc_json* array_parent = grpc_json_create_child( in InternalGetServers()
144 json_iterator = grpc_json_create_child(nullptr, json, "end", nullptr, in InternalGetServers()
/external/grpc-grpc/src/core/lib/json/
Djson.cc80 grpc_json* grpc_json_create_child(grpc_json* sibling, grpc_json* parent, in grpc_json_create_child() function
95 return grpc_json_create_child(it, parent, name, num_str, GRPC_JSON_STRING, in grpc_json_add_number_string_child()
Djson.h90 grpc_json* grpc_json_create_child(grpc_json* sibling, grpc_json* parent,