Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/aggregation/protocol/simple_aggregation/
H A Dsimple_aggregation_protocol.cc157 absl::string_view SimpleAggregationProtocol::ProtocolStateDebugString( in ProtocolStateDebugString() function in fcp::aggregation::SimpleAggregationProtocol
194 ProtocolStateDebugString(protocol_state_), in CheckProtocolState()
195 ProtocolStateDebugString(state))); in CheckProtocolState()
206 << ProtocolStateDebugString(protocol_state_) << " to " in SetProtocolState()
207 << ProtocolStateDebugString(state) << "."; in SetProtocolState()
H A Dsimple_aggregation_protocol.h141 static absl::string_view ProtocolStateDebugString(ProtocolState state);