Searched refs:WatchRule (Results 1 – 3 of 3) sorted by relevance
18 use hisysevent::{EventType, HiSysEventRecord, RuleType, Watcher, WatchRule};46 WatchRule { in test_hisysevent_add_remove_watcher_001()53 WatchRule { in test_hisysevent_add_remove_watcher_001()
99 pub struct WatchRule<'a> { struct117 pub fn add_watcher(watcher: &Watcher, watch_rules: &[WatchRule]) -> i32 { in add_watcher() argument
18 use crate::{EventType, WatchRule, QueryArg, QueryRule};516 pub(crate) fn add_watcher(watcher: &Watcher, watch_rules: &[WatchRule]) -> i32 { in add_watcher()