Home
last modified time | relevance | path

Searched refs:SendResponse (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc157 call->SendResponse(ToGrpcStatus(status)); in CreateSessionHandler()
168 call->SendResponse(ToGrpcStatus(status)); in ExtendSessionHandler()
178 call->SendResponse(ToGrpcStatus(status)); in PartialRunSetupHandler()
208 call->SendResponse(ToGrpcStatus(Status::OK())); in RunStepHandler()
210 call->SendResponse(ToGrpcStatus(status)); in RunStepHandler()
221 call->SendResponse(ToGrpcStatus(status)); in CloseSessionHandler()
231 call->SendResponse(ToGrpcStatus(status)); in ListDevicesHandler()
240 call->SendResponse(ToGrpcStatus(status)); in ResetHandler()
250 call->SendResponse(ToGrpcStatus(status)); in MakeCallableHandler()
270 call->SendResponse(ToGrpcStatus(status)); in RunCallableHandler()
[all …]
Dgrpc_worker_service.cc195 call->SendResponse(ToGrpcStatus(s)); \
218 call->SendResponse(ToGrpcStatus(s)); in GetStepSequenceHandler()
242 call->SendResponse(ToGrpcStatus(s)); in RunGraphHandler()
274 call->SendResponse(ToGrpcStatus(s)); in RecvTensorHandlerRaw()
304 call->SendResponse(ToGrpcStatus(s)); in RecvBufHandler()
323 call->SendResponse(ToGrpcStatus(s)); in CompleteGroupHandler()
342 call->SendResponse(ToGrpcStatus(s)); in CompleteInstanceHandler()
Dgrpc_call.h163 void SendResponse(::grpc::Status status) { in SendResponse() function
/external/webrtc/webrtc/p2p/base/
Dstunserver.cc55 SendResponse(response, remote_addr); in OnBindingRequest()
70 SendResponse(err_msg, addr); in SendErrorResponse()
73 void StunServer::SendResponse( in SendResponse() function in cricket::StunServer
Dteststunserver.h48 SendResponse(response, remote_addr); in OnBindingRequest()
Dstunserver.h52 void SendResponse(const StunMessage& msg,
Dturnserver.cc647 SendResponse(&response); in HandleAllocateRequest()
668 SendResponse(&response); in HandleRefreshRequest()
716 SendResponse(&response); in HandleCreatePermissionRequest()
765 SendResponse(&response); in HandleChannelBindRequest()
869 void TurnServerAllocation::SendResponse(TurnMessage* msg) { in SendResponse() function in cricket::TurnServerAllocation
Dturnserver.h114 void SendResponse(TurnMessage* msg);
/external/libchrome/mojo/public/cpp/bindings/tests/
Drouter_test_util.cc63 bool result = SendResponse(message->name(), message->request_id(), in AcceptWithResponder()
70 bool ResponseGenerator::SendResponse(uint32_t name, in SendResponse() function in mojo::test::ResponseGenerator
104 SendResponse(name_, request_id_, request_string_.c_str(), responder_.get()); in Complete()
Drouter_test_util.h48 bool SendResponse(uint32_t name,
/external/libchrome/dbus/
Dexported_object.cc234 base::Bind(&ExportedObject::SendResponse, in HandleMessage()
251 base::Bind(&ExportedObject::SendResponse, in RunMethod()
257 void ExportedObject::SendResponse(base::TimeTicks start_time, in SendResponse() function in dbus::ExportedObject
Dexported_object.h149 void SendResponse(base::TimeTicks start_time,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h49 call->SendResponse( \
/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_service.cc103 call->SendResponse(ToGrpcStatus(s)); in GetRemoteAddressHandler()
/external/grpc-grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc233 SendResponse(stream, response_and_delay.first, response_and_delay.second); in BalanceLoad()
322 void SendResponse(Stream* stream, const LoadBalanceResponse& response, in SendResponse() function in grpc::testing::__anonf0b0436a0111::BalancerServiceImpl