Home
last modified time | relevance | path

Searched refs:to_more_stable_channel (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/
Dmock_omaha_request_params.h35 ON_CALL(*this, to_more_stable_channel()) in MockOmahaRequestParams()
52 MOCK_CONST_METHOD0(to_more_stable_channel, bool(void));
65 return OmahaRequestParams::to_more_stable_channel(); in fake_to_more_stable_channel()
Domaha_response_handler_action.cc123 if (params->to_more_stable_channel() && params->is_powerwash_allowed()) in PerformAction()
Domaha_request_params.cc208 bool OmahaRequestParams::to_more_stable_channel() const { in to_more_stable_channel() function in chromeos_update_engine::OmahaRequestParams
Domaha_response_handler_action_unittest.cc351 EXPECT_TRUE(params.to_more_stable_channel()); in TEST_F()
393 EXPECT_FALSE(params.to_more_stable_channel()); in TEST_F()
Domaha_request_params.h182 virtual bool to_more_stable_channel() const;
Domaha_request_params_unittest.cc540 EXPECT_TRUE(out.to_more_stable_channel()); in TEST_F()
Domaha_request_action_unittest.cc1801 EXPECT_TRUE(params.to_more_stable_channel()); in TEST_F()
1848 EXPECT_FALSE(params.to_more_stable_channel()); in TEST_F()
Domaha_request_action.cc217 if (params->to_more_stable_channel() && params->is_powerwash_allowed()) { in GetAppXml()