Home
last modified time | relevance | path

Searched refs:isSnapshotSkip (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp213 bool isSnapshotSkip = node->GetWindowProperty()->GetSnapshotSkip(); in AppendSpecifiedWindowNodeInfo() local
229 oss << "isSnapshotSkip: " << isSnapshotSkip << std::endl; in AppendSpecifiedWindowNodeInfo()
H A Dwindow_controller.cpp1568 bool isSnapshotSkip = property->GetSnapshotSkip() || property->GetSystemPrivacyMode(); in UpdateProperty() local
1569 node->GetWindowProperty()->SetSnapshotSkip(isSnapshotSkip); in UpdateProperty()
1570 node->GetWindowProperty()->SetSystemPrivacyMode(isSnapshotSkip); in UpdateProperty()
1571 node->surfaceNode_->SetSkipLayer(isSnapshotSkip); in UpdateProperty()
1573 node->leashWinSurfaceNode_->SetSkipLayer(isSnapshotSkip); in UpdateProperty()

Completed in 5 milliseconds