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
348 EXPECT_TRUE(params.to_more_stable_channel()); in TEST_F()383 EXPECT_FALSE(params.to_more_stable_channel()); in TEST_F()
229 EXPECT_TRUE(params_.to_more_stable_channel()); in TEST_F()
189 virtual bool to_more_stable_channel() const;
1890 EXPECT_TRUE(params.to_more_stable_channel()); in TEST_F()1923 EXPECT_FALSE(params.to_more_stable_channel()); in TEST_F()
225 if (params->to_more_stable_channel() && params->is_powerwash_allowed()) { in GetAppXml()