Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dmaintenance.rs68 fn on_user_password_changed(user_id: i32, password: Option<Password>) -> Result<()> { in on_user_password_changed() method
271 map_or_log_err(Self::on_user_password_changed(user_id, password.map(|pw| pw.into())), Ok) in onUserPasswordChanged()