Home
last modified time | relevance | path

Searched refs:GetWindowIdForWindowScene (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.h56 static int32_t GetWindowIdForWindowScene(const RefPtr<FrameNode>& windowSceneNode);
H A Dwindow_scene_helper.cpp117 int32_t WindowSceneHelper::GetWindowIdForWindowScene(const RefPtr<FrameNode>& windowSceneNode) in GetWindowIdForWindowScene() function in OHOS::Ace::NG::WindowSceneHelper
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp232 windowId = static_cast<uint32_t>(NG::WindowSceneHelper::GetWindowIdForWindowScene(frameNode)); in RecordHitEmptyMessage()