Searched refs:hospRules (Results 1 – 1 of 1) sorted by relevance
120 std::vector<SysEventQueryRule> hospRules; in Query() local121 ConvertQueryRule(rules, hospRules); in Query()127 return sysEventService.Query(queryArgument, hospRules, spCallBack); in Query()147 std::vector<SysEventQueryRule> hospRules; in Export() local148 ConvertQueryRule(rules, hospRules); in Export()151 return sysEventService.Export(queryArgument, hospRules); in Export()173 std::vector<SysEventQueryRule> hospRules; in Subscribe() local174 ConvertQueryRule(rules, hospRules); in Subscribe()177 return sysEventService.AddSubscriber(hospRules); in Subscribe()