Home
last modified time | relevance | path

Searched refs:LogComputationInterrupted (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dphase_logger.h163 virtual void LogComputationInterrupted(absl::Status error_status,
H A Dphase_logger_impl.h144 void LogComputationInterrupted(absl::Status error_status,
H A Dphase_logger_impl_test.cc656 TEST_P(PhaseLoggerImplTest, LogComputationInterrupted) { in TEST_P() argument
675 phase_logger_->LogComputationInterrupted(absl::CancelledError(error_message), in TEST_P()
H A Dlc_runner.cc140 phase_logger.LogComputationInterrupted( in LogComputationOutcome()
H A Dphase_logger_impl.cc431 void PhaseLoggerImpl::LogComputationInterrupted( in LogComputationInterrupted() function in fcp::client::PhaseLoggerImpl
H A Dtest_helpers.h758 MOCK_METHOD(void, LogComputationInterrupted,
H A Dfl_runner.cc600 phase_logger.LogComputationInterrupted( in LogComputationOutcome()