Searched refs:WallpaperCommonEventSubscriber (Results 1 – 5 of 5) sorted by relevance
31 class WallpaperCommonEventSubscriber : public OHOS::EventFwk::CommonEventSubscriber {33 WallpaperCommonEventSubscriber(WallpaperService &wallpaperService) in WallpaperCommonEventSubscriber() function37 ~WallpaperCommonEventSubscriber() = default;
205 std::shared_ptr<WallpaperCommonEventSubscriber> subscriber_;
23 void WallpaperCommonEventSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData &data) in OnReceiveEvent()37 CommonEventSubscribeInfo WallpaperCommonEventSubscriber::CreateSubscriberInfo() in CreateSubscriberInfo()
226 subscriber_ = std::make_shared<WallpaperCommonEventSubscriber>(*this); in RegisterSubscriber()
73 std::shared_ptr<WallpaperCommonEventSubscriber> subscriber = nullptr;289 subscriber = std::make_shared<WallpaperCommonEventSubscriber>(*wallpaperService); in SubscribeCommonEvent()