Home
last modified time | relevance | path

Searched refs:SetTurnScreenOn (Results 1 - 25 of 44) sorted by relevance

12

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_drag_test.cpp125 firstWindow->SetTurnScreenOn(true); in HWTEST_F()
155 firstWindow->SetTurnScreenOn(true); in HWTEST_F()
191 firstWindow->SetTurnScreenOn(true); in HWTEST_F()
241 firstWindow->SetTurnScreenOn(true); in HWTEST_F()
H A Dwindow_systemsubwindow_test.cpp335 ASSERT_EQ(WMError::WM_OK, subWindow->SetTurnScreenOn(true)); in HWTEST_F()
/foundation/multimodalinput/input/test/unittest/common/src/
H A Dwindow_utils_test.cpp104 option->SetTurnScreenOn(true); in CreateWindow()
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h169 void SetTurnScreenOn(bool turnScreenOn);
H A Dwindow.h181 virtual WMError SetTurnScreenOn(bool turnScreenOn) = 0;
H A Dwindow_impl.h110 virtual WMError SetTurnScreenOn(bool turnScreenOn) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h175 void SetTurnScreenOn(bool turnScreenOn);
/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp109 void WindowOption::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() function in OHOS::Rosen::WindowOption
/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()
/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.cpp345 option->SetTurnScreenOn(true); in HWTEST_F()
347 option->SetTurnScreenOn(false); in HWTEST_F()
H A Dwindow_impl_test.cpp1131 * @tc.desc: create window but not show, test SetTurnScreenOn
1141 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetTurnScreenOn(true)); in HWTEST_F()
1148 ASSERT_EQ(WMError::WM_OK, window->SetTurnScreenOn(true)); in HWTEST_F()
1150 ASSERT_EQ(WMError::WM_OK, window->SetTurnScreenOn(false)); in HWTEST_F()
1159 * @tc.desc: create window with show, test SetTurnScreenOn
1179 ASSERT_EQ(WMError::WM_OK, window->SetTurnScreenOn(true)); in HWTEST_F()
1181 ASSERT_EQ(WMError::WM_OK, window->SetTurnScreenOn(false)); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp192 void WindowOption::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() function in OHOS::Rosen::WindowOption
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h73 void SetTurnScreenOn(bool turnScreenOn);
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h59 void SetTurnScreenOn(bool turnScreenOn);
/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/
H A Dwindowscene_fuzzer.cpp131 windowOption.SetTurnScreenOn(turnScreenOn); in InitWindowOption2()
/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()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp591 sceneSession->GetSessionProperty()->SetTurnScreenOn(false); in HWTEST_F()
594 sceneSession->GetSessionProperty()->SetTurnScreenOn(true); in HWTEST_F()
H A Dwindow_session_property_test.cpp938 * @tc.name: SetTurnScreenOn
939 * @tc.desc: SetTurnScreenOn
942 HWTEST_F(WindowSessionPropertyTest, SetTurnScreenOn, Function | SmallTest | Level2) in HWTEST_F()
949 property->SetTurnScreenOn(turnScreenOn); in HWTEST_F()
/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 in OHOS::Rosen::MockWindow
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h102 virtual WMError SetTurnScreenOn(bool turnScreenOn) override;
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp417 void WindowSessionProperty::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() function in OHOS::Rosen::WindowSessionProperty
1076 property->SetTurnScreenOn(parcel.ReadBool()); in Unmarshalling()
1333 SetTurnScreenOn(parcel.ReadBool()); in ReadActionUpdateTurnScreenOn()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp379 winPropSrc.SetTurnScreenOn(turnScreenOn); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h54 void SetTurnScreenOn(bool turnScreenOn);

Completed in 23 milliseconds

12