Searched refs:GetAuP2PEnabled (Results 1 – 5 of 5) sorted by relevance
150 ASSERT_TRUE(policy.GetAuP2PEnabled(&bool_value)); in TEST()210 ASSERT_FALSE(policy.GetAuP2PEnabled(&bool_value)); in TEST()
93 MOCK_CONST_METHOD1(GetAuP2PEnabled,
141 virtual bool GetAuP2PEnabled(bool* au_p2p_enabled) const = 0;
60 virtual bool GetAuP2PEnabled(bool* au_p2p_enabled) const;
378 bool DevicePolicyImpl::GetAuP2PEnabled(bool* au_p2p_enabled) const { in GetAuP2PEnabled() function in policy::DevicePolicyImpl