Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h87 MOCK_CONST_METHOD1(GetAllowedConnectionTypesForUpdate,
Ddevice_policy.h122 virtual bool GetAllowedConnectionTypesForUpdate(
Ddevice_policy_impl.h54 virtual bool GetAllowedConnectionTypesForUpdate(
Ddevice_policy_impl.cc319 bool DevicePolicyImpl::GetAllowedConnectionTypesForUpdate( in GetAllowedConnectionTypesForUpdate() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc134 ASSERT_TRUE(policy.GetAllowedConnectionTypesForUpdate(&types)); in TEST()