Home
last modified time | relevance | path

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

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