Searched refs:CommonEventMonitor (Results 1 – 1 of 1) sorted by relevance
41 class CommonEventMonitor : public CommonEventSubscriber { class43 explicit CommonEventMonitor(const CommonEventSubscribeInfo &subscriberInfo);44 virtual ~CommonEventMonitor() {} in ~CommonEventMonitor()48 CommonEventMonitor::CommonEventMonitor(const CommonEventSubscribeInfo &subscriberInfo) in CommonEventMonitor() function in OHOS::EventFwk::CommonEventMonitor53 void CommonEventMonitor::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()91 std::shared_ptr<CommonEventMonitor> subscriber_ = nullptr;105 subscriber_ = std::make_shared<CommonEventMonitor>(subscriberInfo); in SubscribeCommonEvent()