Searched refs:currProperties (Results 1 – 2 of 2) sorted by relevance
1240 std::map<WindowType, SystemBarProperty> currProperties; variable1241 ASSERT_EQ(WMError::WM_OK, window->GetSystemBarProperties(currProperties));1242 …ASSERT_EQ(currProperties[WindowType::WINDOW_TYPE_STATUS_BAR].contentColor_, property.contentColor_…
2152 auto currProperties = property_->GetSystemBarProperty(); in GetSystemBarProperties() local2153 …properties[WindowType::WINDOW_TYPE_STATUS_BAR] = currProperties[WindowType::WINDOW_TYPE_STATUS_BAR… in GetSystemBarProperties()