Home
last modified time | relevance | path

Searched refs:GetCallingWindow (Results 1 – 9 of 9) sorted by relevance

/foundation/windowmanager/wmserver/src/
Dwindow_node.cpp130 uint32_t WindowNode::GetCallingWindow() const in GetCallingWindow() function in OHOS::Rosen::WindowNode
132 return property_->GetCallingWindow(); in GetCallingWindow()
Dwindow_root.cpp81 auto callingWindow = GetWindowNode(node->GetCallingWindow()); in NotifyKeyboardSizeChangeInfo()
83 WLOGFI("callingWindow: %{public}u does not be set", node->GetCallingWindow()); in NotifyKeyboardSizeChangeInfo()
Dwindow_controller.cpp624 node->SetCallingWindow(property->GetCallingWindow()); in UpdateProperty()
/foundation/windowmanager/interfaces/innerkits/wm/
Dwindow_option.h55 uint32_t GetCallingWindow() const;
/foundation/windowmanager/wmserver/include/
Dwindow_node.h59 uint32_t GetCallingWindow() const;
/foundation/windowmanager/wm/src/
Dwindow_option.cpp221 uint32_t WindowOption::GetCallingWindow() const in GetCallingWindow() function in OHOS::Rosen::WindowOption
Dwindow_impl.cpp60 property_->SetCallingWindow(option->GetCallingWindow()); in WindowImpl()
/foundation/windowmanager/utils/include/
Dwindow_property.h77 uint32_t GetCallingWindow() const;
/foundation/windowmanager/utils/src/
Dwindow_property.cpp208 uint32_t WindowProperty::GetCallingWindow() const in GetCallingWindow() function in OHOS::Rosen::WindowProperty