Home
last modified time | relevance | path

Searched defs:GRPCInterceptorFactory (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/UnitTests/
H A DTransportTests.m37 - (void)setTransportInterceptorFactories:(NSArray<id<GRPCInterceptorFactory>> *)factories;
61 - (void)setTransportInterceptorFactories:(NSArray<id<GRPCInterceptorFactory>> *)factories {
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/
H A DGRPCCallOptions.mm166 - (instancetype)initWithServerAuthority:(NSString *)serverAuthority
518 - (void)setInterceptorFactories:(NSArray<id<GRPCInterceptorFactory>> *)interceptorFactories {
H A DGRPCCallOptions.h25 @protocol GRPCInterceptorFactory; variable
H A DGRPCCall+Interceptor.mm28 + (void)registerGlobalInterceptor:(id<GRPCInterceptorFactory>)interceptorFactory {
H A DGRPCInterceptor.mm38 - (instancetype)initWithFactories:(NSArray<id<GRPCInterceptorFactory>> *)factories