Home
last modified time | relevance | path

Searched refs:with_rows_extract_all (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/database/
Dutils.rs40 pub fn with_rows_extract_all<'a, F>(rows: &mut Rows<'a>, mut row_extractor: F) -> Result<()> in with_rows_extract_all() function
/system/security/keystore2/src/
Ddatabase.rs183 db_utils::with_rows_extract_all(&mut rows, |row| { in load_from_db()
257 db_utils::with_rows_extract_all(&mut rows, |row| { in load_from_db()
2040 db_utils::with_rows_extract_all(&mut rows, |row| { in load_blob_components()
2091 db_utils::with_rows_extract_all(&mut rows, |row| { in load_key_parameters()
2451 db_utils::with_rows_extract_all(&mut rows, |row| { in unbind_keys_for_user()
2512 db_utils::with_rows_extract_all(&mut rows, |row| { in unbind_auth_bound_keys_for_user()
2618 db_utils::with_rows_extract_all(&mut rows, |row| { in list_past_alias()
2857 db_utils::with_rows_extract_all(&mut rows, |row| { in get_app_uids_affected_by_sid()