Searched refs:actual_allow_p2p_for_sharing (Results 1 – 1 of 1) sorted by relevance
2283 bool actual_allow_p2p_for_sharing = initial_allow_p2p_for_sharing; in P2PTest() local2293 .WillRepeatedly(ReturnPointee(&actual_allow_p2p_for_sharing)); in P2PTest()2297 .WillRepeatedly(SaveArg<0>(&actual_allow_p2p_for_sharing)); in P2PTest()2325 EXPECT_EQ(expected_allow_p2p_for_sharing, actual_allow_p2p_for_sharing); in P2PTest()