Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/system_property/
H A Dlib.rs63 pub struct PropertyWatcher { struct
69 impl PropertyWatcher { argument
/aosp12/system/security/keystore2/src/
H A Dmetrics_store.rs49 use keystore2_system_property::{write, PropertyWatcher, PropertyWatcherError};
647 let mut prop_reader = PropertyWatcher::new("keystore.crash_count").context(concat!( in read_keystore_crash_count()
H A Dsuper_key.rs49 use keystore2_system_property::PropertyWatcher;
306 let mut w = PropertyWatcher::new("keystore.boot_level") in watch_boot_level()