Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h74 MOCK_METHOD(bool, GetReleaseChannelDelegated, (bool*), (const, override));
Ddevice_policy.h132 virtual bool GetReleaseChannelDelegated(
Ddevice_policy_impl.h58 bool GetReleaseChannelDelegated(
Ddevice_policy_impl.cc337 bool DevicePolicyImpl::GetReleaseChannelDelegated( in GetReleaseChannelDelegated() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc118 ASSERT_TRUE(policy.GetReleaseChannelDelegated(&bool_value)); in TEST()