Searched refs:GetAuP2PEnabled (Results 1 – 5 of 5) sorted by relevance
90 MOCK_METHOD(bool, GetAuP2PEnabled, (bool*), (const, override));
184 virtual bool GetAuP2PEnabled(bool* au_p2p_enabled) const = 0;
75 bool GetAuP2PEnabled(bool* au_p2p_enabled) const override;
499 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()