Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinaryLogProviderImpl.java64 BinlogHelper helperForMethod = factory.getLog(fullMethodName); in getServerInterceptor() local
65 if (helperForMethod == null) { in getServerInterceptor()
68 return helperForMethod.getServerInterceptor(getServerCallId()); in getServerInterceptor()
75 BinlogHelper helperForMethod = factory.getLog(fullMethodName); in getClientInterceptor() local
76 if (helperForMethod == null) { in getClientInterceptor()
79 return helperForMethod.getClientInterceptor(getClientCallId(callOptions)); in getClientInterceptor()