Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dsys_event_service_ohos.h41 using SysEventRuleGroupOhos = std::vector<OHOS::HiviewDFX::SysEventRule>; variable
43 using RegisteredListeners = std::map<CallbackObjectOhos, std::pair<int32_t, SysEventRuleGroupOhos>>;
77 …int32_t AddListener(const SysEventRuleGroupOhos& rules, const SysEventCallbackPtrOhos& callback) o…
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp87 bool MatchRules(const SysEventRuleGroupOhos& rules, const string& domain, const string& eventName, in MatchRules()
287 pair<int32_t, SysEventRuleGroupOhos> rulesPair(pid, rules); in AddListener()