Searched refs:watchRules (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
H A D | hisysevent_rust_manager.cpp | 90 std::vector<ListenerRuleCls> watchRules; in HiSysEventAddWatcher() local 92 watchRules.emplace_back(rules[i].domain, rules[i].name, rules[i].tag, in HiSysEventAddWatcher() 97 auto ret = HiSysEventBaseManager::AddListener(baseListenerRust, watchRules); in HiSysEventAddWatcher() 178 …OhHiSysEventAddRustWatcher(HiSysEventRustWatcherC* watcher, const HiSysEventWatchRule watchRules[], in OhHiSysEventAddRustWatcher() argument 181 return HiSysEventAddWatcher(watcher, watchRules, ruleSize); in OhHiSysEventAddRustWatcher()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.25/ |
H A D | changelogs-dfx.md | 130 let watchRules: hiSysEvent.WatchRule[] = [{ 137 let tag = watchRules.tag;
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/ |
H A D | hisysevent_rust_manager.h | 28 …OhHiSysEventAddRustWatcher(HiSysEventRustWatcherC* watcher, const HiSysEventWatchRule watchRules[],
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hisysevent-sys.md | 244 let watchRules: hiSysEvent.WatchRule[] = [{ 251 rules: watchRules, 299 let watchRules: hiSysEvent.WatchRule[] = [{ 306 rules: watchRules,
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hisysevent-sys.md | 244 let watchRules: hiSysEvent.WatchRule[] = [{ 251 rules: watchRules, 299 let watchRules: hiSysEvent.WatchRule[] = [{ 306 rules: watchRules,
|