Home
last modified time | relevance | path

Searched refs:SetTurnScreenOn (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_drag_test.cpp125 firstWindow->SetTurnScreenOn(true);
155 firstWindow->SetTurnScreenOn(true);
191 firstWindow->SetTurnScreenOn(true);
241 firstWindow->SetTurnScreenOn(true);
H A Dwindow_systemsubwindow_test.cpp331 ASSERT_EQ(WMError::WM_OK, subWindow->SetTurnScreenOn(true));
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp96 void WindowNode::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() function in OHOS::Rosen::WindowNode
98 property_->SetTurnScreenOn(turnScreenOn); in SetTurnScreenOn()
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Dwindow_utils_test.cpp104 option->SetTurnScreenOn(true); in CreateWindow()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h169 void SetTurnScreenOn(bool turnScreenOn);
H A Dwindow_impl.h110 virtual WMError SetTurnScreenOn(bool turnScreenOn) override;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp345 option->SetTurnScreenOn(true);
347 option->SetTurnScreenOn(false);
H A Dwindow_impl_test.cpp1135 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetTurnScreenOn(true));
1142 ASSERT_EQ(WMError::WM_OK, window->SetTurnScreenOn(true));
1144 ASSERT_EQ(WMError::WM_OK, window->SetTurnScreenOn(false));
1173 ASSERT_EQ(WMError::WM_OK, window->SetTurnScreenOn(true));
1175 ASSERT_EQ(WMError::WM_OK, window->SetTurnScreenOn(false));
H A Dwindow_scene_session_impl_test.cpp1445 HWTEST_F(WindowSceneSessionImplTest, SetTurnScreenOn, Function | SmallTest | Level3)
1451 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetTurnScreenOn(false));
1458 window->SetTurnScreenOn(false);
/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.h175 void SetTurnScreenOn(bool turnScreenOn);
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp109 void WindowOption::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() function in OHOS::Rosen::WindowOption
/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.cpp192 void WindowOption::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() function in OHOS::Rosen::WindowOption
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h73 void SetTurnScreenOn(bool turnScreenOn);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp239 void WindowProperty::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() function in OHOS::Rosen::WindowProperty
778 property->SetTurnScreenOn(parcel.ReadBool()); in Unmarshalling()
915 SetTurnScreenOn(parcel.ReadBool()); in Read()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h59 void SetTurnScreenOn(bool turnScreenOn);
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/
H A Dwindowscene_fuzzer.cpp131 windowOption.SetTurnScreenOn(turnScreenOn); in InitWindowOption2()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp608 sceneSession->GetSessionProperty()->SetTurnScreenOn(false);
611 sceneSession->GetSessionProperty()->SetTurnScreenOn(true);
H A Dwindow_session_property_test.cpp895 HWTEST_F(WindowSessionPropertyTest, SetTurnScreenOn, Function | SmallTest | Level2)
902 property->SetTurnScreenOn(turnScreenOn);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h82 virtual WMError SetTurnScreenOn(bool turnScreenOn) {return WMError::WM_OK;} in SetTurnScreenOn() function
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp432 void WindowSessionProperty::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() function in OHOS::Rosen::WindowSessionProperty
1093 property->SetTurnScreenOn(parcel.ReadBool()); in Unmarshalling()
1349 SetTurnScreenOn(parcel.ReadBool()); in ReadActionUpdateTurnScreenOn()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h102 virtual WMError SetTurnScreenOn(bool turnScreenOn) override;
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp379 winPropSrc.SetTurnScreenOn(turnScreenOn);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h54 void SetTurnScreenOn(bool turnScreenOn);

12