Searched refs:NotifyPrepareClosePiPWindow (Results 1 – 8 of 8) sorted by relevance
37 MOCK_METHOD0(NotifyPrepareClosePiPWindow, WMError());403 …EXPECT_CALL(*(mw1), NotifyPrepareClosePiPWindow()).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING…405 EXPECT_CALL(*(mw1), NotifyPrepareClosePiPWindow()).Times(1).WillOnce(Return(WMError::WM_OK));
360 HWTEST_F(WindowSceneSessionImplTest3, NotifyPrepareClosePiPWindow, Function | SmallTest | Level2)370 auto ret = windowSceneSessionImpl->NotifyPrepareClosePiPWindow();502 ret = windowSceneSessionImpl->NotifyPrepareClosePiPWindow();
451 ret = windowSceneSessionImpl->NotifyPrepareClosePiPWindow();
990 ASSERT_EQ(WMError::WM_OK, windowSceneSession->NotifyPrepareClosePiPWindow());
130 WMError NotifyPrepareClosePiPWindow() override;
255 WMError res = window_->NotifyPrepareClosePiPWindow(); in StopPictureInPictureFromClient()
3749 WMError WindowSceneSessionImpl::NotifyPrepareClosePiPWindow() in NotifyPrepareClosePiPWindow() function in OHOS::Rosen::WindowSceneSessionImpl
1842 virtual WMError NotifyPrepareClosePiPWindow() { return WMError::WM_OK; } in NotifyPrepareClosePiPWindow() function