Searched refs:Metrics (Results 1 – 6 of 6) sorted by relevance
30 pub struct Metrics; struct32 impl Metrics { implementation49 impl Interface for Metrics {} implementation51 impl IKeystoreMetrics for Metrics { implementation
20 use keystore2::metrics::Metrics;117 let metrics_service = Metrics::new_native_binder().unwrap_or_else(|e| { in main()
195 using Metrics = IncFsMetrics; variable284 std::optional<Metrics> getMetrics(std::string_view sysfsName);
465 inline std::optional<Metrics> getMetrics(std::string_view sysfsName) { in getMetrics()466 Metrics metrics; in getMetrics()
56 Adding new Metrics to app-launcher :
137 * **Metrics**: A `Module` can dump its state information for dumpsys through312 Many storage and informational modules fit into this model such as `Metrics` and