Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h514 bool GetPostProcessProperty() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp5301 bool SceneSession::GetPostProcessProperty() const in GetPostProcessProperty() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9746 if (session == nullptr || !session->GetPostProcessProperty()) { in PostProcessProperty()