Searched refs:grpc_auth_context_add_cstring_property (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/test/core/security/ |
D | auth_context_test.cc | 53 grpc_auth_context_add_cstring_property(ctx, "name", "chapi"); in test_simple_context() 54 grpc_auth_context_add_cstring_property(ctx, "name", "chapo"); in test_simple_context() 55 grpc_auth_context_add_cstring_property(ctx, "foo", "bar"); in test_simple_context() 92 grpc_auth_context_add_cstring_property(chained, "name", "padapo"); in test_chained_context() 93 grpc_auth_context_add_cstring_property(chained, "foo", "baz"); in test_chained_context() 94 grpc_auth_context_add_cstring_property(ctx, "name", "chapi"); in test_chained_context() 95 grpc_auth_context_add_cstring_property(ctx, "name", "chap0"); in test_chained_context() 96 grpc_auth_context_add_cstring_property(ctx, "foo", "bar"); in test_chained_context()
|
/external/grpc-grpc/test/cpp/common/ |
D | auth_property_iterator_test.cc | 44 grpc_auth_context_add_cstring_property(ctx_, "name", "chapi"); in SetUp() 45 grpc_auth_context_add_cstring_property(ctx_, "name", "chapo"); in SetUp() 46 grpc_auth_context_add_cstring_property(ctx_, "foo", "bar"); in SetUp()
|
/external/grpc-grpc/ |
D | grpc.def | 92 grpc_auth_context_add_cstring_property
|
/external/grpc-grpc/src/core/lib/security/security_connector/ |
D | local_security_connector.cc | 117 grpc_auth_context_add_cstring_property( in local_auth_context_create()
|
D | alts_security_connector.cc | 151 grpc_auth_context_add_cstring_property( in grpc_alts_auth_context_from_tsi_peer()
|
D | security_connector.cc | 426 grpc_auth_context_add_cstring_property( 827 grpc_auth_context_add_cstring_property(
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_oauth2.cc | 72 grpc_auth_context_add_cstring_property(ctx, client_identity_property_name, in process_oauth2_success()
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 94 GRPCAPI void grpc_auth_context_add_cstring_property(grpc_auth_context* ctx,
|
/external/grpc-grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 151 printf("%lx", (unsigned long) grpc_auth_context_add_cstring_property); in main()
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 289 void grpc_auth_context_add_cstring_property(grpc_auth_context* ctx, function
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 316 #define grpc_auth_context_add_cstring_property grpc_auth_context_add_cstring_property_import macro
|