From 7e22695ba519a30c7644b81b06ed408d83fa5fec Mon Sep 17 00:00:00 2001 From: ht Date: Sun, 26 Nov 2023 13:49:08 +0000 Subject: [PATCH] =?UTF-8?q?rdb=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ht --- .../notification_rdb_data_mgr_test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/ans/test/unittest/notification_rdb_data_mgr_test/notification_rdb_data_mgr_test.cpp b/services/ans/test/unittest/notification_rdb_data_mgr_test/notification_rdb_data_mgr_test.cpp index a89876d08..54922d334 100755 --- a/services/ans/test/unittest/notification_rdb_data_mgr_test/notification_rdb_data_mgr_test.cpp +++ b/services/ans/test/unittest/notification_rdb_data_mgr_test/notification_rdb_data_mgr_test.cpp @@ -323,6 +323,12 @@ class RdbStoreTest : public RdbStore { { return E_ERROR; }; + + virtual std::pair> QuerySharingResource( + const AbsRdbPredicates &predicates, const std::vector &columns) + { + return { E_ERROR, nullptr }; + } }; /** -- Gitee