Home
last modified time | relevance | path

Searched refs:IsTurnScreenOn (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp314 bool WindowNode::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowNode
316 return property_->IsTurnScreenOn(); in IsTurnScreenOn()
H A Dwindow_controller.cpp581 …FD("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()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h162 bool IsTurnScreenOn() const;
H A Dwindow_impl.h111 virtual bool IsTurnScreenOn() const override;
H A Dwindow.h183 virtual bool IsTurnScreenOn() const = 0;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp346 ASSERT_EQ(true, option->IsTurnScreenOn());
348 ASSERT_EQ(false, option->IsTurnScreenOn());
H A Dwindow_impl_test.cpp1141 ASSERT_FALSE(window->IsTurnScreenOn());
1143 ASSERT_TRUE(window->IsTurnScreenOn());
1145 ASSERT_FALSE(window->IsTurnScreenOn());
1170 ASSERT_FALSE(window->IsTurnScreenOn());
1174 ASSERT_TRUE(window->IsTurnScreenOn());
1176 ASSERT_FALSE(window->IsTurnScreenOn());
H A Dwindow_scene_session_impl_test4.cpp162 auto ret = windowSceneSessionImpl->IsTurnScreenOn();
166 ret = windowSceneSessionImpl->IsTurnScreenOn();
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/
H A Dyuv_viewer.cpp79 rosenWindow_->SetTurnScreenOn(!rosenWindow_->IsTurnScreenOn()); in CreateWindow()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h182 bool IsTurnScreenOn() const;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp104 bool WindowOption::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowOption
H A Dwindow_impl.cpp528 bool WindowImpl::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/
H A Dvideo_decoder_sample.cpp133 rosenWindow_->SetTurnScreenOn(!rosenWindow_->IsTurnScreenOn()); in CreateWindow()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp197 bool WindowOption::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowOption
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h114 bool IsTurnScreenOn() const;
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h115 bool IsTurnScreenOn() const;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp322 HWTEST_F(WindowSessionPropertyTest, IsTurnScreenOn, Function | SmallTest | Level2)
325 bool result = windowSessionProperty.IsTurnScreenOn();
H A Dscene_session_manager_test8.cpp610 EXPECT_EQ(false, sceneSession->GetSessionProperty()->IsTurnScreenOn());
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h83 virtual bool IsTurnScreenOn() const {return false;} in IsTurnScreenOn() function
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp486 ASSERT_EQ(false, windowNode->IsTurnScreenOn());
488 ASSERT_EQ(true, windowNode->IsTurnScreenOn());
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h113 virtual bool IsTurnScreenOn() const override;
H A Dwindow_impl.h177 virtual bool IsTurnScreenOn() const override;
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp380 bool res = winPropSrc.IsTurnScreenOn();
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h118 bool IsTurnScreenOn() const;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/
H A Dvdec_sample.cpp191 obj.rosenWindow_->SetTurnScreenOn(!obj.rosenWindow_->IsTurnScreenOn()); in CreateRosenWindow()

12