Home
last modified time | relevance | path

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

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