Searched defs:fake_prefs (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/
H A Dmetrics_utils_unittest.cc22 #include "update_engine/common/fake_prefs.h"
85 FakePrefs fake_prefs; local
88 fake_system_state.set_prefs(&fake_prefs);
H A Dpayload_state_unittest.cc28 #include "update_engine/common/fake_prefs.h"
1039 FakePrefs fake_prefs; local
1047 fake_system_state.set_prefs(&fake_prefs);
1098 FakePrefs fake_prefs; local
1105 fake_system_state.set_prefs(&fake_prefs);
1113 EXPECT_TRUE(fake_prefs.Exists(kPrefsSystemUpdatedMarker));
1133 EXPECT_FALSE(fake_prefs.Exists(kPrefsSystemUpdatedMarker));
1180 FakePrefs fake_prefs; local
1184 fake_system_state.set_prefs(&fake_prefs);
1185 fake_prefs
1202 FakePrefs fake_prefs; local
1405 FakePrefs fake_prefs; local
1444 FakePrefs fake_prefs; local
1476 FakePrefs fake_prefs; local
1501 FakePrefs fake_prefs; local
1518 FakePrefs fake_prefs; local
1539 FakePrefs fake_prefs; local
1583 FakePrefs fake_prefs; local
1599 FakePrefs fake_prefs; local
1627 FakePrefs fake_prefs; local
[all...]
H A Dupdate_attempter_unittest.cc40 #include "update_engine/common/fake_prefs.h"
262 FakePrefs fake_prefs; local
265 fake_prefs.SetString(kPrefsUpdateCompletedOnBootId, boot_id);
266 fake_system_state_.set_prefs(&fake_prefs);
777 FakePrefs fake_prefs; local
778 attempter_.prefs_ = &fake_prefs;
782 EXPECT_TRUE(fake_prefs.SetInt64(kPrefsUpdateCheckCount, initial_value));
801 EXPECT_TRUE(fake_prefs.Exists(kPrefsUpdateCheckCount));
804 EXPECT_TRUE(fake_prefs.GetInt64(kPrefsUpdateCheckCount, &new_value));
812 EXPECT_TRUE(fake_prefs
832 FakePrefs fake_prefs; local
876 FakePrefs fake_prefs; local
944 FakePrefs fake_prefs; local
[all...]

Completed in 105 milliseconds