Home
last modified time | relevance | path

Searched refs:SetDialogSessionBackGestureEnabled (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dsystem_session.h40 WSError SetDialogSessionBackGestureEnabled(bool isEnabled) override;
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session.h58 MOCK_METHOD1(SetDialogSessionBackGestureEnabled, WSError(bool isEnabled));
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h98 WSError SetDialogSessionBackGestureEnabled(bool isEnabled) override;
H A Dsession_interface.h266 virtual WSError SetDialogSessionBackGestureEnabled(bool isEnabled) { return WSError::WS_OK; } in SetDialogSessionBackGestureEnabled() function in OHOS::OHOS::Rosen::ISession
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_test.cpp507 * @tc.name: SetDialogSessionBackGestureEnabled
511 HWTEST_F(SessionProxyTest, SetDialogSessionBackGestureEnabled, Function | SmallTest | Level2) in HWTEST_F()
513 GTEST_LOG_(INFO) << "SessionProxyTest: SetDialogSessionBackGestureEnabled start"; in HWTEST_F()
516 WSError res = sProxy->SetDialogSessionBackGestureEnabled(true); in HWTEST_F()
518 GTEST_LOG_(INFO) << "SessionProxyTest: SetDialogSessionBackGestureEnabled end"; in HWTEST_F()
H A Dsystem_session_test.cpp274 * @tc.desc: test function : SetDialogSessionBackGestureEnabled
281 info.abilityName_ = "SetDialogSessionBackGestureEnabled"; in HWTEST_F()
282 info.moduleName_ = "SetDialogSessionBackGestureEnabled"; in HWTEST_F()
283 info.bundleName_ = "SetDialogSessionBackGestureEnabled"; in HWTEST_F()
288 auto ret = systemSession_->SetDialogSessionBackGestureEnabled(true); in HWTEST_F()
294 * @tc.desc: test function : SetDialogSessionBackGestureEnabled
308 auto ret = systemSession_->SetDialogSessionBackGestureEnabled(true); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsystem_session.cpp360 WSError SystemSession::SetDialogSessionBackGestureEnabled(bool isEnabled) in SetDialogSessionBackGestureEnabled() function in OHOS::Rosen::SystemSession
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp1863 WSError SessionProxy::SetDialogSessionBackGestureEnabled(bool isEnabled) in SetDialogSessionBackGestureEnabled() function in OHOS::Rosen::SessionProxy
H A Dsession_stub.cpp1154 WSError ret = SetDialogSessionBackGestureEnabled(isEnabled); in HandleSetDialogSessionBackGestureEnabled()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3351 WMError ret = static_cast<WMError>(hostSession->SetDialogSessionBackGestureEnabled(isEnabled)); in SetDialogBackGestureEnabled()

Completed in 19 milliseconds