Home
last modified time | relevance | path

Searched refs:WallpaperCommonEventSubscriber (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_common_event_subscriber.h31 class WallpaperCommonEventSubscriber : public OHOS::EventFwk::CommonEventSubscriber {
33 WallpaperCommonEventSubscriber(WallpaperService &wallpaperService) in WallpaperCommonEventSubscriber() function
37 ~WallpaperCommonEventSubscriber() = default;
H A Dwallpaper_service.h205 std::shared_ptr<WallpaperCommonEventSubscriber> subscriber_;
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_common_event_subscriber.cpp23 void WallpaperCommonEventSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData &data) in OnReceiveEvent()
37 CommonEventSubscribeInfo WallpaperCommonEventSubscriber::CreateSubscriberInfo() in CreateSubscriberInfo()
H A Dwallpaper_service.cpp226 subscriber_ = std::make_shared<WallpaperCommonEventSubscriber>(*this); in RegisterSubscriber()
/ohos5.0/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp73 std::shared_ptr<WallpaperCommonEventSubscriber> subscriber = nullptr;
289 subscriber = std::make_shared<WallpaperCommonEventSubscriber>(*wallpaperService); in SubscribeCommonEvent()