Searched refs:grpc_auth_context_peer_identity_property_name (Results 1 – 10 of 10) sorted by relevance
33 GPR_ASSERT(grpc_auth_context_peer_identity_property_name(ctx) == nullptr); in test_empty_context()42 GPR_ASSERT(grpc_auth_context_peer_identity_property_name(ctx) == nullptr); in test_empty_context()61 strcmp(grpc_auth_context_peer_identity_property_name(ctx), "name") == 0); in test_simple_context()101 strcmp(grpc_auth_context_peer_identity_property_name(ctx), "name") == 0); in test_chained_context()
59 c_key = grpc_auth_context_peer_identity_property_name(auth_context)63 key = <bytes> grpc_auth_context_peer_identity_property_name(auth_context)
557 char *grpc_auth_context_peer_identity_property_name(
51 const char* name = grpc_auth_context_peer_identity_property_name(ctx_); in GetPeerIdentityPropertyName()
87 grpc_auth_context_peer_identity_property_name
69 GRPCAPI const char* grpc_auth_context_peer_identity_property_name(
146 printf("%lx", (unsigned long) grpc_auth_context_peer_identity_property_name); in main()
180 const char* grpc_auth_context_peer_identity_property_name( function
301 #define grpc_auth_context_peer_identity_property_name grpc_auth_context_peer_identity_property_name… macro
1074 return grpc_auth_context_peer_identity_property_name(ctx); in grpcsharp_auth_context_peer_identity_property_name()