update test/fuzztest/storagemanagerproxy_fuzzer/storagemanagerproxymock.h.

Signed-off-by: 李尚 <lishang21@huawei.com>
This commit is contained in:
李尚 2024-10-16 08:32:36 +00:00 committed by Gitee
parent b030d770c1
commit 832f410542
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -305,8 +305,8 @@ public:
{
return E_OK;
}
int32_t NotifyMtpMounted(const std::string &id, const std::string &path, const std::string &desc) override
int32_t NotifyMtpMounted(const std::string &id, const std::string &path, const std::string &desc,
const std::string &uuid) override
{
return E_OK;
}