Home
last modified time | relevance | path

Searched refs:checkpoint_data_response (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dgrpc_federated_protocol.cc994 auto& checkpoint_data_response = (*resource_responses)[1]; in FetchTaskResources() local
996 if (!plan_data_response.ok() || !checkpoint_data_response.ok()) { in FetchTaskResources()
1010 if (!checkpoint_data_response.ok()) { in FetchTaskResources()
1012 checkpoint_data_response.status().code(), in FetchTaskResources()
1014 checkpoint_data_response.status().ToString())); in FetchTaskResources()
1026 checkpoint_data_response->body}; in FetchTaskResources()
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Dhttp_federated_protocol.cc1303 auto& checkpoint_data_response = (*resource_responses)[1]; in FetchTaskResources() local
1314 if (!checkpoint_data_response.ok()) { in FetchTaskResources()
1316 checkpoint_data_response.status().code(), in FetchTaskResources()
1318 checkpoint_data_response.status().ToString())); in FetchTaskResources()
1322 checkpoint_data_response->body}; in FetchTaskResources()