Home
last modified time | relevance | path

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

/external/crosvm/system_api/src/protos/
DUserDataAuth.rs16282 pub fn get_state(&self) -> InstallAttributesState { in get_state()
16290 pub fn set_state(&mut self, v: InstallAttributesState) { in set_state()
24664 pub enum InstallAttributesState { enum
24672 impl ::protobuf::ProtobufEnum for InstallAttributesState { implementation
24677 fn from_i32(value: i32) -> ::std::option::Option<InstallAttributesState> { in from_i32()
24700 impl ::std::marker::Copy for InstallAttributesState { implementation
24703 impl ::std::default::Default for InstallAttributesState { implementation
24709 impl ::protobuf::reflect::ProtobufValue for InstallAttributesState { implementation