Home
last modified time | relevance | path

Searched refs:GetSystemBarProperty (Results 1 – 10 of 10) sorted by relevance

/foundation/windowmanager/wm/test/unittest/
Dwindow_option_test.cpp263 ASSERT_EQ(SYS_BAR_PROPS_TEST, option->GetSystemBarProperty());
276 ASSERT_EQ(SYS_BAR_PROPS_DEFAULT, option->GetSystemBarProperty());
287 ASSERT_EQ(SYS_BAR_PROPS_DEFAULT, option->GetSystemBarProperty());
/foundation/windowmanager/wmserver/src/
Dwindow_node.cpp245 const std::unordered_map<WindowType, SystemBarProperty>& WindowNode::GetSystemBarProperty() const in GetSystemBarProperty() function in OHOS::Rosen::WindowNode
247 return property_->GetSystemBarProperty(); in GetSystemBarProperty()
Dwindow_controller.cpp606 auto& props = property->GetSystemBarProperty(); in UpdateProperty()
Dwindow_node_container.cpp581 auto& sysBarPropMapNode = (*iter)->GetSystemBarProperty(); in GetExpectImmersiveProperty()
653 auto& sysBarPropMapNode = node->GetSystemBarProperty(); in NotifySystemBarDismiss()
/foundation/windowmanager/interfaces/innerkits/wm/
Dwindow_option.h68 const std::unordered_map<WindowType, SystemBarProperty>& GetSystemBarProperty() const;
/foundation/windowmanager/wmserver/include/
Dwindow_node.h81 const std::unordered_map<WindowType, SystemBarProperty>& GetSystemBarProperty() const;
/foundation/windowmanager/wm/src/
Dwindow_option.cpp181 const std::unordered_map<WindowType, SystemBarProperty>& WindowOption::GetSystemBarProperty() const in GetSystemBarProperty() function in OHOS::Rosen::WindowOption
Dwindow_impl.cpp69 auto& sysBarPropMap = option->GetSystemBarProperty(); in WindowImpl()
251 auto curProperties = property_->GetSystemBarProperty(); in GetSystemBarPropertyByType()
/foundation/windowmanager/utils/include/
Dwindow_property.h88 const std::unordered_map<WindowType, SystemBarProperty>& GetSystemBarProperty() const;
/foundation/windowmanager/utils/src/
Dwindow_property.cpp253 const std::unordered_map<WindowType, SystemBarProperty>& WindowProperty::GetSystemBarProperty() con… in GetSystemBarProperty() function in OHOS::Rosen::WindowProperty