Home
last modified time | relevance | path

Searched refs:GetPhyScreenProperty (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/
H A Dsingle_display_fold_policy.cpp380 screenProperty_ = ScreenSessionManager::GetInstance().GetPhyScreenProperty(screenId); in SendPropertyChangeResult()
394 screenProperty_ = ScreenSessionManager::GetInstance().GetPhyScreenProperty(SCREEN_ID_MAIN); in ChangeScreenDisplayModeToMainOnBootAnimation()
407 screenProperty_ = ScreenSessionManager::GetInstance().GetPhyScreenProperty(SCREEN_ID_FULL); in ChangeScreenDisplayModeToFullOnBootAnimation()
H A Dsingle_display_pocket_fold_policy.cpp413 screenProperty_ = ScreenSessionManager::GetInstance().GetPhyScreenProperty(screenId); in SendPropertyChangeResult()
427 screenProperty_ = ScreenSessionManager::GetInstance().GetPhyScreenProperty(SCREEN_ID_MAIN); in ChangeScreenDisplayModeToMainOnBootAnimation()
440 screenProperty_ = ScreenSessionManager::GetInstance().GetPhyScreenProperty(SCREEN_ID_FULL); in ChangeScreenDisplayModeToFullOnBootAnimation()
H A Ddual_display_fold_policy.cpp344 screenProperty_ = ScreenSessionManager::GetInstance().GetPhyScreenProperty(screenId); in ChangeScreenDisplayModeOnBootAnimation()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp390 screenSessionManagerClient_->GetPhyScreenProperty(screenId);
428 screenSessionManagerClient_->GetPhyScreenProperty(screenId);
462 screenSessionManagerClient_->GetPhyScreenProperty(screenId);
839 HWTEST_F(ScreenSessionManagerClientTest, GetPhyScreenProperty, Function | SmallTest | Level2)
843 screenSessionManagerClient_->GetPhyScreenProperty(screenId);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session_manager.h49 static napi_value GetPhyScreenProperty(napi_env env, napi_callback_info info);
H A Djs_screen_session_manager.cpp85 JsScreenSessionManager::GetPhyScreenProperty); in Init()
151 napi_value JsScreenSessionManager::GetPhyScreenProperty(napi_env env, napi_callback_info info) in GetPhyScreenProperty() function in OHOS::Rosen::JsScreenSessionManager
512 …ScreenProperty screenProperty = ScreenSessionManagerClient::GetInstance().GetPhyScreenProperty(scr… in OnGetPhyScreenProperty()
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_client.h55 ScreenProperty GetPhyScreenProperty(ScreenId screenId);
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp341 ScreenProperty ScreenSessionManagerClient::GetPhyScreenProperty(ScreenId screenId) in GetPhyScreenProperty() function in OHOS::Rosen::ScreenSessionManagerClient
347 return screenSessionManager_->GetPhyScreenProperty(screenId); in GetPhyScreenProperty()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h159 ScreenProperty GetPhyScreenProperty(ScreenId screenId) override;
H A Dscreen_session_manager_interface.h162 virtual ScreenProperty GetPhyScreenProperty(ScreenId screenId) { return ScreenProperty(); } in GetPhyScreenProperty() function
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h266 ScreenProperty GetPhyScreenProperty(ScreenId screenId) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4513 ScreenProperty ScreenSessionManager::GetPhyScreenProperty(ScreenId screenId) in GetPhyScreenProperty() function in OHOS::Rosen::ScreenSessionManager
5116 screenSession->UpdatePropertyByFoldControl(GetPhyScreenProperty(SCREEN_ID_FULL)); in ScbStatusRecoveryWhenSwitchUser()
5120 screenSession->UpdatePropertyByFoldControl(GetPhyScreenProperty(SCREEN_ID_MAIN)); in ScbStatusRecoveryWhenSwitchUser()
5255 auto phyBounds = GetPhyScreenProperty(SCREEN_ID_MAIN).GetPhyBounds(); in GetCurrentScreenPhyBounds()
5259 auto phyBounds = GetPhyScreenProperty(SCREEN_ID_FULL).GetPhyBounds(); in GetCurrentScreenPhyBounds()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp684 if (!RSMarshallingHelper::Marshalling(reply, GetPhyScreenProperty(screenId))) { in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2443 ScreenProperty ScreenSessionManagerProxy::GetPhyScreenProperty(ScreenId screenId) in GetPhyScreenProperty() function in OHOS::Rosen::ScreenSessionManagerProxy