Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dhisysevent_delegate.cpp120 std::vector<SysEventQueryRule> hospRules; in Query() local
121 ConvertQueryRule(rules, hospRules); in Query()
127 return sysEventService.Query(queryArgument, hospRules, spCallBack); in Query()
147 std::vector<SysEventQueryRule> hospRules; in Export() local
148 ConvertQueryRule(rules, hospRules); in Export()
151 return sysEventService.Export(queryArgument, hospRules); in Export()
173 std::vector<SysEventQueryRule> hospRules; in Subscribe() local
174 ConvertQueryRule(rules, hospRules); in Subscribe()
177 return sysEventService.AddSubscriber(hospRules); in Subscribe()