Home
last modified time | relevance | path

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

12

/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp221 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 Dsession.cpp2823 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 Dui_extension_manager.cpp234 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 Dui_extension_manager.h104 bool NotifyOccupiedAreaChangeInfo(const sptr<Rosen::OccupiedAreaChangeInfo>& info);
H A Dsecurity_session_wrapper_impl.h92 bool NotifyOccupiedAreaChangeInfo(
H A Dsession_wrapper.h135 virtual bool NotifyOccupiedAreaChangeInfo(
H A Dsession_wrapper_impl.h90 bool NotifyOccupiedAreaChangeInfo(
H A Dsecurity_session_wrapper_impl.cpp641 bool SecuritySessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SecuritySessionWrapperImpl
661 session_->NotifyOccupiedAreaChangeInfo(newInfo); in NotifyOccupiedAreaChangeInfo()
H A Dsession_wrapper_impl.cpp841 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 Dkeyboard_session.h64 void NotifyOccupiedAreaChangeInfo(const sptr<SceneSession>& callingSession, const WSRect& rect,
H A Dsession.h336 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h42 MOCK_METHOD2(NotifyOccupiedAreaChangeInfo, void(sptr<OccupiedAreaChangeInfo> info,
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp580 * @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 Dmock_session_wrapper_impl.cpp237 bool SessionWrapperImpl::NotifyOccupiedAreaChangeInfo( in NotifyOccupiedAreaChangeInfo() function in OHOS::Ace::NG::SessionWrapperImpl
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h47 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
H A Dsession_stage_interface.h98 virtual void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp274 * @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 Dkeyboard_session_test.cpp419 * @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 Dsession_test.cpp1572 * @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 Dwindow_extension_session_impl.h87 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
H A Dwindow_session_impl.h165 void NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp298 NotifyOccupiedAreaChangeInfo(info, transaction); in HandleNotifyOccupiedAreaChange()
300 NotifyOccupiedAreaChangeInfo(info); in HandleNotifyOccupiedAreaChange()
H A Dsession_stage_proxy.cpp499 void SessionStageProxy::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::SessionStageProxy
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp1335 window_->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F()
1350 window_->NotifyOccupiedAreaChangeInfo(info); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp823 void WindowExtensionSessionImpl::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info, in NotifyOccupiedAreaChangeInfo() function in OHOS::Rosen::WindowExtensionSessionImpl

Completed in 32 milliseconds

12