Home
last modified time | relevance | path

Searched refs:GetUIContentWithId (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp503 ASSERT_EQ(nullptr, window->GetUIContentWithId(10000)); in HWTEST_F()
512 ASSERT_EQ(nullptr, window->GetUIContentWithId(1)); in HWTEST_F()
573 ASSERT_EQ(nullptr, window->GetUIContentWithId(10000)); in HWTEST_F()
583 ASSERT_EQ(nullptr, window->GetUIContentWithId(1)); in HWTEST_F()
H A Dwindow_test.cpp2692 ASSERT_EQ(nullptr, window->GetUIContentWithId(0)); in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h130 Ace::UIContent* GetUIContentWithId(uint32_t winId) const override;
H A Dwindow_impl.h288 virtual Ace::UIContent* GetUIContentWithId(uint32_t winId) const override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1446 virtual Ace::UIContent* GetUIContentWithId(uint32_t winId) const { return nullptr; } in GetUIContentWithId() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp734 Ace::UIContent* WindowImpl::GetUIContentWithId(uint32_t winId) const in GetUIContentWithId() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1745 Ace::UIContent* WindowSessionImpl::GetUIContentWithId(uint32_t winId) const in GetUIContentWithId() function in OHOS::OHOS::Rosen::WindowSessionImpl

Completed in 29 milliseconds