Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h90 MOCK_METHOD(bool, GetAuP2PEnabled, (bool*), (const, override));
Ddevice_policy.h184 virtual bool GetAuP2PEnabled(bool* au_p2p_enabled) const = 0;
Ddevice_policy_impl.h75 bool GetAuP2PEnabled(bool* au_p2p_enabled) const override;
Ddevice_policy_impl.cc499 bool DevicePolicyImpl::GetAuP2PEnabled(bool* au_p2p_enabled) const { in GetAuP2PEnabled() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc159 ASSERT_TRUE(policy.GetAuP2PEnabled(&bool_value)); in TEST()
253 EXPECT_FALSE(policy.GetAuP2PEnabled(&bool_value)); in TEST()