Home | History | Annotate | Download | only in update_engine

Lines Matching refs:OmahaRequestAction

166   // OmahaRequestAction. |prefs| may be null, in which case a local MockPrefs
172 // OmahaRequestAction constructor. out_post_data may be null; if non-null, the
254 if (action->Type() == OmahaRequestAction::StaticType())
322 OmahaRequestAction action(&fake_system_state_,
381 OmahaRequestAction action(&fake_system_state,
474 OmahaRequestAction action(
924 OmahaRequestAction action(&fake_system_state_, nullptr,
1096 OmahaRequestAction action(&fake_system_state_, nullptr,
1308 OmahaRequestAction update_check_action(
1320 OmahaRequestAction event_action(
2212 EXPECT_EQ(OmahaRequestAction::GetInstallDate(&fake_system_state_), -1);
2223 EXPECT_EQ(OmahaRequestAction::GetInstallDate(&fake_system_state_), -1);
2232 EXPECT_EQ(OmahaRequestAction::GetInstallDate(&fake_system_state_), 14);
2250 EXPECT_EQ(OmahaRequestAction::GetInstallDate(&fake_system_state_), 14);
2258 EXPECT_EQ(OmahaRequestAction::GetInstallDate(&fake_system_state_), 28);