Searched refs:handshaker_type (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/lib/channel/ |
D | handshaker_registry.cc | 86 grpc_handshaker_type handshaker_type, in grpc_handshaker_factory_register() argument 89 &g_handshaker_factory_lists[handshaker_type], at_start, factory); in grpc_handshaker_factory_register() 92 void grpc_handshakers_add(grpc_handshaker_type handshaker_type, in grpc_handshakers_add() argument 96 &g_handshaker_factory_lists[handshaker_type], args, handshake_mgr); in grpc_handshakers_add()
|
D | handshaker_registry.h | 41 grpc_handshaker_type handshaker_type, 44 void grpc_handshakers_add(grpc_handshaker_type handshaker_type,
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | handshaker_registry.cc | 89 bool at_start, HandshakerType handshaker_type, in RegisterHandshakerFactory() argument 92 auto& factory_list = g_handshaker_factory_lists[handshaker_type]; in RegisterHandshakerFactory() 96 void HandshakerRegistry::AddHandshakers(HandshakerType handshaker_type, in AddHandshakers() argument 101 auto& factory_list = g_handshaker_factory_lists[handshaker_type]; in AddHandshakers()
|
D | handshaker_registry.h | 42 bool at_start, HandshakerType handshaker_type, 44 static void AddHandshakers(HandshakerType handshaker_type,
|