/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_drag_test.cpp | 125 firstWindow->SetTurnScreenOn(true); 155 firstWindow->SetTurnScreenOn(true); 191 firstWindow->SetTurnScreenOn(true); 241 firstWindow->SetTurnScreenOn(true);
|
H A D | window_systemsubwindow_test.cpp | 331 ASSERT_EQ(WMError::WM_OK, subWindow->SetTurnScreenOn(true));
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_node.cpp | 96 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 D | window_utils_test.cpp | 104 option->SetTurnScreenOn(true); in CreateWindow()
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window_option.h | 169 void SetTurnScreenOn(bool turnScreenOn);
|
H A D | window_impl.h | 110 virtual WMError SetTurnScreenOn(bool turnScreenOn) override;
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_option_test.cpp | 345 option->SetTurnScreenOn(true); 347 option->SetTurnScreenOn(false);
|
H A D | window_impl_test.cpp | 1135 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 D | window_scene_session_impl_test.cpp | 1445 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 D | yuv_viewer.cpp | 79 rosenWindow_->SetTurnScreenOn(!rosenWindow_->IsTurnScreenOn()); in CreateWindow()
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_option.h | 175 void SetTurnScreenOn(bool turnScreenOn);
|
/ohos5.0/foundation/window/window_manager/previewer/src/ |
H A D | window_option.cpp | 109 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 D | video_decoder_sample.cpp | 133 rosenWindow_->SetTurnScreenOn(!rosenWindow_->IsTurnScreenOn()); in CreateWindow()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_option.cpp | 192 void WindowOption::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() function in OHOS::Rosen::WindowOption
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node.h | 73 void SetTurnScreenOn(bool turnScreenOn);
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 239 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 D | window_property.h | 59 void SetTurnScreenOn(bool turnScreenOn);
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/ |
H A D | windowscene_fuzzer.cpp | 131 windowOption.SetTurnScreenOn(turnScreenOn); in InitWindowOption2()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test8.cpp | 608 sceneSession->GetSessionProperty()->SetTurnScreenOn(false); 611 sceneSession->GetSessionProperty()->SetTurnScreenOn(true);
|
H A D | window_session_property_test.cpp | 895 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 D | mock_window.h | 82 virtual WMError SetTurnScreenOn(bool turnScreenOn) {return WMError::WM_OK;} in SetTurnScreenOn() function
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 432 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 D | window_scene_session_impl.h | 102 virtual WMError SetTurnScreenOn(bool turnScreenOn) override;
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 379 winPropSrc.SetTurnScreenOn(turnScreenOn);
|
/ohos5.0/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 54 void SetTurnScreenOn(bool turnScreenOn);
|