HomeSort by relevance Sort by last modified time
    Searched refs:to_more_stable_channel (Results 1 - 8 of 8) sorted by null

  /system/update_engine/
mock_omaha_request_params.h 35 ON_CALL(*this, to_more_stable_channel())
52 MOCK_CONST_METHOD0(to_more_stable_channel, bool(void));
65 return OmahaRequestParams::to_more_stable_channel();
omaha_request_params.cc 208 bool OmahaRequestParams::to_more_stable_channel() const { function in class:chromeos_update_engine::OmahaRequestParams
omaha_response_handler_action.cc 123 if (params->to_more_stable_channel() && params->is_powerwash_allowed())
omaha_response_handler_action_unittest.cc 351 EXPECT_TRUE(params.to_more_stable_channel());
393 EXPECT_FALSE(params.to_more_stable_channel());
omaha_request_params.h 182 virtual bool to_more_stable_channel() const;
omaha_request_params_unittest.cc 540 EXPECT_TRUE(out.to_more_stable_channel());
omaha_request_action.cc 217 if (params->to_more_stable_channel() && params->is_powerwash_allowed()) {
    [all...]
omaha_request_action_unittest.cc     [all...]

Completed in 151 milliseconds