Home
last modified time | relevance | path

Searched refs:GRPC_JSON_OBJECT (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.cc64 GRPC_JSON_OBJECT, false); in PopulateConnectivityState()
82 GRPC_JSON_OBJECT, false); in PopulateChildRefs()
94 GRPC_JSON_OBJECT, false); in PopulateChildRefs()
133 GRPC_JSON_OBJECT, false); in PopulateConnectivityState()
140 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in RenderJson()
144 GRPC_JSON_OBJECT, false); in RenderJson()
154 GRPC_JSON_OBJECT, false); in RenderJson()
Dmethod_params.cc87 if (field->type != GRPC_JSON_OBJECT) return nullptr; in ParseRetryPolicy()
Dclient_channel.cc236 if (field->type != GRPC_JSON_OBJECT) return; in parse_retry_throttle_params()
/external/grpc-grpc/src/core/lib/channel/
Dchannelz.cc103 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in RenderJson()
108 GRPC_JSON_OBJECT, false); in RenderJson()
118 GRPC_JSON_OBJECT, false); in RenderJson()
157 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in RenderJson()
162 GRPC_JSON_OBJECT, false); in RenderJson()
172 GRPC_JSON_OBJECT, false); in RenderJson()
Dchannelz_registry.cc79 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in InternalGetTopChannels()
116 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in InternalGetServers()
173 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in grpc_channelz_get_channel()
191 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in grpc_channelz_get_subchannel()
Dchannel_trace.cc156 nullptr, GRPC_JSON_OBJECT, false); in RenderTraceEvent()
167 grpc_json* json = grpc_json_create(GRPC_JSON_OBJECT); in RenderJson()
184 nullptr, GRPC_JSON_OBJECT, false); in RenderJson()
/external/grpc-grpc/src/core/lib/transport/
Dservice_config.cc52 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) { in GetLoadBalancingPolicyName()
74 if (name->type != GRPC_JSON_OBJECT) return -1; in CountNamesInMethodConfig()
83 if (json->type != GRPC_JSON_OBJECT) return nullptr; in ParseJsonMethodName()
Dservice_config.h131 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) { in ParseGlobalParams()
177 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) { in CreateMethodConfigTable()
/external/grpc-grpc/src/core/lib/json/
Djson_string.cc188 if (json->parent->type == GRPC_JSON_OBJECT) { in json_create_and_link()
203 GPR_ASSERT(type == GRPC_JSON_ARRAY || type == GRPC_JSON_OBJECT); in json_reader_container_begins()
320 case GRPC_JSON_OBJECT: in json_dump_recursive()
325 json->type == GRPC_JSON_OBJECT); in json_dump_recursive()
Djson_common.h24 GRPC_JSON_OBJECT, enumerator
Djson_writer.cc199 json_writer_output_char(writer, type == GRPC_JSON_OBJECT ? '{' : '['); in grpc_json_writer_container_begins()
211 json_writer_output_char(writer, type == GRPC_JSON_OBJECT ? '}' : ']'); in grpc_json_writer_container_ends()
Djson_reader.cc215 case GRPC_JSON_OBJECT: in grpc_json_reader_run()
350 json_reader_container_begins(reader, GRPC_JSON_OBJECT); in grpc_json_reader_run()
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc165 grpc_json* json = grpc_json_create(GRPC_JSON_OBJECT); in encoded_jwt_header()
184 grpc_json* json = grpc_json_create(GRPC_JSON_OBJECT); in encoded_jwt_claim()
Djwt_verifier.cc576 if (jkey->type != GRPC_JSON_OBJECT) continue; in find_verification_key()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc243 if (choice->type != GRPC_JSON_OBJECT) { in ChooseServiceConfig()
282 if (field->type == GRPC_JSON_OBJECT) { in ChooseServiceConfig()
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc156 if (json->type != GRPC_JSON_OBJECT) { in grpc_oauth2_token_fetcher_credentials_parse_server_response()