Searched refs:grpc_auth_context_peer_identity_property_name (Results 1 – 19 of 19) 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()
35 GPR_ASSERT(grpc_auth_context_peer_identity_property_name(ctx.get()) == in test_empty_context()45 GPR_ASSERT(grpc_auth_context_peer_identity_property_name(ctx.get()) == in test_empty_context()65 GPR_ASSERT(strcmp(grpc_auth_context_peer_identity_property_name(ctx.get()), in test_simple_context()108 GPR_ASSERT(strcmp(grpc_auth_context_peer_identity_property_name(ctx.get()), 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(
44 const char* name = grpc_auth_context_peer_identity_property_name(ctx_.get()); in GetPeerIdentityPropertyName()
51 const char* name = grpc_auth_context_peer_identity_property_name(ctx_); in GetPeerIdentityPropertyName()
40 let p = grpc_sys::grpc_auth_context_peer_identity_property_name(self.ctx.as_ref()); in peer_identity_property_name()
87 grpc_auth_context_peer_identity_property_name
92 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()
140 const char* grpc_auth_context_peer_identity_property_name( in grpc_auth_context_peer_identity_property_name() function
180 const char* grpc_auth_context_peer_identity_property_name( function
1074 return grpc_auth_context_peer_identity_property_name(ctx); in grpcsharp_auth_context_peer_identity_property_name()
301 #define grpc_auth_context_peer_identity_property_name grpc_auth_context_peer_identity_property_name… macro
2447 pub fn grpc_auth_context_peer_identity_property_name( in grpc_auth_context_peer_identity_property_name() function