Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h48 void SetLastWindowMode(WindowMode mode);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp73 void WindowProperty::SetLastWindowMode(WindowMode mode) in SetLastWindowMode() function in OHOS::Rosen::WindowProperty
757 property->SetLastWindowMode(static_cast<WindowMode>(parcel.ReadUint32())); in Unmarshalling()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1270 property_->SetLastWindowMode(windowSystemConfig_.defaultWindowMode_); in SetSystemConfig()