Searched refs:actual_using_p2p_for_downloading_ (Results 1 – 1 of 1) sorted by relevance
252 actual_using_p2p_for_downloading_ = false; in SetUp()255 .WillRepeatedly(SaveArg<0>(&actual_using_p2p_for_downloading_)); in SetUp()258 .WillRepeatedly(ReturnPointee(&actual_using_p2p_for_downloading_)); in SetUp()300 return actual_using_p2p_for_downloading_; in actual_using_p2p_for_downloading()336 bool actual_using_p2p_for_downloading_; member in chromeos_update_engine::UpdateAttempterTest963 EXPECT_FALSE(actual_using_p2p_for_downloading_); in P2PNotEnabledStart()