Home
last modified time | relevance | path

Searched refs:creds1 (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/ruby/spec/
Dcall_credentials_spec.rb30 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/
DChannelTest.php287 $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/
DCallCredentialsSafeHandle.cs34 …public static CallCredentialsSafeHandle CreateComposite(CallCredentialsSafeHandle creds1, CallCred… in CreateComposite() argument
36 return Native.grpcsharp_composite_call_credentials_create(creds1, creds2); in CreateComposite()
DNativeMethods.Generated.cs458 …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/
Dcomposite_credentials.cc139 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/
Dcredentials.h87 const std::shared_ptr<CallCredentials>& creds1,
189 const std::shared_ptr<CallCredentials>& creds1,
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc186 const std::shared_ptr<CallCredentials>& creds1, in CompositeCallCredentials() argument
188 SecureCallCredentials* s_creds1 = creds1->AsSecureCredentials(); in CompositeCallCredentials()
/external/grpc-grpc/src/php/ext/grpc/
Dcall_credentials.c238 ZEND_ARG_INFO(0, creds1)
/external/grpc-grpc/include/grpc/
Dgrpc_security.h227 grpc_call_credentials* creds1, grpc_call_credentials* creds2,
/external/python/oauth2client/tests/
Dtest_client.py801 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/
Dgrpc.pxi478 grpc_channel_credentials *creds1, grpc_call_credentials *creds2,
483 grpc_call_credentials *creds1, grpc_call_credentials *creds2,
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1011 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/
DNativeMethods.Generated.cs.template26 …le grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, CallCredentialsSa…
/external/grpc-grpc/test/cpp/end2end/
Dend2end_test.cc1557 std::shared_ptr<CallCredentials> creds1 = in TEST_P() local
1559 context.set_credentials(creds1); in TEST_P()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h347 …ls*(*grpc_composite_call_credentials_create_type)(grpc_call_credentials* creds1, grpc_call_credent…