Home
last modified time | relevance | path

Searched defs:fullMethodName (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DMethodDescriptor.java43 private final String fullMethodName; field in MethodDescriptor
211 MethodType type, String fullMethodName, in create()
220 String fullMethodName, in MethodDescriptor()
388 public static String extractFullServiceName(String fullMethodName) { in extractFullServiceName()
458 private String fullMethodName; field in MethodDescriptor.Builder
506 public Builder<ReqT, RespT> setFullMethodName(String fullMethodName) { in setFullMethodName()
DServerStreamTracer.java70 String fullMethodName, Metadata headers); in newServerStreamTracer()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinaryLogProviderImpl.java63 public ServerInterceptor getServerInterceptor(String fullMethodName) { in getServerInterceptor()
74 String fullMethodName, CallOptions callOptions) { in getClientInterceptor()
DBinaryLogProvider.java93 protected abstract ServerInterceptor getServerInterceptor(String fullMethodName); in getServerInterceptor()
104 String fullMethodName, CallOptions callOptions); in getClientInterceptor()
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/annotations/
DRpcMethod.java46 String fullMethodName(); in fullMethodName() method
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/
DSafeMethodCachingInterceptor.java43 private final String fullMethodName; field in SafeMethodCachingInterceptor.Key
46 public Key(String fullMethodName, MessageLite request) { in Key()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DCensusTracingModule.java302 ServerTracer(String fullMethodName, @Nullable SpanContext remoteSpan) { in ServerTracer()
366 public ServerStreamTracer newServerStreamTracer(String fullMethodName, Metadata headers) { in newServerStreamTracer()
DCensusStatsModule.java135 TagContext parentCtx, String fullMethodName, in newClientCallTracer()
323 String fullMethodName, in ClientCallTracer()
630 public ServerStreamTracer newServerStreamTracer(String fullMethodName, Metadata headers) { in newServerStreamTracer()
DStatsTraceContext.java67 List<ServerStreamTracer.Factory> factories, String fullMethodName, Metadata headers) { in newServerContext()
DServerImpl.java528 private <ReqT, RespT> ServerStreamListener startCall(ServerStream stream, String fullMethodName, in startCall()
548 String fullMethodName, in startWrappedCall()
DServiceConfigInterceptor.java111 String fullMethodName = MethodDescriptor.generateFullMethodName(serviceName, methodName); in handleUpdate() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DAbstractNewInstanceTestCase.java109 final String fullMethodName = methodName + methodSignature; in checkNewInstanceTag() local
/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java128 String fullMethodName = methodClass.getName() in includeMethodFromIncludeExclude() local
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServiceConfigInterceptorTest.java66 private final String fullMethodName = field in ServiceConfigInterceptorTest
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java172 final String fullMethodName; field in AbstractInteropTest.ServerStreamTracerInfo
175 ServerStreamTracerInfo(String fullMethodName, InteropServerStreamTracer tracer) { in ServerStreamTracerInfo()