Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/src/
Dcredentials.rs139 pub struct V0MatchableCredential { struct
140 discovery_cred: V0DiscoveryCredential,
141 matched_cred: FfiMatchedCredential,
170 v0_cred: V0MatchableCredential, in np_ffi_CredentialSlab_add_v0_credential()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/include/
Dnearby_protocol.h99 class V0MatchableCredential; variable
231 friend class V0MatchableCredential; variable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/
Dnp_cpp_ffi_types.h468 struct V0MatchableCredential { struct
469 V0DiscoveryCredential discovery_cred;
470 FfiMatchedCredential matched_cred;
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/
Dnearby_protocol.cc715 V0MatchableCredential::V0MatchableCredential( in V0MatchableCredential() function in nearby_protocol::V0MatchableCredential