Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_window.cpp180 auto ret = window->SetAPPWindowIcon(icon); in SetMissionIcon()
H A Dui_ability.cpp802 if (window->SetAPPWindowIcon(icon) != OHOS::Rosen::WMError::WM_OK) { in SetMissionIcon()
H A Dability.cpp1823 if (window->SetAPPWindowIcon(icon) != OHOS::Rosen::WMError::WM_OK) { in SetMissionIcon()
/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_OK;} in SetAPPWindowIcon() function in OHOS::Rosen::MockWindow
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp428 * @tc.name: SetAPPWindowIcon
433 HWTEST_F(WindowImplTest2, SetAPPWindowIcon, Function | SmallTest | Level3) in HWTEST_F()
436 option->SetWindowName("SetAPPWindowIcon"); in HWTEST_F()
440 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->SetAPPWindowIcon(icon1)); in HWTEST_F()
442 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->SetAPPWindowIcon(icon2)); in HWTEST_F()
446 ASSERT_EQ(WMError::WM_OK, window->SetAPPWindowIcon(icon2)); in HWTEST_F()
H A Dwindow_session_impl_test.cpp1803 * @tc.name: SetAPPWindowIcon
1804 * @tc.desc: SetAPPWindowIcon
1807 HWTEST_F(WindowSessionImplTest, SetAPPWindowIcon, Function | SmallTest | Level2) in HWTEST_F()
1809 GTEST_LOG_(INFO) << "WindowSessionImplTest: SetAPPWindowIcon start"; in HWTEST_F()
1811 option->SetWindowName("SetAPPWindowIcon"); in HWTEST_F()
1820 WMError res = window->SetAPPWindowIcon(icon1); in HWTEST_F()
1824 res = window->SetAPPWindowIcon(icon2); in HWTEST_F()
1835 res = window->SetAPPWindowIcon(std::shared_ptr<Media::PixelMap>(pixelMapPtr.release())); in HWTEST_F()
1839 GTEST_LOG_(INFO) << "WindowSessionImplTest: SetAPPWindowIcon end"; in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Dwindow.h268 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) = 0;
H A Dwindow_impl.h191 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) override;
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp941 WMError WindowImpl::SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) in SetAPPWindowIcon() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h133 WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) override;
H A Dwindow_impl.h296 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1509 virtual WMError SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) { return WMError::WM_OK; } in SetAPPWindowIcon() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp4113 WMError WindowImpl::SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) in SetAPPWindowIcon() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1776 WMError WindowSessionImpl::SetAPPWindowIcon(const std::shared_ptr<Media::PixelMap>& icon) in SetAPPWindowIcon() function in OHOS::OHOS::Rosen::WindowSessionImpl

Completed in 38 milliseconds