Home
last modified time | relevance | path

Searched refs:GetSystemPrivacyMode (Results 1 - 15 of 15) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dwindow_property.h109 bool GetSystemPrivacyMode() const;
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp211 bool PrivacyMode = node->GetWindowProperty()->GetSystemPrivacyMode() || in AppendSpecifiedWindowNodeInfo()
H A Dwindow_controller.cpp1544 bool isPrivacyMode = property->GetPrivacyMode() || property->GetSystemPrivacyMode(); in UpdateProperty()
1556 bool isPrivacyMode = property->GetPrivacyMode() || property->GetSystemPrivacyMode(); in UpdateProperty()
1568 bool isSnapshotSkip = property->GetSnapshotSkip() || property->GetSystemPrivacyMode(); in UpdateProperty()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp316 * @tc.desc: GetSystemPrivacyMode test
324 bool res = winPropSrc.GetSystemPrivacyMode(); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h123 bool GetSystemPrivacyMode() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp127 << property->GetSystemPrivacyMode() << "|" in DumpSessionParam()
H A Dscene_session_dirty_manager.cpp613 if (windowSessionProperty->GetPrivacyMode() || windowSessionProperty->GetSystemPrivacyMode() || in UpdatePrivacyMode()
H A Dscene_session_manager.cpp4408 bool privacyMode = sessionProperty->GetSystemPrivacyMode() || sessionProperty->GetPrivacyMode(); in GetSpecifiedSessionDumpInfo()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp749 ASSERT_EQ(false, scensession->property_->GetSystemPrivacyMode()); in HWTEST_F()
770 ASSERT_EQ(true, scensession->property_->GetSystemPrivacyMode()); in HWTEST_F()
H A Dwindow_session_property_test.cpp165 ASSERT_EQ(property->GetSystemPrivacyMode(), false); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1516 ASSERT_EQ(true, window->property_->GetSystemPrivacyMode()); in HWTEST_F()
1518 ASSERT_EQ(false, window->property_->GetSystemPrivacyMode()); in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp409 bool WindowProperty::GetSystemPrivacyMode() const in GetSystemPrivacyMode() function in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp327 bool WindowSessionProperty::GetSystemPrivacyMode() const in GetSystemPrivacyMode() function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp256 bool lastPrivacyMode = sessionProperty->GetPrivacyMode() || sessionProperty->GetSystemPrivacyMode(); in ForegroundTask()
2726 bool lastPrivacyMode = property->GetPrivacyMode() || property->GetSystemPrivacyMode(); in SetPrivacyMode()
3705 bool isPrivacyMode = property->GetPrivacyMode() || property->GetSystemPrivacyMode(); in HandleActionUpdatePrivacyMode()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2075 GetWindowId(), isSkip, property_->GetSystemPrivacyMode(), ret); in SetSnapshotSkip()

Completed in 80 milliseconds