Searched refs:grpc_json_create_child (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel_channelz.cc | 63 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/ |
D | channel_trace.cc | 139 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()
|
D | channelz.cc | 87 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()
|
D | channelz_registry.cc | 97 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/ |
D | json.cc | 80 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()
|
D | json.h | 90 grpc_json* grpc_json_create_child(grpc_json* sibling, grpc_json* parent,
|