Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h57 MOCK_CONST_METHOD1(GetPolicyRefreshRate,
Ddevice_policy.h74 virtual bool GetPolicyRefreshRate(int* rate) const = 0;
Ddevice_policy_impl.h43 bool GetPolicyRefreshRate(int* rate) const override;
Ddevice_policy_impl.cc199 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const { in GetPolicyRefreshRate() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc63 ASSERT_TRUE(policy.GetPolicyRefreshRate(&int_value)); in TEST()
230 EXPECT_FALSE(policy.GetPolicyRefreshRate(&int_value)); in TEST()