Home
last modified time | relevance | path

Searched refs:GetJsonChild (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/channel/
Dchannelz_test.cc62 grpc_json* GetJsonChild(grpc_json* parent, const char* key) { in GetJsonChild() function
73 grpc_json* arr = GetJsonChild(json, key); in ValidateJsonArraySize()
94 grpc_json* end = GetJsonChild(parsed_json, "end"); in ValidateGetTopChannels()
113 grpc_json* end = GetJsonChild(parsed_json, "end"); in ValidateGetServers()
176 grpc_json* gotten_json = GetJsonChild(json, key); in ValidateChildInteger()
189 grpc_json* data = GetJsonChild(json, "data"); in ValidateCounters()
Dchannel_trace_test.cc56 grpc_json* GetJsonChild(grpc_json* parent, const char* key) { in GetJsonChild() function
67 grpc_json* arr = GetJsonChild(json, key); in ValidateJsonArraySize()
81 grpc_json* num_events_logged_json = GetJsonChild(json, "numEventsLogged"); in ValidateChannelTraceData()
83 grpc_json* start_time = GetJsonChild(json, "creationTimestamp"); in ValidateChannelTraceData()