Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dcredentials.rs102 pub struct MatchedCredential { struct
107 impl MatchedCredential { argument
125 impl PartialEq<MatchedCredential> for MatchedCredential { implementation
131 impl Eq for MatchedCredential {} implementation
133 impl np_adv::credential::matched::MatchedCredential for MatchedCredential { implementation
161 match_data: MatchedCredential, in add_v0()
175 match_data: MatchedCredential, in add_v1()
254 match_data: MatchedCredential, in add_v0()
269 match_data: MatchedCredential, in add_v1()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv0.rs77 np_adv::credential::matched::ReferencedMatchedCredential<MatchedCredential>, in allocate_with_contents()
124 contents: np_adv::credential::matched::WithMatchedCredential< in allocate_with_decrypted_contents()
274 match_data: np_adv::credential::matched::WithMatchedCredential< in new()
363 match_data: np_adv::credential::matched::WithMatchedCredential< in allocate_with_decrypted_contents()
Dv1.rs81 np_adv::credential::matched::ReferencedMatchedCredential<MatchedCredential>, in allocate_with_contents()
147 np_adv::credential::matched::ReferencedMatchedCredential<'adv, MatchedCredential>, in try_from() argument
179 np_adv::credential::matched::ReferencedMatchedCredential<MatchedCredential>, in allocate_with_contents()
370 np_adv::credential::matched::ReferencedMatchedCredential<'adv, MatchedCredential>, in try_from() argument
432 match_data: WithMatchedCredential<MatchedCredential, np_adv::extended::V1IdentityToken>, in new()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dmatched.rs41 pub trait MatchedCredential: Debug + PartialEq + Eq + Clone { interface