From 00b92f47326363c6f491490ae7d7626369dd4b1f Mon Sep 17 00:00:00 2001 From: jiangjinpeng3 Date: Mon, 4 Nov 2024 09:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AA=92=E4=BD=93=E5=BA=93=E6=96=B0=E5=A2=9Efu?= =?UTF-8?q?se=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangjinpeng3 Change-Id: Idc2ad7c2117b30306a3ddc71c88624e9dbe0cae0 --- .../unittest/account_iam/account_iam_manager_test.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/accountmgr/test/unittest/account_iam/account_iam_manager_test.cpp b/services/accountmgr/test/unittest/account_iam/account_iam_manager_test.cpp index 7b18716cf..b1ae37b08 100644 --- a/services/accountmgr/test/unittest/account_iam/account_iam_manager_test.cpp +++ b/services/accountmgr/test/unittest/account_iam/account_iam_manager_test.cpp @@ -349,6 +349,16 @@ public: return 0; } + int32_t MountMediaFuse(int32_t userId, int32_t &devFd) + { + return 0; + } + + int32_t UMountMediaFuse(int32_t userId) + { + return 0; + } + sptr AsObject() { return nullptr;