Home
last modified time | relevance | path

Searched refs:GetCurrentUpdateAttemptFlags (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dmock_update_attempter.h44 MOCK_CONST_METHOD0(GetCurrentUpdateAttemptFlags, UpdateAttemptFlags(void));
H A Dupdate_attempter.h118 virtual UpdateAttemptFlags GetCurrentUpdateAttemptFlags() const { in GetCurrentUpdateAttemptFlags() function
H A Dupdate_attempter_unittest.cc1740 attempter_.GetCurrentUpdateAttemptFlags()); in TEST_F()
1762 attempter_.GetCurrentUpdateAttemptFlags()); in TEST_F()
1775 attempter_.GetCurrentUpdateAttemptFlags()); in TEST_F()
/aosp12/system/update_engine/update_manager/
H A Dreal_updater_provider_unittest.cc434 GetCurrentUpdateAttemptFlags()) in TEST_F()
443 GetCurrentUpdateAttemptFlags()) in TEST_F()
H A Dreal_updater_provider.cc419 SystemState::Get()->update_attempter()->GetCurrentUpdateAttemptFlags(); in GetValue()