Home
last modified time | relevance | path

Searched refs:GetAllowedConnectionTypesForUpdate (Results 1 – 6 of 6) sorted by relevance

/external/libbrillo/policy/
Dmock_device_policy.h81 GetAllowedConnectionTypesForUpdate,
Ddevice_policy.h165 virtual bool GetAllowedConnectionTypesForUpdate(
Ddevice_policy_impl.h69 bool GetAllowedConnectionTypesForUpdate(
Ddevice_policy_impl.cc437 bool DevicePolicyImpl::GetAllowedConnectionTypesForUpdate( in GetAllowedConnectionTypesForUpdate() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Ddevice_policy_impl_test.cc287 ASSERT_FALSE(device_policy_.GetAllowedConnectionTypesForUpdate(&value)); in TEST_F()
Dlibpolicy_test.cc143 ASSERT_TRUE(policy.GetAllowedConnectionTypesForUpdate(&types)); in TEST()