Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h79 MOCK_METHOD(bool, GetScatterFactorInSeconds, (int64_t*), (const, override));
Ddevice_policy.h158 virtual bool GetScatterFactorInSeconds(
Ddevice_policy_impl.h67 bool GetScatterFactorInSeconds(
Ddevice_policy_impl.cc423 bool DevicePolicyImpl::GetScatterFactorInSeconds( in GetScatterFactorInSeconds() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc126 ASSERT_TRUE(policy.GetScatterFactorInSeconds(&int64_value)); in TEST()
250 EXPECT_FALSE(policy.GetScatterFactorInSeconds(&int64_value)); in TEST()