Home
last modified time | relevance | path

Searched refs:LogFailureUploadClientInterrupted (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dphase_logger.h206 virtual void LogFailureUploadClientInterrupted(
H A Dphase_logger_impl.h177 void LogFailureUploadClientInterrupted(absl::Status error_status,
H A Dphase_logger_impl_test.cc854 TEST_P(PhaseLoggerImplTest, LogFailureUploadClientInterrupted) { in TEST_P() argument
871 phase_logger_->LogFailureUploadClientInterrupted( in TEST_P()
H A Dphase_logger_impl.cc550 void PhaseLoggerImpl::LogFailureUploadClientInterrupted( in LogFailureUploadClientInterrupted() function in fcp::client::PhaseLoggerImpl
H A Dtest_helpers.h791 MOCK_METHOD(void, LogFailureUploadClientInterrupted,
H A Dfl_runner.cc660 phase_logger.LogFailureUploadClientInterrupted( in LogFailureUploadStatus()