/foundation/window/window_manager/previewer/include/ |
H A D | window_option.h | 176 bool IsKeepScreenOn() const;
|
H A D | window.h | 180 virtual bool IsKeepScreenOn() const = 0;
|
H A D | window_impl.h | 109 virtual bool IsKeepScreenOn() const override;
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_option.h | 168 bool IsKeepScreenOn() const;
|
H A D | window.h | 937 virtual bool IsKeepScreenOn() const { return false; } in IsKeepScreenOn() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_option.cpp | 114 bool WindowOption::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowOption
|
H A D | window_impl.cpp | 498 bool WindowImpl::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowImpl
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node.cpp | 319 bool WindowNode::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowNode 321 return property_->IsKeepScreenOn(); in IsKeepScreenOn()
|
H A D | window_root.cpp | 643 HandleKeepScreenOn(child->GetWindowId(), child->IsKeepScreenOn()); in PostProcessAddWindowNode() 645 HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in PostProcessAddWindowNode()
|
H A D | window_controller.cpp | 1512 node->SetKeepScreenOn(property->IsKeepScreenOn()); in UpdateProperty() 1513 windowRoot_->HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in UpdateProperty()
|
/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window_utils.cpp | 106 napi_set_named_property(env, objValue, "isKeepScreenOn", CreateJsValue(env, window->IsKeepScreenOn()));
in CreateJsExtensionWindowProperties()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_option_test.cpp | 332 ASSERT_EQ(true, option->IsKeepScreenOn()); in HWTEST_F() 334 ASSERT_EQ(false, option->IsKeepScreenOn()); in HWTEST_F()
|
H A D | window_impl_test.cpp | 1205 ASSERT_FALSE(window->IsKeepScreenOn());
in HWTEST_F() 1207 ASSERT_TRUE(window->IsKeepScreenOn());
in HWTEST_F() 1209 ASSERT_FALSE(window->IsKeepScreenOn());
in HWTEST_F() 1233 ASSERT_FALSE(window->IsKeepScreenOn());
in HWTEST_F() 1237 ASSERT_TRUE(window->IsKeepScreenOn());
in HWTEST_F() 1239 ASSERT_FALSE(window->IsKeepScreenOn());
in HWTEST_F()
|
H A D | window_scene_session_impl_test.cpp | 1409 ASSERT_TRUE(window->IsKeepScreenOn()); in HWTEST_F() 1411 ASSERT_FALSE(window->IsKeepScreenOn()); in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_option.cpp | 187 bool WindowOption::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowOption
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node.h | 115 bool IsKeepScreenOn() const;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_session_property_test.cpp | 333 * @tc.name: IsKeepScreenOn 334 * @tc.desc: IsKeepScreenOn test 337 HWTEST_F(WindowSessionPropertyTest, IsKeepScreenOn, Function | SmallTest | Level2) in HWTEST_F() 340 bool result = windowSessionProperty.IsKeepScreenOn(); in HWTEST_F() 965 ASSERT_EQ(keepScreenOn, property->IsKeepScreenOn()); in HWTEST_F() 968 ASSERT_EQ(keepScreenOn, property->IsKeepScreenOn()); in HWTEST_F()
|
H A D | scene_session_test.cpp | 408 * @tc.name: IsKeepScreenOn 409 * @tc.desc: IsKeepScreenOn 412 HWTEST_F(SceneSessionTest, IsKeepScreenOn, Function | SmallTest | Level2) in HWTEST_F() 416 info.bundleName_ = "IsKeepScreenOn"; in HWTEST_F() 425 ASSERT_EQ(true, scensession->IsKeepScreenOn()); in HWTEST_F() 427 ASSERT_EQ(false, scensession->IsKeepScreenOn()); in HWTEST_F()
|
/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 116 bool IsKeepScreenOn() const;
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 81 virtual bool IsKeepScreenOn() const {return false;} in IsKeepScreenOn() function in OHOS::Rosen::MockWindow
|
/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 114 virtual bool IsKeepScreenOn() const override;
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 492 * @tc.desc: SetKeepScreenOn & IsKeepScreenOn 503 ASSERT_EQ(false, windowNode->IsKeepScreenOn()); in HWTEST_F() 505 ASSERT_EQ(true, windowNode->IsKeepScreenOn()); in HWTEST_F()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 386 * @tc.desc: IsKeepScreenOn test 394 bool res = winPropSrc.IsKeepScreenOn(); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 119 bool IsKeepScreenOn() const;
|
/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 444 bool WindowProperty::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowProperty
|