Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params_unittest.cc101 EXPECT_TRUE(params_.delta_okay()); in TEST_F()
108 EXPECT_FALSE(params_.delta_okay()); in TEST_F()
Domaha_request_params.h134 inline bool delta_okay() const { return delta_okay_; } in delta_okay() function
Domaha_request_builder_xml.cc274 params_->delta_okay() && !params_->is_install() ? "true" : "false"; in GetApp()
Dupdate_attempter_unittest.cc687 EXPECT_TRUE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()
693 EXPECT_TRUE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()
699 EXPECT_FALSE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()
702 EXPECT_FALSE(attempter_.omaha_request_params_->delta_okay()); in TEST_F()
Domaha_request_action_unittest.cc1667 bool delta_okay = i == 1; in TEST_F() local
1668 const char* delta_okay_str = delta_okay ? "true" : "false"; in TEST_F()
1669 request_params_.set_delta_okay(delta_okay); in TEST_F()
Dpayload_state.cc609 if (params->delta_okay()) { in CalculatePayloadType()
Dupdate_attempter.cc1646 if (omaha_request_params_->delta_okay() && in DisableDeltaUpdateIfNeeded()