Home
last modified time | relevance | path

Searched refs:NotifyOccupiedAreaChangeInfo (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp214 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()
455NotifyOccupiedAreaChangeInfo(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 Dsession.cpp2960 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 Dui_extension_manager.cpp239 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 Dui_extension_manager.h114 bool NotifyOccupiedAreaChangeInfo(const sptr<Rosen::OccupiedAreaChangeInfo>& info);
H A Dsecurity_session_wrapper_impl.h93 bool NotifyOccupiedAreaChangeInfo(
H A Dsession_wrapper.h136 virtual bool NotifyOccupiedAreaChangeInfo(
H A Dsession_wrapper_impl.h91 bool NotifyOccupiedAreaChangeInfo(
H A Dsecurity_session_wrapper_impl.cpp666 bool SecuritySessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SecuritySessionWrapperImpl
686 session_->NotifyOccupiedAreaChangeInfo(newInfo); in NotifyOccupiedAreaChangeInfo()
H A Dsession_wrapper_impl.cpp768 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 Dsession_stage_proxy_test.cpp194 HWTEST_F(SessionStageProxyTest, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level1)
198 sessionStage_->NotifyOccupiedAreaChangeInfo(info);
H A Dkeyboard_session_test.cpp355 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 Dsession_test.cpp1460 HWTEST_F(WindowSessionTest, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level2)
1465 session_->NotifyOccupiedAreaChangeInfo(nullptr, nullptr);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp569 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 Dwindow_extension_session_impl_test.cpp1195 window_->NotifyOccupiedAreaChangeInfo(info);
1210 window_->NotifyOccupiedAreaChangeInfo(info);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h65 void NotifyOccupiedAreaChangeInfo(const sptr<SceneSession>& callingSession, const WSRect& rect,
H A Dsession.h326 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h41 MOCK_METHOD2(NotifyOccupiedAreaChangeInfo, void(sptr<OccupiedAreaChangeInfo> info,
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h46 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
H A Dsession_stage_interface.h64 virtual void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_session_wrapper_impl.cpp229 bool SessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SessionWrapperImpl
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h86 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
H A Dwindow_session_impl.h165 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp307 NotifyOccupiedAreaChangeInfo(info, transaction); in HandleNotifyOccupiedAreaChange()
309 NotifyOccupiedAreaChangeInfo(info); in HandleNotifyOccupiedAreaChange()
H A Dsession_stage_proxy.cpp523 void SessionStageProxy::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::SessionStageProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp696 void WindowExtensionSessionImpl::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::WindowExtensionSessionImpl

12