Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h89 MOCK_METHOD(bool, GetHttpDownloadsEnabled, (bool*), (const, override));
Ddevice_policy.h180 virtual bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const = 0;
Ddevice_policy_impl.h74 bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const override;
Ddevice_policy_impl.cc484 bool DevicePolicyImpl::GetHttpDownloadsEnabled( in GetHttpDownloadsEnabled() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc155 ASSERT_TRUE(policy.GetHttpDownloadsEnabled(&bool_value)); in TEST()
252 EXPECT_FALSE(policy.GetHttpDownloadsEnabled(&bool_value)); in TEST()