Home
last modified time | relevance | path

Searched defs:channel_creds (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dbenchmark_config.cc75 std::shared_ptr<ChannelCredentials> channel_creds = in InitBenchmarkReporters() local
/external/grpc-grpc/test/cpp/util/
Dcreate_test_channel.cc75 std::shared_ptr<ChannelCredentials> channel_creds; in CreateTestChannel() local
147 std::shared_ptr<ChannelCredentials> channel_creds = in CreateTestChannel() local
Dcli_credentials.cc196 std::shared_ptr<grpc::ChannelCredentials> channel_creds = in GetCredentials() local
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_session_cache_test.py70 def _do_one_shot_client_rpc(self, channel_creds, channel_options, port, argument
D_auth_context_test.py144 def _do_one_shot_client_rpc(self, channel_creds, channel_options, port, argument
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.cc125 grpc_channel_credentials* channel_creds, const char* target, in grpc_channel_credentials_create_security_connector()
139 grpc_channel_credentials* channel_creds) { in grpc_channel_credentials_duplicate_without_call_credentials()
/external/grpc-grpc/test/cpp/end2end/
Dshutdown_test.cc87 auto channel_creds = in ResetStub() local
Dasync_end2end_test.cc294 auto channel_creds = GetCredentialsProvider()->GetChannelCredentials( in ResetStub() local
1147 const auto& channel_creds = GetCredentialsProvider()->GetChannelCredentials( in TEST_P() local
Dgrpclb_end2end_test.cc408 grpc_channel_credentials* channel_creds = in ResetStub() local
Dend2end_test.cc287 auto channel_creds = GetCredentialsProvider()->GetChannelCredentials( in ResetChannel() local
/external/grpc-grpc/src/core/lib/security/security_connector/
Dlocal_security_connector.cc170 grpc_channel_credentials* channel_creds, in grpc_local_channel_security_connector_create()
Dsecurity_connector.h118 grpc_channel_credentials* channel_creds; member
Dalts_security_connector.cc241 grpc_channel_credentials* channel_creds, in grpc_alts_channel_security_connector_create()
Dsecurity_connector.cc545 grpc_channel_credentials* channel_creds,
1038 grpc_channel_credentials* channel_creds,
/external/grpc-grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc253 grpc_channel_credentials* channel_creds, grpc_call_credentials* call_creds, in grpc_composite_channel_credentials_create()
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc169 const std::shared_ptr<ChannelCredentials>& channel_creds, in CompositeChannelCredentials()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc434 grpc_channel_credentials* channel_creds = in test_channel_oauth2_composite_creds() local
508 grpc_channel_credentials* channel_creds = in test_channel_oauth2_google_iam_composite_creds() local
1120 grpc_channel_credentials* channel_creds = in test_channel_creds_duplicate_without_call_creds() local
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1004 grpc_channel_credentials* channel_creds, in grpcsharp_composite_channel_credentials_create()