Searched refs:wallpaperService (Results 1 – 5 of 5) sorted by relevance
25 explicit WallpaperExtensionAbilityDeathRecipient(WallpaperService &wallpaperService) in WallpaperExtensionAbilityDeathRecipient() argument26 : wallpaperService_(wallpaperService) in WallpaperExtensionAbilityDeathRecipient()
29 …aperExtensionAbilityConnection(WallpaperService &wallpaperService) : wallpaperService_(wallpaperSe… in WallpaperExtensionAbilityConnection() argument
33 WallpaperCommonEventSubscriber(WallpaperService &wallpaperService) in WallpaperCommonEventSubscriber() argument34 : CommonEventSubscriber(CreateSubscriberInfo()), wallpaperService_(wallpaperService) in WallpaperCommonEventSubscriber()
51 std::shared_ptr<WallpaperService> wallpaperService = std::make_shared<WallpaperService>(); in FuzzWallpaperService() local52 wallpaperService->OnRemoteRequest(code, data, reply, option); in FuzzWallpaperService()
136 static bool SubscribeCommonEvent(shared_ptr<WallpaperService> wallpaperService);263 bool WallpaperTest::SubscribeCommonEvent(shared_ptr<WallpaperService> wallpaperService) in SubscribeCommonEvent() argument265 subscriber = std::make_shared<WallpaperCommonEventSubscriber>(*wallpaperService); in SubscribeCommonEvent()931 std::shared_ptr<WallpaperService> wallpaperService = std::make_shared<WallpaperService>(); variable932 ErrorCode wallpaperErrorCode = wallpaperService->SetWallpaper(0, 0, -1);934 wallpaperErrorCode = wallpaperService->SetWallpaper(0, 0, FOO_MAX_LEN);948 std::shared_ptr<WallpaperService> wallpaperService = std::make_shared<WallpaperService>(); variable949 bool ret = WallpaperTest::SubscribeCommonEvent(wallpaperService);971 std::shared_ptr<WallpaperService> wallpaperService = std::make_shared<WallpaperService>(); variable972 ASSERT_EQ(WallpaperTest::SubscribeCommonEvent(wallpaperService), true);[all …]