Home
last modified time | relevance | path

Searched refs:IsKeepScreenOn (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp319 bool WindowNode::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowNode
321 return property_->IsKeepScreenOn(); in IsKeepScreenOn()
H A Dwindow_controller.cpp1512 node->SetKeepScreenOn(property->IsKeepScreenOn()); in UpdateProperty()
1513 windowRoot_->HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in UpdateProperty()
H A Dwindow_root.cpp643 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 Dwindow_option.h176 bool IsKeepScreenOn() const;
H A Dwindow_impl.h109 virtual bool IsKeepScreenOn() const override;
H A Dwindow.h181 virtual bool IsKeepScreenOn() const = 0;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp332 ASSERT_EQ(true, option->IsKeepScreenOn());
334 ASSERT_EQ(false, option->IsKeepScreenOn());
H A Dwindow_impl_test.cpp1199 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 Dwindow_option.h168 bool IsKeepScreenOn() const;
H A Dwindow.h982 virtual bool IsKeepScreenOn() const { return false; } in IsKeepScreenOn() function
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp114 bool WindowOption::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowOption
H A Dwindow_impl.cpp518 bool WindowImpl::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_utils.cpp106 …_set_named_property(env, objValue, "isKeepScreenOn", CreateJsValue(env, window->IsKeepScreenOn())); in CreateJsExtensionWindowProperties()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp187 bool WindowOption::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowOption
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h115 bool IsKeepScreenOn() const;
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h116 bool IsKeepScreenOn() const;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp334 HWTEST_F(WindowSessionPropertyTest, IsKeepScreenOn, Function | SmallTest | Level2)
337 bool result = windowSessionProperty.IsKeepScreenOn();
H A Dscene_session_test.cpp410 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 Dmock_window.h81 virtual bool IsKeepScreenOn() const {return false;} in IsKeepScreenOn() function
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp503 ASSERT_EQ(false, windowNode->IsKeepScreenOn());
505 ASSERT_EQ(true, windowNode->IsKeepScreenOn());
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h114 virtual bool IsKeepScreenOn() const override;
H A Dwindow_impl.h175 virtual bool IsKeepScreenOn() const override;
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp394 bool res = winPropSrc.IsKeepScreenOn();
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h119 bool IsKeepScreenOn() const;
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp444 bool WindowProperty::IsKeepScreenOn() const in IsKeepScreenOn() function in OHOS::Rosen::WindowProperty

12