Home
last modified time | relevance | path

Searched refs:ReportErrorToServiceAsync (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/
H A Dcoordination_service_agent_test.cc76 MOCK_METHOD3(ReportErrorToServiceAsync,
114 ON_CALL(*client_, ReportErrorToServiceAsync(_, _, _)) in SetUp()
H A Dcoordination_service_rpc_handler.h53 void ReportErrorToServiceAsync(const ReportErrorToServiceRequest* request,
H A Dcoordination_client.h62 virtual void ReportErrorToServiceAsync(
H A Dcoordination_service_rpc_handler.cc145 void CoordinationServiceRpcHandler::ReportErrorToServiceAsync( in ReportErrorToServiceAsync() function in tensorflow::CoordinationServiceRpcHandler
H A Dcoordination_service_agent.cc388 leader_client_->ReportErrorToServiceAsync(&request, &response, [&](Status s) { in ReportError()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/coordination/
H A Dgrpc_coordination_client.cc139 void ReportErrorToServiceAsync(const ReportErrorToServiceRequest* request, in ReportErrorToServiceAsync() function in tensorflow::__anoneb656eaa0111::GrpcCoordinationClient