Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DMethodDescriptor.java43 private final String fullMethodName; field in MethodDescriptor
208 MethodType type, String fullMethodName, in create()
217 String fullMethodName, in MethodDescriptor()
404 public static String extractFullServiceName(String fullMethodName) { in extractFullServiceName()
420 public static String extractBareMethodName(String fullMethodName) { in extractBareMethodName()
490 private String fullMethodName; field in MethodDescriptor.Builder
537 public Builder<ReqT, RespT> setFullMethodName(String fullMethodName) { in setFullMethodName()
H A DServerStreamTracer.java70 String fullMethodName, Metadata headers); in newServerStreamTracer()
/aosp_15_r20/external/grpc-grpc-java/services/src/main/java/io/grpc/protobuf/services/
H A DBinaryLogProviderImpl.java70 public ServerInterceptor getServerInterceptor(String fullMethodName) { in getServerInterceptor()
81 String fullMethodName, CallOptions callOptions) { in getClientInterceptor()
H A DBinaryLogProvider.java93 protected abstract ServerInterceptor getServerInterceptor(String fullMethodName); in getServerInterceptor()
104 String fullMethodName, CallOptions callOptions); in getClientInterceptor()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DRoutingUtils.java146 static boolean matchRoute(RouteMatch routeMatch, String fullMethodName, in matchRoute()
160 private static boolean matchPath(PathMatcher pathMatcher, String fullMethodName) { in matchPath()
/aosp_15_r20/external/grpc-grpc-java/census/src/main/java/io/grpc/census/
H A DCensusTracingModule.java251 private final String fullMethodName; field in CensusTracingModule.CallAttemptsTracerFactory
371 ServerTracer(String fullMethodName, @Nullable SpanContext remoteSpan) { in ServerTracer()
452 public ServerStreamTracer newServerStreamTracer(String fullMethodName, Metadata headers) { in newServerStreamTracer()
H A DCensusStatsModule.java424 private final String fullMethodName; field in CensusStatsModule.CallAttemptsTracerFactory
441 CensusStatsModule module, TagContext parentCtx, String fullMethodName) { in CallAttemptsTracerFactory()
780 public ServerStreamTracer newServerStreamTracer(String fullMethodName, Metadata headers) { in newServerStreamTracer()
/aosp_15_r20/external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/
H A DSafeMethodCachingInterceptor.java43 private final String fullMethodName; field in SafeMethodCachingInterceptor.Key
46 public Key(String fullMethodName, MessageLite request) { in Key()
/aosp_15_r20/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/annotations/
H A DRpcMethod.java46 String fullMethodName(); in fullMethodName() method
/aosp_15_r20/external/dagger2/javatests/dagger/grpc/functional/server/
H A DVerifyInterceptor.java48 final String fullMethodName = in apply() local
/aosp_15_r20/packages/modules/UprobeStats/src/
DGuardrail.cpp62 const string &fullMethodName = in isAllowed() local
/aosp_15_r20/external/grpc-grpc-java/gcp-observability/src/main/java/io/grpc/gcp/observability/interceptors/
H A DConfigFilterHelper.java63 public FilterParams logRpcMethod(String fullMethodName, boolean client) { in logRpcMethod()
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DAbstractNewInstanceTestCase.java109 final String fullMethodName = methodName + methodSignature; in checkNewInstanceTag() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
H A DApiMethodDescriptor.java76 public abstract Builder<RequestT, ResponseT> setFullMethodName(String fullMethodName); in setFullMethodName()
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DAnnotationHelper.java209 String fullMethodName = in validatedAddInOrBeforeAnnotation() local
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DGlobalInterceptorsTest.java184 public ServerStreamTracer newServerStreamTracer(String fullMethodName, Metadata headers) { in newServerStreamTracer()
/aosp_15_r20/cts/tests/tests/libcoreapievolution/src/android/apievolution/cts/
H A DApiEvolutionTest.java164 String fullMethodName = clazz + "." + methodName; in assertSyntheticMethodOverloadExists() local
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DStatsTraceContext.java63 String fullMethodName, in newServerContext()
H A DManagedChannelServiceConfig.java150 String fullMethodName = MethodDescriptor.generateFullMethodName(serviceName, methodName); in fromServiceConfig() local
H A DServerImpl.java697 String fullMethodName, in startWrappedCall()
/aosp_15_r20/external/dagger2/java/dagger/grpc/server/
H A DProxyServerCallHandler.java93 String fullMethodName = delegateMethodDescriptor.getFullMethodName(); in getMethodDefinition() local
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DXmlMethodSelector.java128 String fullMethodName = methodClass.getName() in includeMethodFromIncludeExclude() local
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
H A DErrorBuilder.java361 final String fullMethodName = config.getCastToNonNullMethod(); in addCastToNonNullFix() local
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
H A DAbstractInteropTest.java200 final String fullMethodName; field in AbstractInteropTest.ServerStreamTracerInfo
203 ServerStreamTracerInfo(String fullMethodName, InteropServerStreamTracer tracer) { in ServerStreamTracerInfo()
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/api/grpc-java-api/android_common_apex34/javac/
Dgrpc-java-api.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...

1234