/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/ |
H A D | single_display_fold_policy.cpp | 380 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 D | single_display_pocket_fold_policy.cpp | 413 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 D | dual_display_fold_policy.cpp | 344 screenProperty_ = ScreenSessionManager::GetInstance().GetPhyScreenProperty(screenId); in ChangeScreenDisplayModeOnBootAnimation()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_test.cpp | 390 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 D | js_screen_session_manager.h | 49 static napi_value GetPhyScreenProperty(napi_env env, napi_callback_info info);
|
H A D | js_screen_session_manager.cpp | 85 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 D | screen_session_manager_client.h | 55 ScreenProperty GetPhyScreenProperty(ScreenId screenId);
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager_client.cpp | 341 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 D | screen_session_manager_proxy.h | 159 ScreenProperty GetPhyScreenProperty(ScreenId screenId) override;
|
H A D | screen_session_manager_interface.h | 162 virtual ScreenProperty GetPhyScreenProperty(ScreenId screenId) { return ScreenProperty(); } in GetPhyScreenProperty() function
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 266 ScreenProperty GetPhyScreenProperty(ScreenId screenId) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 4513 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 D | screen_session_manager_stub.cpp | 684 if (!RSMarshallingHelper::Marshalling(reply, GetPhyScreenProperty(screenId))) { in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 2443 ScreenProperty ScreenSessionManagerProxy::GetPhyScreenProperty(ScreenId screenId) in GetPhyScreenProperty() function in OHOS::Rosen::ScreenSessionManagerProxy
|