Searched refs:getClientInterceptor (Results 1 – 10 of 10) sorted by relevance
37 assertNull(binlog.getClientInterceptor("package.service/method", CallOptions.DEFAULT)); in configStrNullTest()45 assertNull(binlog.getClientInterceptor("package.service/method", CallOptions.DEFAULT)); in configStrEmptyTest()
854 .getClientInterceptor(CALL_ID) in clientDeadlineLogged_deadlineSetViaCallOption()905 .getClientInterceptor(CALL_ID) in clientDeadlineLogged_deadlineSetViaContext()988 .getClientInterceptor(CALL_ID) in clientInterceptor()
92 public ClientInterceptor getClientInterceptor(
73 public ClientInterceptor getClientInterceptor( in getClientInterceptor() method in BinaryLogProviderImpl79 return helperForMethod.getClientInterceptor(getClientCallId(callOptions)); in getClientInterceptor()
103 protected abstract ClientInterceptor getClientInterceptor( in getClientInterceptor() method in BinaryLogProvider149 ClientInterceptor binlogInterceptor = getClientInterceptor( in interceptCall()
334 public ClientInterceptor getClientInterceptor(final CallId callId) { in getClientInterceptor() method in BinlogHelper
432 0, censusStats.getClientInterceptor(recordStartedRpcs, recordFinishedRpcs)); in getEffectiveInterceptors()439 effectiveInterceptors.add(0, censusTracing.getClientInterceptor()); in getEffectiveInterceptors()
136 ClientInterceptor getClientInterceptor() { in getClientInterceptor() method in CensusTracingModule
152 ClientInterceptor getClientInterceptor(boolean recordStartedRpcs, boolean recordFinishedRpcs) { in getClientInterceptor() method in CensusStatsModule
244 censusStats.getClientInterceptor(true, true), censusTracing.getClientInterceptor()); in testClientInterceptors()