Home
last modified time | relevance | path

Searched refs:WINDOW_FLAG_WATER_MARK (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test2.cpp203 int32_t mainFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
255 int32_t mainFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
305 uint32_t mainFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
334 uint32_t subFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
363 uint32_t subFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
393 uint32_t mainFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
431 uint32_t mainFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
471 uint32_t mainFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
512 uint32_t mainFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
547 uint32_t mainFlags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
[all...]
H A Dscene_session_test4.cpp717 sceneSession->property_->SetWindowFlags(static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK)); in HWTEST_F()
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_water_mark_test.cpp157 window->AddWindowFlag(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
161 window->RemoveWindowFlag(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_input_channel_test.cpp94 window_->SetWindowFlags(static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK)); in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h248 WINDOW_FLAG_WATER_MARK = 1 << 4, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowFlag
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h306 WINDOW_FLAG_WATER_MARK = 1 << 4, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::WindowFlag
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp505 ret = windowToken_->AddWindowFlag(WindowFlag::WINDOW_FLAG_WATER_MARK); in SetWaterMarkFlag()
507 ret = windowToken_->RemoveWindowFlag(WindowFlag::WINDOW_FLAG_WATER_MARK); in SetWaterMarkFlag()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1920 (node->GetWindowFlags() & static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK))); in CheckAndNotifyWaterMarkChangedResult()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp560 windowNode->property_->flags_ |= static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp3861 currFlag = currFlag | static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in OnSetWaterMarkFlag()
3863 currFlag = currFlag & ~(static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK)); in OnSetWaterMarkFlag()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3445 if ((oldFlags ^ flags) == static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK)) { in IsNeedSystemPermissionByAction()
3940 (oldFlags ^ flags) == static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK)) && in SetWindowFlags()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp5578 ret = window->AddWindowFlag(WindowFlag::WINDOW_FLAG_WATER_MARK); in OnSetWaterMarkFlag()
5580 ret = window->RemoveWindowFlag(WindowFlag::WINDOW_FLAG_WATER_MARK); in OnSetWaterMarkFlag()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6071 (oldFlags ^ flags) == static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK)) && in SetWindowFlags()
6100 static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_WATER_MARK); in CheckAndNotifyWaterMarkChangedResult()

Completed in 78 milliseconds