Home
last modified time | relevance | path

Searched refs:GetFloatingWindowParentId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h207 int32_t GetFloatingWindowParentId();
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp695 HWTEST_F(WindowSessionImplTest, GetFloatingWindowParentId, Function | SmallTest | Level2) {
719 int32_t res = window->GetFloatingWindowParentId();
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1195 int32_t WindowSessionImpl::GetFloatingWindowParentId() in GetFloatingWindowParentId() function in OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp403 property_->SetParentPersistentId(GetFloatingWindowParentId()); in CreateSystemWindow()