Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h105 GetSecondFactorAuthenticationMode,
Ddevice_policy.h210 virtual bool GetSecondFactorAuthenticationMode(int* mode_out) const = 0;
Ddevice_policy_impl.h82 bool GetSecondFactorAuthenticationMode(int* mode_out) const override;
Ddevice_policy_impl.cc622 bool DevicePolicyImpl::GetSecondFactorAuthenticationMode(int* mode_out) const { in GetSecondFactorAuthenticationMode() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc178 ASSERT_TRUE(policy.GetSecondFactorAuthenticationMode(&int_value)); in TEST()
256 EXPECT_FALSE(policy.GetSecondFactorAuthenticationMode(&int_value)); in TEST()