/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 221 NotifyOccupiedAreaChangeInfo(callingSession, callingSessionRect, panelRect); in OnCallingSessionUpdated() 338 void KeyboardSession::NotifyOccupiedAreaChangeInfo(const sptr<SceneSession>& callingSession, const WSRect& rect, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::KeyboardSession 361 callingSession->NotifyOccupiedAreaChangeInfo(info, rsTransaction); in NotifyOccupiedAreaChangeInfo() 431 NotifyOccupiedAreaChangeInfo(callingSession, callingSessionRect, keyboardPanelRect, rsTransaction); in RaiseCallingSession() 445 NotifyOccupiedAreaChangeInfo(callingSession, newRect, keyboardPanelRect, rsTransaction); in RaiseCallingSession() 448 NotifyOccupiedAreaChangeInfo(callingSession, newRect, keyboardPanelRect, rsTransaction); in RaiseCallingSession() 466 NotifyOccupiedAreaChangeInfo(callingSession, emptyRect, emptyRect, rsTransaction); in RestoreCallingSession()
|
H A D | session.cpp | 2823 void Session::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::Session 2830 sessionStage_->NotifyOccupiedAreaChangeInfo(info, rsTransaction); in NotifyOccupiedAreaChangeInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_manager.cpp | 234 bool UIExtensionManager::NotifyOccupiedAreaChangeInfo(const sptr<Rosen::OccupiedAreaChangeInfo>& info) in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::UIExtensionManager 239 return sessionWrapper && sessionWrapper->NotifyOccupiedAreaChangeInfo(info, true); in NotifyOccupiedAreaChangeInfo() 248 ret |= session->NotifyOccupiedAreaChangeInfo(info); in NotifyOccupiedAreaChangeInfo()
|
H A D | ui_extension_manager.h | 104 bool NotifyOccupiedAreaChangeInfo(const sptr<Rosen::OccupiedAreaChangeInfo>& info);
|
H A D | security_session_wrapper_impl.h | 92 bool NotifyOccupiedAreaChangeInfo(
|
H A D | session_wrapper.h | 135 virtual bool NotifyOccupiedAreaChangeInfo(
|
H A D | session_wrapper_impl.h | 90 bool NotifyOccupiedAreaChangeInfo(
|
H A D | security_session_wrapper_impl.cpp | 641 bool SecuritySessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SecuritySessionWrapperImpl 661 session_->NotifyOccupiedAreaChangeInfo(newInfo); in NotifyOccupiedAreaChangeInfo()
|
H A D | session_wrapper_impl.cpp | 841 bool SessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SessionWrapperImpl 909 session_->NotifyOccupiedAreaChangeInfo(newInfo); in InnerNotifyOccupiedAreaChangeInfo()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | keyboard_session.h | 64 void NotifyOccupiedAreaChangeInfo(const sptr<SceneSession>& callingSession, const WSRect& rect,
|
H A D | session.h | 336 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stage.h | 42 MOCK_METHOD2(NotifyOccupiedAreaChangeInfo, void(sptr<OccupiedAreaChangeInfo> info,
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test2.cpp | 580 * @tc.name: NotifyOccupiedAreaChangeInfo 581 * @tc.desc: NotifyOccupiedAreaChangeInfo 584 HWTEST_F(WindowSessionImplTest2, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level2) in HWTEST_F() 586 auto window = GetTestWindowImpl("NotifyOccupiedAreaChangeInfo"); in HWTEST_F() 597 window->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F() 600 window->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F() 606 window->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F() 614 window->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F() 618 window->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F() 621 window->NotifyOccupiedAreaChangeInfo(inf in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_session_wrapper_impl.cpp | 237 bool SessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SessionWrapperImpl
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 47 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
H A D | session_stage_interface.h | 98 virtual void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_test.cpp | 274 * @tc.name: NotifyOccupiedAreaChangeInfo 275 * @tc.desc: test function : NotifyOccupiedAreaChangeInfo 278 HWTEST_F(SessionStageProxyTest, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level1) in HWTEST_F() 282 sessionStage_->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F()
|
H A D | keyboard_session_test.cpp | 419 * @tc.name: NotifyOccupiedAreaChangeInfo 420 * @tc.desc: NotifyOccupiedAreaChangeInfo 423 HWTEST_F(KeyboardSessionTest, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level1) in HWTEST_F() 426 info.abilityName_ = "NotifyOccupiedAreaChangeInfo"; in HWTEST_F() 427 info.bundleName_ = "NotifyOccupiedAreaChangeInfo"; in HWTEST_F() 439 keyboardSession->NotifyOccupiedAreaChangeInfo(callingSession, rect, occupiedArea); in HWTEST_F() 443 keyboardSession->NotifyOccupiedAreaChangeInfo(callingSession, rect, occupiedArea); in HWTEST_F() 448 keyboardSession->NotifyOccupiedAreaChangeInfo(callingSession, rect, occupiedArea); in HWTEST_F()
|
H A D | session_test.cpp | 1572 * @tc.name: NotifyOccupiedAreaChangeInfo 1573 * @tc.desc: NotifyOccupiedAreaChangeInfo test 1576 HWTEST_F(WindowSessionTest, NotifyOccupiedAreaChangeInfo, Function | SmallTest | Level2) in HWTEST_F() 1581 session_->NotifyOccupiedAreaChangeInfo(nullptr, nullptr); in HWTEST_F()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_extension_session_impl.h | 87 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
H A D | window_session_impl.h | 165 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
|
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_stub.cpp | 298 NotifyOccupiedAreaChangeInfo(info, transaction); in HandleNotifyOccupiedAreaChange() 300 NotifyOccupiedAreaChangeInfo(info); in HandleNotifyOccupiedAreaChange()
|
H A D | session_stage_proxy.cpp | 499 void SessionStageProxy::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::SessionStageProxy
|
/foundation/window/window_manager/wm/test/unittest/ui_extension/ |
H A D | window_extension_session_impl_test.cpp | 1335 window_->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F() 1350 window_->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 823 void WindowExtensionSessionImpl::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::WindowExtensionSessionImpl
|