Home
last modified time | relevance | path

Searched refs:turnScreenOn (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp109 void WindowOption::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() argument
111 turnScreenOn_ = turnScreenOn; in SetTurnScreenOn()
H A Dwindow_impl.cpp523 WMError WindowImpl::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() argument
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/
H A Dwindowscene_fuzzer.cpp129 bool turnScreenOn; in InitWindowOption2() local
130 startPos += GetObject<bool>(turnScreenOn, data + startPos, size - startPos); in InitWindowOption2()
131 windowOption.SetTurnScreenOn(turnScreenOn); in InitWindowOption2()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp192 void WindowOption::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() argument
194 turnScreenOn_ = turnScreenOn; in SetTurnScreenOn()
H A Dwindow_impl.cpp1890 WMError WindowImpl::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() argument
1895 property_->SetTurnScreenOn(turnScreenOn); in SetTurnScreenOn()
H A Dwindow_scene_session_impl.cpp3299 WMError WindowSceneSessionImpl::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() argument
3304 property_->SetTurnScreenOn(turnScreenOn); in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp96 void WindowNode::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() argument
98 property_->SetTurnScreenOn(turnScreenOn); in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp378 bool turnScreenOn = true; variable
379 winPropSrc.SetTurnScreenOn(turnScreenOn);
381 ASSERT_EQ(res, turnScreenOn);
/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;
H A Dwindow.h182 virtual WMError SetTurnScreenOn(bool turnScreenOn) = 0;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h175 void SetTurnScreenOn(bool turnScreenOn);
H A Dwindow.h989 virtual WMError SetTurnScreenOn(bool turnScreenOn) { return WMError::WM_OK; } in SetTurnScreenOn() argument
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp901 bool turnScreenOn = false; variable
902 property->SetTurnScreenOn(turnScreenOn);
903 ASSERT_EQ(property->turnScreenOn_, turnScreenOn);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h73 void SetTurnScreenOn(bool turnScreenOn);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h59 void SetTurnScreenOn(bool 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() argument
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp239 void WindowProperty::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() argument
241 turnScreenOn_ = turnScreenOn; in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h102 virtual WMError SetTurnScreenOn(bool turnScreenOn) override;
H A Dwindow_impl.h176 virtual WMError SetTurnScreenOn(bool turnScreenOn) override;
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h54 void SetTurnScreenOn(bool turnScreenOn);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp432 void WindowSessionProperty::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() argument
434 turnScreenOn_ = turnScreenOn; in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h267 WSError SetTurnScreenOn(bool turnScreenOn);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2821 WSError SceneSession::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn() argument
2823 GetSessionProperty()->SetTurnScreenOn(turnScreenOn); in SetTurnScreenOn()