Home
last modified time | relevance | path

Searched refs:GetAuP2PEnabled (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc150 ASSERT_TRUE(policy.GetAuP2PEnabled(&bool_value)); in TEST()
210 ASSERT_FALSE(policy.GetAuP2PEnabled(&bool_value)); in TEST()
/external/libbrillo/policy/
Dmock_device_policy.h93 MOCK_CONST_METHOD1(GetAuP2PEnabled,
Ddevice_policy.h141 virtual bool GetAuP2PEnabled(bool* au_p2p_enabled) const = 0;
Ddevice_policy_impl.h60 virtual bool GetAuP2PEnabled(bool* au_p2p_enabled) const;
Ddevice_policy_impl.cc378 bool DevicePolicyImpl::GetAuP2PEnabled(bool* au_p2p_enabled) const { in GetAuP2PEnabled() function in policy::DevicePolicyImpl