Home
last modified time | relevance | path

Searched refs:currProperties (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1240 std::map<WindowType, SystemBarProperty> currProperties; variable
1241 ASSERT_EQ(WMError::WM_OK, window->GetSystemBarProperties(currProperties));
1242 …ASSERT_EQ(currProperties[WindowType::WINDOW_TYPE_STATUS_BAR].contentColor_, property.contentColor_…
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp2152 auto currProperties = property_->GetSystemBarProperty(); in GetSystemBarProperties() local
2153 …properties[WindowType::WINDOW_TYPE_STATUS_BAR] = currProperties[WindowType::WINDOW_TYPE_STATUS_BAR… in GetSystemBarProperties()