From 43c698b4453bcb47f532270ff8529a0ccb95e845 Mon Sep 17 00:00:00 2001 From: zhubingwei Date: Wed, 25 Sep 2024 11:54:18 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E9=95=BF=E6=8C=89=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=A1=8C=E9=9D=A2=E5=8D=A1=E7=89=87=EF=BC=8C=E9=97=AA=E7=8E=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E7=AD=89=E5=BE=851=E7=A7=92?= =?UTF-8?q?=E5=90=8E=E6=89=8D=E8=83=BD=E6=AD=A3=E7=A1=AE=E5=88=B7=E6=96=B0?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 104e47f72661a380ceb906c26a9b2b24b95de4f9. Signed-off-by: zhubingwei --- services/dtbschedmgr/test/unittest/mock_form_mgr_service.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/services/dtbschedmgr/test/unittest/mock_form_mgr_service.h b/services/dtbschedmgr/test/unittest/mock_form_mgr_service.h index baf809e4..2e20a0a7 100644 --- a/services/dtbschedmgr/test/unittest/mock_form_mgr_service.h +++ b/services/dtbschedmgr/test/unittest/mock_form_mgr_service.h @@ -253,12 +253,6 @@ public: { return ERR_OK; }; - ErrCode RequestPublishProxyFormWithSnapshot(Want &want, bool withFormBindingData, - std::unique_ptr &formBindingData, int64_t &formId, - const std::vector &formDataProxies) override - { - return ERR_OK; - } }; } // namespace AppExecFwk } // namespace OHOS