Searched refs:SetDialogSessionBackGestureEnabled (Results 1 – 9 of 9) sorted by relevance
39 WSError SetDialogSessionBackGestureEnabled(bool isEnabled) override;
58 MOCK_METHOD1(SetDialogSessionBackGestureEnabled, WSError(bool isEnabled));
102 WSError SetDialogSessionBackGestureEnabled(bool isEnabled) override;
209 virtual WSError SetDialogSessionBackGestureEnabled(bool isEnabled) { return WSError::WS_OK; } in SetDialogSessionBackGestureEnabled() function
287 auto ret = systemSession_->SetDialogSessionBackGestureEnabled(true);307 auto ret = systemSession_->SetDialogSessionBackGestureEnabled(true);
334 WSError SystemSession::SetDialogSessionBackGestureEnabled(bool isEnabled) in SetDialogSessionBackGestureEnabled() function in OHOS::Rosen::SystemSession
1010 WSError ret = SetDialogSessionBackGestureEnabled(isEnabled); in HandleSetDialogSessionBackGestureEnabled()
1921 WSError SessionProxy::SetDialogSessionBackGestureEnabled(bool isEnabled) in SetDialogSessionBackGestureEnabled() function in OHOS::Rosen::SessionProxy
3500 WMError ret = static_cast<WMError>(hostSession->SetDialogSessionBackGestureEnabled(isEnabled)); in SetDialogBackGestureEnabled()