Home
last modified time | relevance | path

Searched refs:NotifyDisplayInfoChange (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h133 void NotifyDisplayInfoChange(const SessionViewportConfig& config);
H A Dwindow_scene_session_impl.h235 void NotifyDisplayInfoChange(const sptr<DisplayInfo>& info = nullptr);
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp717 window->NotifyDisplayInfoChange(viewportConfig); in UpdateSessionViewportConfig()
752 void WindowExtensionSessionImpl::NotifyDisplayInfoChange(const SessionViewportConfig& config) in NotifyDisplayInfoChange() function in OHOS::Rosen::WindowExtensionSessionImpl
764 SingletonContainer::Get<WindowManager>().NotifyDisplayInfoChange( in NotifyDisplayInfoChange()
H A Dwindow_scene_session_impl.cpp1200 NotifyDisplayInfoChange(displayInfo); in Show()
3947 NotifyDisplayInfoChange(info); in UpdateDensityInner()
3998 NotifyDisplayInfoChange(); in UpdateDisplayId()
4005 NotifyDisplayInfoChange(); in UpdateOrientation()
4009 void WindowSceneSessionImpl::NotifyDisplayInfoChange(const sptr<DisplayInfo>& info) in NotifyDisplayInfoChange() function in OHOS::Rosen::WindowSceneSessionImpl
4042 SingletonContainer::Get<WindowManager>().NotifyDisplayInfoChange(token, displayId, density, orientation); in NotifyDisplayInfoChange()
H A Dwindow_manager.cpp1023 WMError WindowManager::NotifyDisplayInfoChange(const sptr<IRemoteObject>& token, DisplayId displayId, in NotifyDisplayInfoChange() function in OHOS::Rosen::WindowManager
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h625 WMError NotifyDisplayInfoChange(const sptr<IRemoteObject>& token, DisplayId displayId,
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_test.cpp1321 * @tc.desc: check NotifyDisplayInfoChange, Token is nullptr
1326 WMError ret = WindowManager::GetInstance().NotifyDisplayInfoChange(nullptr, 1, 2, DisplayOrientation::PORTRAIT); in HWTEST_F()
1332 * @tc.desc: check NotifyDisplayInfoChange, Token is nullptr
1339 WMError ret = WindowManager::GetInstance().NotifyDisplayInfoChange(Token, 1, 2, DisplayOrientation::PORTRAIT); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp1223 window_->NotifyDisplayInfoChange(config); in HWTEST_F()
1236 window_->NotifyDisplayInfoChange(config); in HWTEST_F()

Completed in 20 milliseconds