Searched refs:SetAPPWindowIcon (Results 1 – 14 of 14) sorted by relevance
180 auto ret = window->SetAPPWindowIcon(icon); in SetMissionIcon()
782 if (window->SetAPPWindowIcon(icon) != OHOS::Rosen::WMError::WM_OK) { in SetMissionIcon()
1821 if (window->SetAPPWindowIcon(icon) != OHOS::Rosen::WMError::WM_OK) { in SetMissionIcon()
42 …virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) {return WMError::WM… in SetAPPWindowIcon() function
433 HWTEST_F(WindowImplTest2, SetAPPWindowIcon, Function | SmallTest | Level3)440 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->SetAPPWindowIcon(icon1));442 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->SetAPPWindowIcon(icon2));446 ASSERT_EQ(WMError::WM_OK, window->SetAPPWindowIcon(icon2));
1720 HWTEST_F(WindowSessionImplTest, SetAPPWindowIcon, Function | SmallTest | Level2)1733 WMError res = window->SetAPPWindowIcon(icon1);1737 res = window->SetAPPWindowIcon(icon2);1748 res = window->SetAPPWindowIcon(std::shared_ptr<Media::PixelMap>(pixelMapPtr.release()));
191 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) override;
270 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) = 0;
296 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) override;
140 WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) override;
961 WMError WindowImpl::SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) in SetAPPWindowIcon() function in OHOS::Rosen::WindowImpl
1562 …virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) { return WMError::W… in SetAPPWindowIcon() function
4155 WMError WindowImpl::SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) in SetAPPWindowIcon() function in OHOS::Rosen::WindowImpl
1872 WMError WindowSessionImpl::SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) in SetAPPWindowIcon() function in OHOS::Rosen::WindowSessionImpl