Searched refs:GetAuP2PEnabled (Results 1 – 5 of 5) sorted by relevance
96 MOCK_CONST_METHOD1(GetAuP2PEnabled,
180 virtual bool GetAuP2PEnabled(bool* au_p2p_enabled) const = 0;
74 bool GetAuP2PEnabled(bool* au_p2p_enabled) const override;
479 bool DevicePolicyImpl::GetAuP2PEnabled(bool* au_p2p_enabled) const { in GetAuP2PEnabled() function in policy::DevicePolicyImpl
159 ASSERT_TRUE(policy.GetAuP2PEnabled(&bool_value)); in TEST()253 EXPECT_FALSE(policy.GetAuP2PEnabled(&bool_value)); in TEST()