Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dukey.rs258 pub struct Ukey2Alert { struct
262 // @@protoc_insertion_point(field:securegcm.Ukey2Alert.error_message) argument
265 // @@protoc_insertion_point(special_field:securegcm.Ukey2Alert.special_fields) argument
269 impl<'a> ::std::default::Default for &'a Ukey2Alert { implementation
275 impl Ukey2Alert { implementation
339 impl ::protobuf::Message for Ukey2Alert { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/
Dukey.proto37 message Ukey2Alert { message
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dproto_adapter.rs46 impl WithMessageType for ukey::Ukey2Alert { implementation