Searched refs:to_more_stable_channel (Results 1 – 8 of 8) sorted by relevance
35 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()
123 if (params->to_more_stable_channel() && params->is_powerwash_allowed()) in PerformAction()
208 bool OmahaRequestParams::to_more_stable_channel() const { in to_more_stable_channel() function in chromeos_update_engine::OmahaRequestParams
351 EXPECT_TRUE(params.to_more_stable_channel()); in TEST_F()393 EXPECT_FALSE(params.to_more_stable_channel()); in TEST_F()
182 virtual bool to_more_stable_channel() const;
540 EXPECT_TRUE(out.to_more_stable_channel()); in TEST_F()
1801 EXPECT_TRUE(params.to_more_stable_channel()); in TEST_F()1848 EXPECT_FALSE(params.to_more_stable_channel()); in TEST_F()
217 if (params->to_more_stable_channel() && params->is_powerwash_allowed()) { in GetAppXml()