/external/grpc-grpc/src/ruby/spec/ |
D | call_credentials_spec.rb | 30 creds1 = CallCredentials.new(auth_proc) 32 expect { creds1.compose creds2 }.not_to raise_error 36 creds1 = CallCredentials.new(auth_proc) 39 expect { creds1.compose(creds2, creds3) }.not_to raise_error
|
/external/grpc-grpc/src/php/tests/unit_tests/ |
D | ChannelTest.php | 287 $creds1 = Grpc\ChannelCredentials::createSsl(); 291 ["credentials" => $creds1, 312 $creds1 = Grpc\ChannelCredentials::createSsl(); 317 ["credentials" => $creds1, 338 $creds1 = Grpc\ChannelCredentials::createSsl( 344 ["credentials" => $creds1, 365 $creds1 = Grpc\ChannelCredentials::createSsl(); 369 ["credentials" => $creds1, 516 $creds1 = Grpc\ChannelCredentials::createSsl(); 518 $creds1, $callCreds1); [all …]
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CallCredentialsSafeHandle.cs | 34 …public static CallCredentialsSafeHandle CreateComposite(CallCredentialsSafeHandle creds1, CallCred… in CreateComposite() argument 36 return Native.grpcsharp_composite_call_credentials_create(creds1, creds2); in CreateComposite()
|
D | NativeMethods.Generated.cs | 458 …arp_composite_call_credentials_create_delegate(CallCredentialsSafeHandle creds1, CallCredentialsSa… in grpcsharp_composite_call_credentials_create_delegate() argument 605 …le grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, CallCredentialsSa… in grpcsharp_composite_call_credentials_create() argument 898 …le grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, CallCredentialsSa… in grpcsharp_composite_call_credentials_create() argument
|
/external/grpc-grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.cc | 139 grpc_call_credentials* creds1, grpc_call_credentials* creds2, in grpc_composite_call_credentials_create() argument 149 3, (creds1, creds2, reserved)); in grpc_composite_call_credentials_create() 151 GPR_ASSERT(creds1 != nullptr); in grpc_composite_call_credentials_create() 158 creds1_array = get_creds_array(&creds1); in grpc_composite_call_credentials_create()
|
/external/grpc-grpc/include/grpcpp/security/ |
D | credentials.h | 87 const std::shared_ptr<CallCredentials>& creds1, 189 const std::shared_ptr<CallCredentials>& creds1,
|
/external/python/apitools/apitools/base/py/ |
D | credentials_lib_test.py | 110 creds1 = self._RunGceAssertionCredentials( 121 self.assertEqual(creds1.client_id, creds2.client_id)
|
/external/grpc-grpc/src/cpp/client/ |
D | secure_credentials.cc | 186 const std::shared_ptr<CallCredentials>& creds1, in CompositeCallCredentials() argument 188 SecureCallCredentials* s_creds1 = creds1->AsSecureCredentials(); in CompositeCallCredentials()
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 227 grpc_call_credentials* creds1, grpc_call_credentials* creds2,
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | call_credentials.c | 238 ZEND_ARG_INFO(0, creds1)
|
/external/python/oauth2client/tests/ |
D | test_client.py | 801 creds1 = client.GoogleCredentials.from_stream(credentials_file) 803 creds2 = client.GoogleCredentials.from_json(creds1.to_json()) 805 creds1_vals = creds1.__dict__ 814 creds1 = client.GoogleCredentials.from_stream(credentials_file) 815 creds1 = creds1.create_scoped(['dummy_scope']) 817 creds2 = client.GoogleCredentials.from_json(creds1.to_json()) 819 creds1_vals = creds1.__dict__
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 478 grpc_channel_credentials *creds1, grpc_call_credentials *creds2, 483 grpc_call_credentials *creds1, grpc_call_credentials *creds2,
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 1011 grpcsharp_composite_call_credentials_create(grpc_call_credentials* creds1, in grpcsharp_composite_call_credentials_create() argument 1013 return grpc_composite_call_credentials_create(creds1, creds2, NULL); in grpcsharp_composite_call_credentials_create()
|
/external/grpc-grpc/templates/src/csharp/Grpc.Core/Internal/ |
D | NativeMethods.Generated.cs.template | 26 …le grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, CallCredentialsSa…
|
/external/grpc-grpc/test/cpp/end2end/ |
D | end2end_test.cc | 1557 std::shared_ptr<CallCredentials> creds1 = in TEST_P() local 1559 context.set_credentials(creds1); in TEST_P()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 347 …ls*(*grpc_composite_call_credentials_create_type)(grpc_call_credentials* creds1, grpc_call_credent…
|