/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | credentials_test.cc | 592 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in TEST() 680 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in TEST() 687 grpc_composite_channel_credentials_create(channel_oauth2_creds, in TEST() 1976 grpc_composite_channel_credentials_create(channel_creds, call_creds, in TEST() 3961 auto* composite_creds_1 = grpc_composite_channel_credentials_create( in TEST() 3963 auto* composite_creds_2 = grpc_composite_channel_credentials_create( in TEST() 3976 auto* inner_composite_creds = grpc_composite_channel_credentials_create( in TEST() 3978 auto* outer_composite_creds = grpc_composite_channel_credentials_create( in TEST() 3993 auto* composite_creds_1 = grpc_composite_channel_credentials_create( in TEST() 3995 auto* composite_creds_2 = grpc_composite_channel_credentials_create( in TEST() [all …]
|
/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | credentials.h | 34 : ChannelCredentials(grpc_composite_channel_credentials_create( in TestCompositeChannelCredentials()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_xds_channel_credentials.c | 173 creds = grpc_composite_channel_credentials_create(creds, other, NULL); in grpc_rb_xds_channel_credentials_compose()
|
H A D | rb_channel_credentials.c | 214 creds = grpc_composite_channel_credentials_create(creds, other, NULL); in grpc_rb_channel_credentials_compose()
|
H A D | rb_grpc_imports.generated.h | 403 #define grpc_composite_channel_credentials_create grpc_composite_channel_credentials_create_import macro
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fixtures/ |
H A D | h2_oauth2_common.h | 126 grpc_composite_channel_credentials_create(ssl_creds, oauth2_creds, in MakeClientCreds()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | grpc.def | 122 grpc_composite_channel_credentials_create
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/composite/ |
H A D | composite_credentials.cc | 160 grpc_channel_credentials* grpc_composite_channel_credentials_create( in grpc_composite_channel_credentials_create() function
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | grpc.def | 121 grpc_composite_channel_credentials_create
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.cc | 160 grpc_channel_credentials* grpc_composite_channel_credentials_create( in grpc_composite_channel_credentials_create() function
|
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/ |
H A D | channel_credentials.c | 219 grpc_composite_channel_credentials_create(cred1->wrapped, cred2->wrapped, in PHP_METHOD()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc_security.h | 295 GRPCAPI grpc_channel_credentials* grpc_composite_channel_credentials_create(
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/google_default/ |
H A D | google_default_credentials.cc | 408 result = grpc_composite_channel_credentials_create( in grpc_google_default_credentials_create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc_security.h | 295 GRPCAPI grpc_channel_credentials* grpc_composite_channel_credentials_create(
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 407 result = grpc_composite_channel_credentials_create( in grpc_google_default_credentials_create()
|
/aosp_15_r20/external/grpc-grpc/include/grpc/ |
H A D | grpc_security.h | 294 GRPCAPI grpc_channel_credentials* grpc_composite_channel_credentials_create(
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fuzzers/ |
H A D | api_fuzzer.cc | 355 grpc_composite_channel_credentials_create(c1, c2, nullptr); in ReadChannelCreds()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/client/ |
H A D | secure_credentials.cc | 321 : WrapChannelCredentials(grpc_composite_channel_credentials_create( in CompositeChannelCredentials()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/ |
D | secure_credentials.cc | 380 grpc_composite_channel_credentials_create( in CompositeChannelCredentials()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | credentials.pyx.pxi | 185 c_composition = grpc_composite_channel_credentials_create(
|
H A D | grpc.pxi | 590 grpc_channel_credentials *grpc_composite_channel_credentials_create(
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | grpc-bindings.rs | 2061 pub fn grpc_composite_channel_credentials_create( in grpc_composite_channel_credentials_create() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/ |
D | bindings.rs | 2694 pub fn grpc_composite_channel_credentials_create( in grpc_composite_channel_credentials_create() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/ |
D | android-dir.patch | 2282 + pub fn grpc_composite_channel_credentials_create(
|