Home
last modified time | relevance | path

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

/system/update_engine/
Dmock_update_attempter.h48 MOCK_CONST_METHOD0(GetCurrentUpdateAttemptFlags, UpdateAttemptFlags(void));
Dupdate_attempter.h126 virtual UpdateAttemptFlags GetCurrentUpdateAttemptFlags() const { in GetCurrentUpdateAttemptFlags() function
Dupdate_attempter_unittest.cc1331 attempter_.GetCurrentUpdateAttemptFlags()); in TEST_F()
1353 attempter_.GetCurrentUpdateAttemptFlags()); in TEST_F()
1366 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()