Home
last modified time | relevance | path

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

/external/crosvm/system_api/src/protos/
Dfido.rs2856 pub fn get_protection_policy(&self) -> ProtectionPolicy { in get_protection_policy()
2864 pub fn set_protection_policy(&mut self, v: ProtectionPolicy) { in set_protection_policy()
3668 pub enum ProtectionPolicy { enum
3675 impl ::protobuf::ProtobufEnum for ProtectionPolicy { implementation
3680 fn from_i32(value: i32) -> ::std::option::Option<ProtectionPolicy> { in from_i32()
3701 impl ::std::marker::Copy for ProtectionPolicy { implementation
3704 impl ::std::default::Default for ProtectionPolicy { implementation
3710 impl ::protobuf::reflect::ProtobufValue for ProtectionPolicy { implementation