Home
last modified time | relevance | path

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

/external/crosvm/system_api/src/protos/
Dfido.rs2581 pub protection_policy: ProtectionPolicy,
2856 pub fn get_protection_policy(&self) -> ProtectionPolicy { in get_protection_policy() argument
2860 self.protection_policy = ProtectionPolicy::UNSPECIFIED; in clear_protection_policy()
2864 pub fn set_protection_policy(&mut self, v: ProtectionPolicy) { in set_protection_policy() argument
3048 if self.protection_policy != ProtectionPolicy::UNSPECIFIED { in compute_size()
3105 if self.protection_policy != ProtectionPolicy::UNSPECIFIED { in write_to_with_cached_sizes()
3166 self.protection_policy = ProtectionPolicy::UNSPECIFIED; in clear()
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() argument
[all …]