Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_unittest.cc273 actual_using_p2p_for_downloading_ = false; in SetUp()
276 .WillRepeatedly(SaveArg<0>(&actual_using_p2p_for_downloading_)); in SetUp()
279 .WillRepeatedly(ReturnPointee(&actual_using_p2p_for_downloading_)); in SetUp()
322 return actual_using_p2p_for_downloading_; in actual_using_p2p_for_downloading()
359 bool actual_using_p2p_for_downloading_; member in chromeos_update_engine::UpdateAttempterTest
1000 EXPECT_FALSE(actual_using_p2p_for_downloading_); in P2PNotEnabledStart()