Home
last modified time | relevance | path

Searched refs:SetAPPWindowIcon (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_window.cpp180 auto ret = window->SetAPPWindowIcon(icon); in SetMissionIcon()
H A Dui_ability.cpp782 if (window->SetAPPWindowIcon(icon) != OHOS::Rosen::WMError::WM_OK) { in SetMissionIcon()
H A Dability.cpp1821 if (window->SetAPPWindowIcon(icon) != OHOS::Rosen::WMError::WM_OK) { in SetMissionIcon()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h42 …virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) {return WMError::WM… in SetAPPWindowIcon() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp433 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));
H A Dwindow_session_impl_test.cpp1720 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()));
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h191 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) override;
H A Dwindow.h270 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) = 0;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h296 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) override;
H A Dwindow_session_impl.h140 WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp961 WMError WindowImpl::SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) in SetAPPWindowIcon() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1562 …virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) { return WMError::W… in SetAPPWindowIcon() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp4155 WMError WindowImpl::SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) in SetAPPWindowIcon() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1872 WMError WindowSessionImpl::SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) in SetAPPWindowIcon() function in OHOS::Rosen::WindowSessionImpl