Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dhisysevent_delegate.cpp115 std::vector<SysEventQueryRule> hospRules; in Query() local
116 ConvertQueryRule(rules, hospRules); in Query()
122 return sysEventService.Query(queryArgument, hospRules, spCallBack); in Query()
142 std::vector<SysEventQueryRule> hospRules; in Export() local
143 ConvertQueryRule(rules, hospRules); in Export()
146 return sysEventService.Export(queryArgument, hospRules); in Export()
168 std::vector<SysEventQueryRule> hospRules; in Subscribe() local
169 ConvertQueryRule(rules, hospRules); in Subscribe()
172 return sysEventService.AddSubscriber(hospRules); in Subscribe()