Home
last modified time | relevance | path

Searched refs:delta_okay (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/cros/
Domaha_request_params_unittest.cc97 EXPECT_TRUE(params_.delta_okay()); in TEST_F()
104 EXPECT_FALSE(params_.delta_okay()); in TEST_F()
Domaha_request_params.h123 inline bool delta_okay() const { return delta_okay_; } in delta_okay() function
Domaha_request_builder_xml.cc293 params->delta_okay() && !params->is_install() ? "true" : "false"; in GetApp()
Dupdate_attempter_unittest.cc653 EXPECT_TRUE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()
657 EXPECT_TRUE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()
661 EXPECT_FALSE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()
663 EXPECT_FALSE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()
Dpayload_state.cc615 if (params->delta_okay()) { in CalculatePayloadType()
Domaha_request_action_unittest.cc1770 bool delta_okay = i == 1; in TEST_F() local
1771 const char* delta_okay_str = delta_okay ? "true" : "false"; in TEST_F()
1772 request_params_.set_delta_okay(delta_okay); in TEST_F()
Dupdate_attempter.cc1600 if (omaha_request_params_->delta_okay() && in DisableDeltaUpdateIfNeeded()