Searched refs:NotifyDialogStateChange (Results 1 – 11 of 11) sorted by relevance
57 MOCK_METHOD1(NotifyDialogStateChange, WSError(bool isForeground));
61 WSError NotifyDialogStateChange(bool isForeground) override;
78 virtual WSError NotifyDialogStateChange(bool isForeground) = 0;
714 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);
138 WSError NotifyDialogStateChange(bool isForeground) override;
239 WSError NotifyDialogStateChange(bool isForeground) override;
450 NotifyDialogStateChange(isForeground); in HandleNotifyDialogStateChange()
962 WSError SessionStageProxy::NotifyDialogStateChange(bool isForeground) in NotifyDialogStateChange() function in OHOS::Rosen::SessionStageProxy
1174 dialog->sessionStage_->NotifyDialogStateChange(false); in HandleDialogBackground()1198 dialog->sessionStage_->NotifyDialogStateChange(true); in HandleDialogForeground()
3994 WSError WindowSessionImpl::NotifyDialogStateChange(bool isForeground) in NotifyDialogStateChange() function in OHOS::Rosen::WindowSessionImpl
3883 WSError WindowSceneSessionImpl::NotifyDialogStateChange(bool isForeground) in NotifyDialogStateChange() function in OHOS::Rosen::WindowSceneSessionImpl