HomeSort by relevance Sort by last modified time
    Searched refs:creds2 (Results 1 - 13 of 13) sorted by null

  /external/grpc-grpc/src/ruby/spec/
call_credentials_spec.rb 31 creds2 = CallCredentials.new(auth_proc)
32 expect { creds1.compose creds2 }.not_to raise_error
37 creds2 = CallCredentials.new(auth_proc)
39 expect { creds1.compose(creds2, creds3) }.not_to raise_error
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
CallCredentialsSafeHandle.cs 34 public static CallCredentialsSafeHandle CreateComposite(CallCredentialsSafeHandle creds1, CallCredentialsSafeHandle creds2)
36 return Native.grpcsharp_composite_call_credentials_create(creds1, creds2);
NativeMethods.Generated.cs     [all...]
  /external/grpc-grpc/src/php/tests/unit_tests/
ChannelTest.php 288 $creds2 = Grpc\ChannelCredentials::createSsl(); variable
295 ["credentials" => $creds2]);
313 $creds2 = Grpc\ChannelCredentials::createSsl( variable
321 ["credentials" => $creds2]);
340 $creds2 = Grpc\ChannelCredentials::createSsl( variable
348 ["credentials" => $creds2]);
366 $creds2 = Grpc\ChannelCredentials::createInsecure(); variable
373 ["credentials" => $creds2]);
517 $creds2 = Grpc\ChannelCredentials::createComposite( variable
531 ["credentials" => $creds2]);
    [all...]
  /external/grpc-grpc/include/grpcpp/security/
credentials.h 88 const std::shared_ptr<CallCredentials>& creds2);
190 const std::shared_ptr<CallCredentials>& creds2);
  /external/grpc-grpc/src/core/lib/security/credentials/composite/
composite_credentials.cc 139 grpc_call_credentials* creds1, grpc_call_credentials* creds2,
147 "grpc_composite_call_credentials_create(creds1=%p, creds2=%p, "
149 3, (creds1, creds2, reserved));
152 GPR_ASSERT(creds2 != nullptr);
159 creds2_array = get_creds_array(&creds2);
  /external/grpc-grpc/src/cpp/client/
secure_credentials.cc 187 const std::shared_ptr<CallCredentials>& creds2) {
189 SecureCallCredentials* s_creds2 = creds2->AsSecureCredentials();
  /external/grpc-grpc/include/grpc/
grpc_security.h 227 grpc_call_credentials* creds1, grpc_call_credentials* creds2,
  /external/grpc-grpc/src/php/ext/grpc/
call_credentials.c 239 ZEND_ARG_INFO(0, creds2)
  /external/grpc-grpc/src/csharp/ext/
grpc_csharp_ext.c     [all...]
  /external/python/oauth2client/tests/
test_client.py     [all...]
  /external/grpc-grpc/test/cpp/end2end/
end2end_test.cc 1560 std::shared_ptr<CallCredentials> creds2 = local
    [all...]
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h 347 typedef grpc_call_credentials*(*grpc_composite_call_credentials_create_type)(grpc_call_credentials* creds1, grpc_call_credentials* creds2, void* reserved);
    [all...]

Completed in 857 milliseconds