Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Domaha_request_action_unittest.cc2398 bool actual_allow_p2p_for_sharing = initial_allow_p2p_for_sharing; in P2PTest() local
2408 .WillRepeatedly(ReturnPointee(&actual_allow_p2p_for_sharing)); in P2PTest()
2412 .WillRepeatedly(SaveArg<0>(&actual_allow_p2p_for_sharing)); in P2PTest()
2440 EXPECT_EQ(expected_allow_p2p_for_sharing, actual_allow_p2p_for_sharing); in P2PTest()