Home
last modified time | relevance | path

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

/system/update_engine/
Dmock_update_attempter.h50 MOCK_CONST_METHOD0(GetCurrentUpdateAttemptFlags, UpdateAttemptFlags(void));
Dupdate_attempter.h131 virtual UpdateAttemptFlags GetCurrentUpdateAttemptFlags() const { in GetCurrentUpdateAttemptFlags() function
Dupdate_attempter_unittest.cc1792 attempter_.GetCurrentUpdateAttemptFlags()); in TEST_F()
1814 attempter_.GetCurrentUpdateAttemptFlags()); in TEST_F()
1827 attempter_.GetCurrentUpdateAttemptFlags()); in TEST_F()
/system/update_engine/update_manager/
Dreal_updater_provider_unittest.cc434 GetCurrentUpdateAttemptFlags()) in TEST_F()
443 GetCurrentUpdateAttemptFlags()) in TEST_F()
Dreal_updater_provider.cc427 system_state()->update_attempter()->GetCurrentUpdateAttemptFlags(); in GetValue()