Home
last modified time | relevance | path

Searched refs:SetSystemConfig (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp195 session->SetSystemConfig(systemConfig);
239 session->SetSystemConfig(systemConfig);
375 session->SetSystemConfig(systemConfig);
622 session->SetSystemConfig(systemConfig);
667 session->SetSystemConfig(systemConfig);
736 session->SetSystemConfig(systemConfig);
H A Dsession_test2.cpp2147 HWTEST_F(WindowSessionTest2, SetSystemConfig, Function | SmallTest | Level2)
2151 session_->SetSystemConfig(systemConfig);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp349 session_->SetSystemConfig(extConfig); in UpdateSessionConfig()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h421 void SetSystemConfig();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h278 void SetSystemConfig(const SystemSessionConfig& systemConfig);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1253 void WindowImpl::SetSystemConfig() in SetSystemConfig() function in OHOS::Rosen::WindowImpl
1379 SetSystemConfig(); in Create()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2869 void Session::SetSystemConfig(const SystemSessionConfig& systemConfig) in SetSystemConfig() function in OHOS::Rosen::Session
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1947 sceneSession->SetSystemConfig(systemConfig_); in InitSceneSession()