Searched refs:grpc_auth_context_set_peer_identity_property_name (Results 1 – 12 of 12) sorted by relevance
40 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(ctx, "bar") == in test_empty_context()57 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(ctx, "name") == in test_simple_context()97 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(ctx, "name") == in test_chained_context()
48 grpc_auth_context_set_peer_identity_property_name(ctx_, "name")); in SetUp()
94 return grpc_auth_context_set_peer_identity_property_name(ctx_, in SetPeerIdentityPropertyName()
93 grpc_auth_context_set_peer_identity_property_name
120 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name( in local_auth_context_create()
162 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name( in grpc_alts_auth_context_from_tsi_peer()
854 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name(
74 GPR_ASSERT(grpc_auth_context_set_peer_identity_property_name( in process_oauth2_success()
100 GRPCAPI int grpc_auth_context_set_peer_identity_property_name(
152 printf("%lx", (unsigned long) grpc_auth_context_set_peer_identity_property_name); in main()
187 int grpc_auth_context_set_peer_identity_property_name(grpc_auth_context* ctx, function
319 #define grpc_auth_context_set_peer_identity_property_name grpc_auth_context_set_peer_identity_prope… macro