Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/src/
H A Ddatabase.rs761 pub struct SubComponentType(u32); struct
762 impl SubComponentType { impl
771 impl ToSql for SubComponentType { implementation
777 impl FromSql for SubComponentType { implementation
1649 sc_type: SubComponentType, in set_blob()
1684 sc_type: SubComponentType, in set_blob_internal()
/aosp_15_r20/system/security/keystore2/src/database/
H A Dtests.rs2432 fn blob_count_in_state(db: &mut KeystoreDB, sc_type: SubComponentType, state: BlobState) -> usize { in blob_count_in_state()