Home
last modified time | relevance | path

Searched refs:NotifyDialogStateChange (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h58 MOCK_METHOD1(NotifyDialogStateChange, WSError(bool isForeground));
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h62 WSError NotifyDialogStateChange(bool isForeground) override;
H A Dsession_stage_interface.h120 virtual WSError NotifyDialogStateChange(bool isForeground) = 0;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp477 * @tc.name: NotifyDialogStateChange
478 * @tc.desc: test function : NotifyDialogStateChange
481 HWTEST_F(SessionStageProxyTest, NotifyDialogStateChange, Function | SmallTest | Level1) in HWTEST_F()
484 WSError res = sessionStage_->NotifyDialogStateChange(true); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp940 * @tc.name: NotifyDialogStateChange
941 * @tc.desc: NotifyDialogStateChange
944 HWTEST_F(WindowSceneSessionImplTest4, NotifyDialogStateChange, Function | SmallTest | Level2) in HWTEST_F()
948 option->SetWindowName("NotifyDialogStateChange"); in HWTEST_F()
959 auto ret = windowSceneSessionImpl->NotifyDialogStateChange(true); in HWTEST_F()
961 ret = windowSceneSessionImpl->NotifyDialogStateChange(false); in HWTEST_F()
963 ret = windowSceneSessionImpl->NotifyDialogStateChange(false); in HWTEST_F()
965 ret = windowSceneSessionImpl->NotifyDialogStateChange(true); in HWTEST_F()
970 ret = windowSceneSessionImpl->NotifyDialogStateChange(true); in HWTEST_F()
H A Dwindow_session_impl_test2.cpp1657 * @tc.name: NotifyDialogStateChange
1658 * @tc.desc: NotifyDialogStateChange
1661 HWTEST_F(WindowSessionImplTest2, NotifyDialogStateChange, Function | SmallTest | Level2) in HWTEST_F()
1663 GTEST_LOG_(INFO) << "WindowSessionImplTest2: NotifyDialogStateChange start"; in HWTEST_F()
1664 window_ = GetTestWindowImpl("NotifyDialogStateChange"); in HWTEST_F()
1666 ASSERT_EQ(window_->NotifyDialogStateChange(true), WSError::WS_OK); in HWTEST_F()
1667 GTEST_LOG_(INFO) << "WindowSessionImplTest2: NotifyDialogStateChange end"; in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h138 WSError NotifyDialogStateChange(bool isForeground) override;
H A Dwindow_session_impl.h240 WSError NotifyDialogStateChange(bool isForeground) override;
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp441 NotifyDialogStateChange(isForeground); in HandleNotifyDialogStateChange()
H A Dsession_stage_proxy.cpp938 WSError SessionStageProxy::NotifyDialogStateChange(bool isForeground) in NotifyDialogStateChange() function in OHOS::Rosen::SessionStageProxy
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1167 dialog->sessionStage_->NotifyDialogStateChange(false); in HandleDialogBackground()
1192 dialog->sessionStage_->NotifyDialogStateChange(true); in HandleDialogForeground()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3846 WSError WindowSessionImpl::NotifyDialogStateChange(bool isForeground) in NotifyDialogStateChange() function in OHOS::OHOS::Rosen::WindowSessionImpl
H A Dwindow_scene_session_impl.cpp3744 WSError WindowSceneSessionImpl::NotifyDialogStateChange(bool isForeground) in NotifyDialogStateChange() function in OHOS::Rosen::WindowSceneSessionImpl

Completed in 31 milliseconds