Searched defs:OnCloseClient (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/federated-compute/fcp/aggregation/protocol/python/ | ||
H A D | aggregation_protocol.cc | 55 void OnCloseClient(int64_t client_id, in OnCloseClient() function in __anone5b053420111::PyAggregationProtocolCallback |
/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/python/ | ||
H A D | aggregation_protocols_test.py | 61 def OnCloseClient(self, client_id: int, diagnostic_status: status.Status): member in CallbackProxy |
/aosp_15_r20/external/federated-compute/fcp/demo/ | ||
H A D | aggregations.py | 157 def OnCloseClient(self, client_id: int, member in _AggregationProtocolCallback |