/ohos5.0/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_controller.cpp | 1512 node->SetKeepScreenOn(property->IsKeepScreenOn()); in UpdateProperty() 1513 windowRoot_->HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in UpdateProperty()
|
H A D | window_root.cpp | 643 HandleKeepScreenOn(child->GetWindowId(), child->IsKeepScreenOn()); in PostProcessAddWindowNode() 645 HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in PostProcessAddWindowNode()
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window_option.h | 176 bool IsKeepScreenOn() const;
|
H A D | window_impl.h | 109 virtual bool IsKeepScreenOn() const override;
|
H A D | window.h | 181 virtual bool IsKeepScreenOn() const = 0;
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_option_test.cpp | 332 ASSERT_EQ(true, option->IsKeepScreenOn()); 334 ASSERT_EQ(false, option->IsKeepScreenOn());
|
H A D | window_impl_test.cpp | 1199 ASSERT_FALSE(window->IsKeepScreenOn()); 1201 ASSERT_TRUE(window->IsKeepScreenOn()); 1203 ASSERT_FALSE(window->IsKeepScreenOn()); 1227 ASSERT_FALSE(window->IsKeepScreenOn()); 1231 ASSERT_TRUE(window->IsKeepScreenOn()); 1233 ASSERT_FALSE(window->IsKeepScreenOn());
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_option.h | 168 bool IsKeepScreenOn() const;
|
H A D | window.h | 982 virtual bool IsKeepScreenOn() const { return false; } in IsKeepScreenOn() function
|
/ohos5.0/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 | 518 bool WindowImpl::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowImpl
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window_utils.cpp | 106 …_set_named_property(env, objValue, "isKeepScreenOn", CreateJsValue(env, window->IsKeepScreenOn())); in CreateJsExtensionWindowProperties()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_option.cpp | 187 bool WindowOption::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowOption
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node.h | 115 bool IsKeepScreenOn() const;
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 116 bool IsKeepScreenOn() const;
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_session_property_test.cpp | 334 HWTEST_F(WindowSessionPropertyTest, IsKeepScreenOn, Function | SmallTest | Level2) 337 bool result = windowSessionProperty.IsKeepScreenOn();
|
H A D | scene_session_test.cpp | 410 HWTEST_F(SceneSessionTest, IsKeepScreenOn, Function | SmallTest | Level2) 423 ASSERT_EQ(false, scensession->IsKeepScreenOn());
|
/ohos5.0/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
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 503 ASSERT_EQ(false, windowNode->IsKeepScreenOn()); 505 ASSERT_EQ(true, windowNode->IsKeepScreenOn());
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 114 virtual bool IsKeepScreenOn() const override;
|
H A D | window_impl.h | 175 virtual bool IsKeepScreenOn() const override;
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 394 bool res = winPropSrc.IsKeepScreenOn();
|
/ohos5.0/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 119 bool IsKeepScreenOn() const;
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 444 bool WindowProperty::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowProperty
|