/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 214 NotifyOccupiedAreaChangeInfo(callingSession, callingSessionRect, panelRect); in OnCallingSessionUpdated() 361 void KeyboardSession::NotifyOccupiedAreaChangeInfo(const sptr<SceneSession>& callingSession, const … in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::KeyboardSession 384 callingSession->NotifyOccupiedAreaChangeInfo(info, rsTransaction); in NotifyOccupiedAreaChangeInfo() 455 …NotifyOccupiedAreaChangeInfo(callingSession, callingSessionRect, keyboardPanelRect, rsTransaction); in RaiseCallingSession() 469 NotifyOccupiedAreaChangeInfo(callingSession, newRect, keyboardPanelRect, rsTransaction); in RaiseCallingSession() 472 NotifyOccupiedAreaChangeInfo(callingSession, newRect, keyboardPanelRect, rsTransaction); in RaiseCallingSession() 490 NotifyOccupiedAreaChangeInfo(callingSession, emptyRect, emptyRect, rsTransaction); in RestoreCallingSession()
|
H A D | session.cpp | 2960 void Session::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::Session 2971 sessionStage_->NotifyOccupiedAreaChangeInfo(info, rsTransaction); in NotifyOccupiedAreaChangeInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_manager.cpp | 239 bool UIExtensionManager::NotifyOccupiedAreaChangeInfo(const sptr<Rosen::OccupiedAreaChangeInfo>& in… in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::UIExtensionManager 244 return sessionWrapper && sessionWrapper->NotifyOccupiedAreaChangeInfo(info, true); in NotifyOccupiedAreaChangeInfo() 253 ret |= session->NotifyOccupiedAreaChangeInfo(info); in NotifyOccupiedAreaChangeInfo()
|
H A D | ui_extension_manager.h | 114 bool NotifyOccupiedAreaChangeInfo(const sptr<Rosen::OccupiedAreaChangeInfo>& info);
|
H A D | security_session_wrapper_impl.h | 93 bool NotifyOccupiedAreaChangeInfo(
|
H A D | session_wrapper.h | 136 virtual bool NotifyOccupiedAreaChangeInfo(
|
H A D | session_wrapper_impl.h | 91 bool NotifyOccupiedAreaChangeInfo(
|
H A D | security_session_wrapper_impl.cpp | 666 bool SecuritySessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SecuritySessionWrapperImpl 686 session_->NotifyOccupiedAreaChangeInfo(newInfo); in NotifyOccupiedAreaChangeInfo()
|
H A D | session_wrapper_impl.cpp | 768 bool SessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SessionWrapperImpl 837 session_->NotifyOccupiedAreaChangeInfo(newInfo); in InnerNotifyOccupiedAreaChangeInfo()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_test.cpp | 194 HWTEST_F(SessionStageProxyTest, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level1) 198 sessionStage_->NotifyOccupiedAreaChangeInfo(info);
|
H A D | keyboard_session_test.cpp | 355 HWTEST_F(KeyboardSessionTest, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level1) 371 keyboardSession->NotifyOccupiedAreaChangeInfo(callingSession, rect, occupiedArea); 375 keyboardSession->NotifyOccupiedAreaChangeInfo(callingSession, rect, occupiedArea); 380 keyboardSession->NotifyOccupiedAreaChangeInfo(callingSession, rect, occupiedArea);
|
H A D | session_test.cpp | 1460 HWTEST_F(WindowSessionTest, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level2) 1465 session_->NotifyOccupiedAreaChangeInfo(nullptr, nullptr);
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_two_test.cpp | 569 HWTEST_F(WindowSessionImplTwoTest, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level2) 582 window->NotifyOccupiedAreaChangeInfo(info); 585 window->NotifyOccupiedAreaChangeInfo(info); 591 window->NotifyOccupiedAreaChangeInfo(info); 599 window->NotifyOccupiedAreaChangeInfo(info); 603 window->NotifyOccupiedAreaChangeInfo(info); 1165 window_->NotifyOccupiedAreaChangeInfo(occupiedAreaChangeInfo, nullptr); 1169 window_->NotifyOccupiedAreaChangeInfo(occupiedAreaChangeInfo, nullptr);
|
H A D | window_extension_session_impl_test.cpp | 1195 window_->NotifyOccupiedAreaChangeInfo(info); 1210 window_->NotifyOccupiedAreaChangeInfo(info);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | keyboard_session.h | 65 void NotifyOccupiedAreaChangeInfo(const sptr<SceneSession>& callingSession, const WSRect& rect,
|
H A D | session.h | 326 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 41 MOCK_METHOD2(NotifyOccupiedAreaChangeInfo, void(sptr<OccupiedAreaChangeInfo> info,
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 46 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
H A D | session_stage_interface.h | 64 virtual void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_session_wrapper_impl.cpp | 229 bool SessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SessionWrapperImpl
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_extension_session_impl.h | 86 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
H A D | window_session_impl.h | 165 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_stub.cpp | 307 NotifyOccupiedAreaChangeInfo(info, transaction); in HandleNotifyOccupiedAreaChange() 309 NotifyOccupiedAreaChangeInfo(info); in HandleNotifyOccupiedAreaChange()
|
H A D | session_stage_proxy.cpp | 523 void SessionStageProxy::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::SessionStageProxy
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 696 void WindowExtensionSessionImpl::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::WindowExtensionSessionImpl
|