Searched refs:actual_allow_p2p_for_sharing (Results 1 – 1 of 1) sorted by relevance
2398 bool actual_allow_p2p_for_sharing = initial_allow_p2p_for_sharing; in P2PTest() local2408 .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()