Home
last modified time | relevance | path

Searched refs:grpc_credentials_plugin_metadata_cb (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.h112 grpc_credentials_plugin_metadata_cb cb, void* user_data,
124 grpc_credentials_plugin_metadata_cb cb, void* user_data,
Dsecure_credentials.cc431 grpc_credentials_plugin_metadata_cb cb, void* user_data, in GetMetadata()
476 grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, in InvokePlugin()
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_call_credentials.c54 grpc_credentials_plugin_metadata_cb callback;
162 grpc_credentials_plugin_metadata_cb cb, void* user_data, in grpc_rb_call_credentials_plugin_get_metadata()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc_security.h387 typedef void (*grpc_credentials_plugin_metadata_cb)( typedef
447 grpc_credentials_plugin_metadata_cb cb, void* user_data,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/
Dgrpc_security.h387 typedef void (*grpc_credentials_plugin_metadata_cb)( typedef
447 grpc_credentials_plugin_metadata_cb cb, void* user_data,
/aosp_15_r20/external/grpc-grpc/include/grpc/
H A Dgrpc_security.h386 typedef void (*grpc_credentials_plugin_metadata_cb)( typedef
446 grpc_credentials_plugin_metadata_cb cb, void* user_data,
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dcall_credentials.h50 grpc_credentials_plugin_metadata_cb cb, void *user_data,
H A Dcall_credentials.c145 grpc_credentials_plugin_metadata_cb cb, void *user_data, in plugin_get_metadata()
/aosp_15_r20/external/grpc-grpc/src/cpp/client/
H A Dsecure_credentials.cc361 grpc_credentials_plugin_metadata_cb cb, void* user_data, in GetMetadata()
413 grpc_credentials_plugin_metadata_cb cb, void* user_data, in InvokePlugin()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dcredentials.pxd.pxi26 grpc_credentials_plugin_metadata_cb cb, void *user_data,
H A Dgrpc.pxi645 ctypedef void (*grpc_credentials_plugin_metadata_cb)(
652 grpc_credentials_plugin_metadata_cb cb, void *user_data,
H A Dcredentials.pyx.pxi39 grpc_credentials_plugin_metadata_cb cb,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs2143 pub type grpc_credentials_plugin_metadata_cb = ::std::option::Option< typedef
2185 cb: grpc_credentials_plugin_metadata_cb,
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dcredentials_test.cc1810 grpc_credentials_plugin_metadata_cb /*cb*/, void* /*user_data*/, in plugin_get_metadata_success() argument
1836 grpc_credentials_plugin_metadata_cb /*cb*/, void* /*user_data*/, in plugin_get_metadata_failure() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs2810 pub type grpc_credentials_plugin_metadata_cb = ::std::option::Option< typedef
2876 cb: grpc_credentials_plugin_metadata_cb,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch2364 +pub type grpc_credentials_plugin_metadata_cb = ::std::option::Option<
2406 + cb: grpc_credentials_plugin_metadata_cb,