Home
last modified time | relevance | path

Searched refs:IsTurnScreenOn (Results 1 - 25 of 35) sorted by relevance

12

/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h162 bool IsTurnScreenOn() const;
H A Dwindow.h182 virtual bool IsTurnScreenOn() const = 0;
H A Dwindow_impl.h111 virtual bool IsTurnScreenOn() const override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h182 bool IsTurnScreenOn() const;
H A Dwindow.h950 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 Dwindow_option.cpp104 bool WindowOption::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowOption
H A Dwindow_impl.cpp508 bool WindowImpl::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowImpl
/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 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 Dyuv_viewer.cpp79 rosenWindow_->SetTurnScreenOn(!rosenWindow_->IsTurnScreenOn()); in CreateWindow()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/
H A Dvideo_decoder_sample.cpp130 rosenWindow_->SetTurnScreenOn(!rosenWindow_->IsTurnScreenOn()); in CreateWindow()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp346 ASSERT_EQ(true, option->IsTurnScreenOn()); in HWTEST_F()
348 ASSERT_EQ(false, option->IsTurnScreenOn()); in HWTEST_F()
H A Dwindow_impl_test.cpp1147 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 Dwindow_scene_session_impl_test4.cpp178 auto ret = windowSceneSessionImpl->IsTurnScreenOn(); in HWTEST_F()
182 ret = windowSceneSessionImpl->IsTurnScreenOn(); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp197 bool WindowOption::IsTurnScreenOn() const in IsTurnScreenOn() function in OHOS::Rosen::WindowOption
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h114 bool IsTurnScreenOn() const;
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h115 bool IsTurnScreenOn() const;
/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 in OHOS::Rosen::MockWindow
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h113 virtual bool IsTurnScreenOn() const override;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp321 * @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 Dscene_session_manager_test8.cpp593 EXPECT_EQ(false, sceneSession->GetSessionProperty()->IsTurnScreenOn()); in HWTEST_F()
H A Dscene_session_test.cpp231 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 Dwindow_node_test.cpp475 * @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 Dwindow_property_test.cpp372 * @tc.desc: IsTurnScreenOn test
380 bool res = winPropSrc.IsTurnScreenOn(); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h118 bool IsTurnScreenOn() const;

Completed in 35 milliseconds

12