Home
last modified time | relevance | path

Searched refs:NotifyDialogStateChange (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h57 MOCK_METHOD1(NotifyDialogStateChange, WSError(bool isForeground));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h61 WSError NotifyDialogStateChange(bool isForeground) override;
H A Dsession_stage_interface.h78 virtual WSError NotifyDialogStateChange(bool isForeground) = 0;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp714 HWTEST_F(WindowSceneSessionImplTest4, NotifyDialogStateChange, Function | SmallTest | Level2)
729 auto ret = windowSceneSessionImpl->NotifyDialogStateChange(true);
731 ret = windowSceneSessionImpl->NotifyDialogStateChange(false);
733 ret = windowSceneSessionImpl->NotifyDialogStateChange(false);
735 ret = windowSceneSessionImpl->NotifyDialogStateChange(true);
740 ret = windowSceneSessionImpl->NotifyDialogStateChange(true);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h138 WSError NotifyDialogStateChange(bool isForeground) override;
H A Dwindow_session_impl.h239 WSError NotifyDialogStateChange(bool isForeground) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp450 NotifyDialogStateChange(isForeground); in HandleNotifyDialogStateChange()
H A Dsession_stage_proxy.cpp962 WSError SessionStageProxy::NotifyDialogStateChange(bool isForeground) in NotifyDialogStateChange() function in OHOS::Rosen::SessionStageProxy
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1174 dialog->sessionStage_->NotifyDialogStateChange(false); in HandleDialogBackground()
1198 dialog->sessionStage_->NotifyDialogStateChange(true); in HandleDialogForeground()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3994 WSError WindowSessionImpl::NotifyDialogStateChange(bool isForeground) in NotifyDialogStateChange() function in OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp3883 WSError WindowSceneSessionImpl::NotifyDialogStateChange(bool isForeground) in NotifyDialogStateChange() function in OHOS::Rosen::WindowSceneSessionImpl