Home
last modified time | relevance | path

Searched defs:AuthFactorType (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/system_api/src/protos/
Dauth_factor.rs2281 pub fn get_field_type(&self) -> AuthFactorType { in get_field_type()
2289 pub fn set_field_type(&mut self, v: AuthFactorType) { in set_field_type()
2899 pub enum AuthFactorType { enum
2909 impl ::protobuf::ProtobufEnum for AuthFactorType { implementation
2914 fn from_i32(value: i32) -> ::std::option::Option<AuthFactorType> { in from_i32()
2941 impl ::std::marker::Copy for AuthFactorType { implementation
2944 impl ::std::default::Default for AuthFactorType { implementation
2950 impl ::protobuf::reflect::ProtobufValue for AuthFactorType { implementation
DUserDataAuth.rs22467 pub fn get_supported_auth_factors(&self) -> &[super::auth_factor::AuthFactorType] { in get_supported_auth_factors()
22475 …pub fn set_supported_auth_factors(&mut self, v: ::std::vec::Vec<super::auth_factor::AuthFactorType… in set_supported_auth_factors()
22480 …pub fn mut_supported_auth_factors(&mut self) -> &mut ::std::vec::Vec<super::auth_factor::AuthFacto… in mut_supported_auth_factors()
22485 …pub fn take_supported_auth_factors(&mut self) -> ::std::vec::Vec<super::auth_factor::AuthFactorTyp… in take_supported_auth_factors()
23280 pub fn get_auth_factor_type(&self) -> super::auth_factor::AuthFactorType { in get_auth_factor_type()
23288 pub fn set_auth_factor_type(&mut self, v: super::auth_factor::AuthFactorType) { in set_auth_factor_type()