/foundation/window/window_manager/previewer/include/ |
H A D | window_option.h | 162 bool IsTurnScreenOn() const;
|
H A D | window.h | 182 virtual bool IsTurnScreenOn() const = 0;
|
H A D | window_impl.h | 111 virtual bool IsTurnScreenOn() const override;
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_option.h | 182 bool IsTurnScreenOn() const;
|
H A D | window.h | 950 virtual bool IsTurnScreenOn() const { return false; } in IsTurnScreenOn() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_option.cpp | 104 bool WindowOption::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowOption
|
H A D | window_impl.cpp | 508 bool WindowImpl::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowImpl
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node.cpp | 314 bool WindowNode::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowNode 316 return property_->IsTurnScreenOn(); in IsTurnScreenOn()
|
H A D | window_controller.cpp | 581 WLOGFD("Win: %{public}s, is turn on%{public}d", node->GetWindowName().c_str(), node->IsTurnScreenOn()); in HandleTurnScreenOn() 585 if (node->IsTurnScreenOn() && !PowerMgr::PowerMgrClient::GetInstance().IsScreenOn()) { in HandleTurnScreenOn() 1507 node->SetTurnScreenOn(property->IsTurnScreenOn()); in UpdateProperty()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/ |
H A D | yuv_viewer.cpp | 79 rosenWindow_->SetTurnScreenOn(!rosenWindow_->IsTurnScreenOn()); in CreateWindow()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/ |
H A D | video_decoder_sample.cpp | 130 rosenWindow_->SetTurnScreenOn(!rosenWindow_->IsTurnScreenOn()); in CreateWindow()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_option_test.cpp | 346 ASSERT_EQ(true, option->IsTurnScreenOn()); in HWTEST_F() 348 ASSERT_EQ(false, option->IsTurnScreenOn()); in HWTEST_F()
|
H A D | window_impl_test.cpp | 1147 ASSERT_FALSE(window->IsTurnScreenOn());
in HWTEST_F() 1149 ASSERT_TRUE(window->IsTurnScreenOn());
in HWTEST_F() 1151 ASSERT_FALSE(window->IsTurnScreenOn());
in HWTEST_F() 1176 ASSERT_FALSE(window->IsTurnScreenOn());
in HWTEST_F() 1180 ASSERT_TRUE(window->IsTurnScreenOn());
in HWTEST_F() 1182 ASSERT_FALSE(window->IsTurnScreenOn());
in HWTEST_F()
|
H A D | window_scene_session_impl_test4.cpp | 178 auto ret = windowSceneSessionImpl->IsTurnScreenOn(); in HWTEST_F() 182 ret = windowSceneSessionImpl->IsTurnScreenOn(); in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_option.cpp | 197 bool WindowOption::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowOption
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node.h | 114 bool IsTurnScreenOn() const;
|
/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 115 bool IsTurnScreenOn() const;
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 83 virtual bool IsTurnScreenOn() const {return false;} in IsTurnScreenOn() function in OHOS::Rosen::MockWindow
|
/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 113 virtual bool IsTurnScreenOn() const override;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_session_property_test.cpp | 321 * @tc.name: IsTurnScreenOn 322 * @tc.desc: IsTurnScreenOn test 325 HWTEST_F(WindowSessionPropertyTest, IsTurnScreenOn, Function | SmallTest | Level2) in HWTEST_F() 328 bool result = windowSessionProperty.IsTurnScreenOn(); in HWTEST_F()
|
H A D | scene_session_manager_test8.cpp | 593 EXPECT_EQ(false, sceneSession->GetSessionProperty()->IsTurnScreenOn()); in HWTEST_F()
|
H A D | scene_session_test.cpp | 231 ASSERT_EQ(false, scensession->IsTurnScreenOn()); in HWTEST_F() 233 ASSERT_EQ(true, scensession->IsTurnScreenOn()); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_test.cpp | 475 * @tc.desc: SetTurnScreenOn & IsTurnScreenOn 486 ASSERT_EQ(false, windowNode->IsTurnScreenOn()); in HWTEST_F() 488 ASSERT_EQ(true, windowNode->IsTurnScreenOn()); in HWTEST_F()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 372 * @tc.desc: IsTurnScreenOn test 380 bool res = winPropSrc.IsTurnScreenOn(); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 118 bool IsTurnScreenOn() const;
|