Searched refs:hospRules (Results 1 – 1 of 1) sorted by relevance
115 std::vector<SysEventQueryRule> hospRules; in Query() local116 ConvertQueryRule(rules, hospRules); in Query()122 return sysEventService.Query(queryArgument, hospRules, spCallBack); in Query()142 std::vector<SysEventQueryRule> hospRules; in Export() local143 ConvertQueryRule(rules, hospRules); in Export()146 return sysEventService.Export(queryArgument, hospRules); in Export()168 std::vector<SysEventQueryRule> hospRules; in Subscribe() local169 ConvertQueryRule(rules, hospRules); in Subscribe()172 return sysEventService.AddSubscriber(hospRules); in Subscribe()