Home
last modified time | relevance | path

Searched defs:GetRealParentId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp277 int32_t WindowOption::GetRealParentId() const in GetRealParentId() function in OHOS::Rosen::WindowOption
H A Dwindow_extension_session_impl.cpp1098 int32_t WindowExtensionSessionImpl::GetRealParentId() const in GetRealParentId() function in OHOS::Rosen::WindowExtensionSessionImpl
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1517 int32_t WindowSessionProperty::GetRealParentId() const in GetRealParentId() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2454 virtual int32_t GetRealParentId() const { return static_cast<int32_t>(INVALID_WINDOW_ID); } in GetRealParentId() function