Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dphase_logger.h117 virtual void LogCheckinClientInterrupted(absl::Status error_status,
H A Dphase_logger_impl.h105 void LogCheckinClientInterrupted(absl::Status error_status,
H A Dphase_logger_impl_test.cc439 TEST_P(PhaseLoggerImplTest, LogCheckinClientInterrupted) { in TEST_P() argument
455 phase_logger_->LogCheckinClientInterrupted( in TEST_P()
H A Dphase_logger_impl.cc290 void PhaseLoggerImpl::LogCheckinClientInterrupted( in LogCheckinClientInterrupted() function in fcp::client::PhaseLoggerImpl
H A Dtest_helpers.h716 MOCK_METHOD(void, LogCheckinClientInterrupted,
H A Dfl_runner.cc1107 phase_logger.LogCheckinClientInterrupted( in IssueCheckin()