Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h58 MOCK_METHOD(bool, GetPolicyRefreshRate, (int*), (const, override));
Ddevice_policy.h78 virtual bool GetPolicyRefreshRate(int* rate) const = 0;
Ddevice_policy_impl.h44 bool GetPolicyRefreshRate(int* rate) const override;
Ddevice_policy_impl.cc216 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const { in GetPolicyRefreshRate() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc63 ASSERT_TRUE(policy.GetPolicyRefreshRate(&int_value)); in TEST()
230 EXPECT_FALSE(policy.GetPolicyRefreshRate(&int_value)); in TEST()