Home
last modified time | relevance | path

Searched defs:RequestType (Results 1 – 25 of 254) sorted by relevance

1234567891011

/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dserver_async.cc55 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() argument
60 ServerAsyncReaderWriter<ResponseType, RequestType>*, in AsyncQpsServerTest() argument
256 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument
260 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextUnaryImpl()
314 grpc::ServerAsyncReaderWriter<ResponseType, RequestType>*, void*)> in ServerRpcContextStreamingImpl() argument
316 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingImpl()
392 grpc::ServerAsyncReader<ResponseType, RequestType>*, in ServerRpcContextStreamingFromClientImpl() argument
395 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromClientImpl()
460 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextStreamingFromServerImpl() argument
463 std::function<grpc::Status(RequestType*, ResponseType*)> invoke_method) in ServerRpcContextStreamingFromServerImpl()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/
H A D_interceptor.py131 [ClientCallDetails, RequestType], UnaryUnaryCall argument
134 request: RequestType,
167 [ClientCallDetails, RequestType], UnaryStreamCall argument
170 request: RequestType,
207 [ClientCallDetails, RequestType], StreamUnaryCall argument
249 [ClientCallDetails, RequestType], StreamStreamCall argument
542 self, request: RequestType, call: InterceptedCall
560 async def write(self, request: RequestType) -> None:
619 request: RequestType,
656 request: RequestType,
[all …]
H A D_call.py478 async def _write(self, request: RequestType) -> None:
515 async def write(self, request: RequestType) -> None:
545 request: RequestType,
609 request: RequestType,
H A D_base_call.py185 async def write(self, request: RequestType) -> None:
241 async def write(self, request: RequestType) -> None:
H A D_base_channel.py36 request: RequestType,
74 request: RequestType,
H A D_channel.py140 request: RequestType,
185 request: RequestType,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dmethod_handler.h103 const RequestType*, ResponseType*)> in RpcMethodHandler()
145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler()
331 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
346 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dmethod_handler.h103 const RequestType*, ResponseType*)> in RpcMethodHandler()
145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler()
331 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
346 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dmethod_handler.h103 const RequestType*, ResponseType*)> in RpcMethodHandler()
145 ServerReader<RequestType>*, ResponseType*)> in ClientStreamingHandler()
193 const RequestType*, ServerWriter<ResponseType>*)> in ServerStreamingHandler()
331 ServerUnaryStreamer<RequestType, ResponseType>*)> in StreamedUnaryHandler()
346 ServerSplitStreamer<RequestType, ResponseType>*)> in SplitServerStreamingHandler()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D_simple_stubs.py37 RequestType = TypeVar("RequestType") variable
229 request: RequestType,
321 request: RequestType,
412 request_iterator: Iterator[RequestType],
503 request_iterator: Iterator[RequestType],
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dserver_callback_handlers.h37 const RequestType*, ResponseType*)> in CallbackUnaryHandler()
42 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator()
180 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl()
671 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler()
810 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dserver_callback_handlers.h38 const RequestType*, ResponseType*)> in CallbackUnaryHandler()
43 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator()
181 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl()
678 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler()
819 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dserver_callback_handlers.h37 const RequestType*, ResponseType*)> in CallbackUnaryHandler()
42 MessageAllocator<RequestType, ResponseType>* allocator) { in SetMessageAllocator()
180 MessageHolder<RequestType, ResponseType>* allocator_state, in ServerCallbackUnaryImpl()
671 std::function<ServerBidiReactor<RequestType, ResponseType>*( in CallbackBidiHandler()
810 void SetupReactor(ServerBidiReactor<RequestType, ResponseType>* reactor) { in SetupReactor()
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/enums/stats/connectivity/ConnectivityServiceprotos/android_common_apex30/javac/
DConnectivityServiceprotos.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/stats/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/enums/stats/connectivity/ConnectivityServiceprotos/android_common/javac/
DConnectivityServiceprotos.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/stats/ android/ ...
/aosp_15_r20/external/grpc-grpc/include/grpcpp/generic/
H A Dgeneric_stub.h116 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/
Dgeneric_stub.h116 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dgeneric_stub.h116 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall()
148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal()
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/
Dfields.rs111 pub enum RequestType { enum
222 request_type: RequestType, in request_type()
/aosp_15_r20/external/rust/crates/rusb/src/
Dfields.rs111 pub enum RequestType { enum
222 request_type: RequestType, in request_type()
/aosp_15_r20/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
H A DTracezZPageHandler.java78 private enum RequestType { enum in TracezZPageHandler
86 RequestType(int value) { in RequestType() method in TracezZPageHandler.RequestType
/aosp_15_r20/hardware/interfaces/camera/metadata/aidl/aidl_api/android.hardware.camera.metadata/current/android/hardware/camera/metadata/
H A DRequestType.aidl40 enum RequestType { enum
/aosp_15_r20/hardware/interfaces/camera/metadata/aidl/aidl_api/android.hardware.camera.metadata/3/android/hardware/camera/metadata/
H A DRequestType.aidl40 enum RequestType { enum
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/metadata/aidl/android.hardware.camera.metadata_interface/dump/android/hardware/camera/metadata/
DRequestType.aidl40 enum RequestType { enum
/aosp_15_r20/hardware/interfaces/camera/metadata/aidl/android/hardware/camera/metadata/
H A DRequestType.aidl32 enum RequestType { enum

1234567891011