Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp527 ASSERT_EQ(nullptr, window->GetUIContentWithId(10000));
536 ASSERT_EQ(nullptr, window->GetUIContentWithId(1));
598 ASSERT_EQ(nullptr, window->GetUIContentWithId(10000));
608 ASSERT_EQ(nullptr, window->GetUIContentWithId(1));
H A Dwindow_test.cpp2639 ASSERT_EQ(nullptr, window->GetUIContentWithId(0));
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h288 virtual Ace::UIContent* GetUIContentWithId(uint32_t winId) const override;
H A Dwindow_session_impl.h137 Ace::UIContent* GetUIContentWithId(uint32_t winId) const override;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1499 virtual Ace::UIContent* GetUIContentWithId(uint32_t winId) const { return nullptr; } in GetUIContentWithId() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp767 Ace::UIContent* WindowImpl::GetUIContentWithId(uint32_t winId) const in GetUIContentWithId() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1840 Ace::UIContent* WindowSessionImpl::GetUIContentWithId(uint32_t winId) const in GetUIContentWithId() function in OHOS::Rosen::WindowSessionImpl