Searched refs:SysEventRuleGroupOhos (Results 1 – 2 of 2) sorted by relevance
41 using SysEventRuleGroupOhos = std::vector<OHOS::HiviewDFX::SysEventRule>; variable43 using RegisteredListeners = std::map<CallbackObjectOhos, std::pair<int32_t, SysEventRuleGroupOhos>>;77 …int32_t AddListener(const SysEventRuleGroupOhos& rules, const SysEventCallbackPtrOhos& callback) o…
87 bool MatchRules(const SysEventRuleGroupOhos& rules, const string& domain, const string& eventName, in MatchRules()287 pair<int32_t, SysEventRuleGroupOhos> rulesPair(pid, rules); in AddListener()