Searched refs:ProcessUpdateRotationChange (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test7.cpp | 179 * @tc.name: ProcessUpdateRotationChange
180 * @tc.desc: ProcessUpdateRotationChange
183 HWTEST_F(SceneSessionManagerTest7, ProcessUpdateRotationChange, Function | SmallTest | Level3)
in HWTEST_F() 190 ssm_->ProcessUpdateRotationChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 201 ssm_->ProcessUpdateRotationChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 203 ssm_->ProcessUpdateRotationChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 205 ssm_->ProcessUpdateRotationChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 213 ssm_->ProcessUpdateRotationChange(defaultDisplayId, displayInfo, displayInfoMap, type);
in HWTEST_F() 702 * @tc.desc: ProcessUpdateRotationChange
715 ssm_->ProcessUpdateRotationChange(defaultDisplayI in HWTEST_F() [all...] |
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 325 void ProcessUpdateRotationChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 8413 void SceneSessionManager::ProcessUpdateRotationChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in ProcessUpdateRotationChange() function in OHOS::Rosen::SceneSessionManager 8417 WLOGFE("SceneSessionManager::ProcessUpdateRotationChange displayInfo is nullptr."); in ProcessUpdateRotationChange() 8425 WLOGFE("SceneSessionManager::ProcessUpdateRotationChange null scene session"); in ProcessUpdateRotationChange() 8446 taskScheduler_->PostSyncTask(task, "ProcessUpdateRotationChange" + std::to_string(defaultDisplayId)); in ProcessUpdateRotationChange() 8482 SceneSessionManager::GetInstance().ProcessUpdateRotationChange(defaultDisplayId, in OnDisplayStateChange()
|
Completed in 21 milliseconds