Home
last modified time | relevance | path

Searched refs:handshaker_type (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dhandshaker_registry.cc86 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()
Dhandshaker_registry.h41 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/
Dhandshaker_registry.cc89 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()
Dhandshaker_registry.h42 bool at_start, HandshakerType handshaker_type,
44 static void AddHandshakers(HandshakerType handshaker_type,