Home
last modified time | relevance | path

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

/external/crosvm/system_api/src/protos/
Dauth_factor.rs3055 pub enum AuthIntent { enum
3061 impl ::protobuf::ProtobufEnum for AuthIntent { implementation
3066 fn from_i32(value: i32) -> ::std::option::Option<AuthIntent> { in from_i32()
3085 impl ::std::marker::Copy for AuthIntent { implementation
3088 impl ::std::default::Default for AuthIntent { implementation
3094 impl ::protobuf::reflect::ProtobufValue for AuthIntent { implementation
DUserDataAuth.rs7854 pub fn get_intent(&self) -> super::auth_factor::AuthIntent { in get_intent()
7862 pub fn set_intent(&mut self, v: super::auth_factor::AuthIntent) { in set_intent()
8045 pub fn get_available_for_intents(&self) -> &[super::auth_factor::AuthIntent] { in get_available_for_intents()
8053 … pub fn set_available_for_intents(&mut self, v: ::std::vec::Vec<super::auth_factor::AuthIntent>) { in set_available_for_intents()
8058 …pub fn mut_available_for_intents(&mut self) -> &mut ::std::vec::Vec<super::auth_factor::AuthIntent… in mut_available_for_intents()
8063 … pub fn take_available_for_intents(&mut self) -> ::std::vec::Vec<super::auth_factor::AuthIntent> { in take_available_for_intents()
11668 pub fn get_authorized_for(&self) -> &[super::auth_factor::AuthIntent] { in get_authorized_for()
11676 pub fn set_authorized_for(&mut self, v: ::std::vec::Vec<super::auth_factor::AuthIntent>) { in set_authorized_for()
11681 pub fn mut_authorized_for(&mut self) -> &mut ::std::vec::Vec<super::auth_factor::AuthIntent> { in mut_authorized_for()
11686 pub fn take_authorized_for(&mut self) -> ::std::vec::Vec<super::auth_factor::AuthIntent> { in take_authorized_for()
[all …]