Home
last modified time | relevance | path

Searched defs:OnCloseClient (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/aggregation/protocol/python/
H A Daggregation_protocol.cc55 void OnCloseClient(int64_t client_id, in OnCloseClient() function in __anone5b053420111::PyAggregationProtocolCallback
/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/python/
H A Daggregation_protocols_test.py61 def OnCloseClient(self, client_id: int, diagnostic_status: status.Status): member in CallbackProxy
/aosp_15_r20/external/federated-compute/fcp/demo/
H A Daggregations.py157 def OnCloseClient(self, client_id: int, member in _AggregationProtocolCallback