HomeSort by relevance Sort by last modified time
    Searched refs:SendResponse (Results 1 - 15 of 15) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service.cc 157 call->SendResponse(ToGrpcStatus(status));
168 call->SendResponse(ToGrpcStatus(status));
178 call->SendResponse(ToGrpcStatus(status));
208 call->SendResponse(ToGrpcStatus(Status::OK()));
210 call->SendResponse(ToGrpcStatus(status));
221 call->SendResponse(ToGrpcStatus(status));
231 call->SendResponse(ToGrpcStatus(status));
240 call->SendResponse(ToGrpcStatus(status));
250 call->SendResponse(ToGrpcStatus(status));
270 call->SendResponse(ToGrpcStatus(status))
    [all...]
grpc_worker_service.cc 195 call->SendResponse(ToGrpcStatus(s)); \
218 call->SendResponse(ToGrpcStatus(s));
242 call->SendResponse(ToGrpcStatus(s));
274 call->SendResponse(ToGrpcStatus(s));
304 call->SendResponse(ToGrpcStatus(s));
323 call->SendResponse(ToGrpcStatus(s));
342 call->SendResponse(ToGrpcStatus(s));
grpc_call.h 53 // `SendResponse()` method.
67 // the `Call::SendResponse()` method is invoked. It transfers
86 // `Call::SendResponse()`).
163 void SendResponse(::grpc::Status status) {
  /external/webrtc/webrtc/p2p/base/
stunserver.cc 55 SendResponse(response, remote_addr);
70 SendResponse(err_msg, addr);
73 void StunServer::SendResponse(
stunserver.h 52 void SendResponse(const StunMessage& msg,
teststunserver.h 48 SendResponse(response, remote_addr);
turnserver.cc 647 SendResponse(&response);
668 SendResponse(&response);
716 SendResponse(&response);
765 SendResponse(&response);
869 void TurnServerAllocation::SendResponse(TurnMessage* msg) {
turnserver.h 114 void SendResponse(TurnMessage* msg);
  /external/libchrome/mojo/public/cpp/bindings/tests/
router_test_util.cc 63 bool result = SendResponse(message->name(), message->request_id(),
70 bool ResponseGenerator::SendResponse(uint32_t name,
104 SendResponse(name_, request_id_, request_string_.c_str(), responder_.get());
router_test_util.h 48 bool SendResponse(uint32_t name,
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
grpc_eager_service_impl.h 49 call->SendResponse( \
  /external/libchrome/dbus/
exported_object.cc 234 base::Bind(&ExportedObject::SendResponse,
251 base::Bind(&ExportedObject::SendResponse,
257 void ExportedObject::SendResponse(base::TimeTicks start_time,
exported_object.h 149 void SendResponse(base::TimeTicks start_time,
153 // Called on completion of the method run from SendResponse().
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service.cc 103 call->SendResponse(ToGrpcStatus(s));
  /external/grpc-grpc/test/cpp/end2end/
grpclb_end2end_test.cc 233 SendResponse(stream, response_and_delay.first, response_and_delay.second);
322 void SendResponse(Stream* stream, const LoadBalanceResponse& response,
    [all...]

Completed in 402 milliseconds