Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dmock_payload_state.h70 MOCK_METHOD1(SetRollbackHappened, void(bool));
H A Dpayload_state_interface.h166 virtual void SetRollbackHappened(bool rollback_happened) = 0;
H A Dpayload_state.h118 void SetRollbackHappened(bool rollback_happened) override;
H A Dpayload_state.cc1118 SetRollbackHappened(rollback_happened); in LoadRollbackHappened()
1121 void PayloadState::SetRollbackHappened(bool rollback_happened) { in SetRollbackHappened() function in chromeos_update_engine::PayloadState
H A Dupdate_attempter.cc1090 SystemState::Get()->payload_state()->SetRollbackHappened(false); in UpdateRollbackHappened()
1201 SystemState::Get()->payload_state()->SetRollbackHappened(true); in ProcessingDoneUpdate()
H A Dupdate_attempter_unittest.cc1794 SetRollbackHappened(false)) in ResetRollbackHappenedStart()
1836 SetRollbackHappened(true)) in TEST_F()
1846 SetRollbackHappened(true)) in TEST_F()
H A Dpayload_state_unittest.cc988 payload_state.SetRollbackHappened(true); in TEST_F()
993 payload_state.SetRollbackHappened(false); in TEST_F()