Home
last modified time | relevance | path

Searched defs:ProcessRequest (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionServiceImpl.cs75 ServerReflectionResponse ProcessRequest(ServerReflectionRequest request) in ProcessRequest() method in Grpc.Reflection.ReflectionServiceImpl
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc93 Status ProcessRequest(HandshakerContext* context, in ProcessRequest() function in grpc::gcp::FakeHandshakerService
/external/openthread/src/cli/
Dcli_coap_secure.cpp237 otError CoapSecure::ProcessRequest(Arg aArgs[], otCoapCode aCoapCode) in ProcessRequest() function in ot::Cli::CoapSecure
Dcli_coap.cpp359 otError Coap::ProcessRequest(Arg aArgs[], otCoapCode aCoapCode, bool aCoapObserve) in ProcessRequest() function in ot::Cli::Coap
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test.cc337 void MockServer::ProcessRequest(int fd, struct sockaddr_storage* addr, int addrlen, in ProcessRequest() function in ares::test::MockServer
/external/curl/tests/server/
Drtspd.c206 static int ProcessRequest(struct httprequest *req) in ProcessRequest() function
Dsws.c360 static int ProcessRequest(struct httprequest *req) in ProcessRequest() function
/external/python/apitools/apitools/base/py/
Dbase_api.py408 def ProcessRequest(self, method_config, request): member in BaseApiClient