!2173 MTP需求挂载广播新增uuid

Merge pull request !2173 from 李尚/master
This commit is contained in:
openharmony_ci 2024-10-18 10:10:27 +00:00 committed by Gitee
commit 17fb184b14
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -98,7 +98,8 @@ public:
return 0;
}
int32_t NotifyMtpMounted(const std::string &id, const std::string &path, const std::string &desc)
int32_t NotifyMtpMounted(const std::string &id, const std::string &path, const std::string &desc,
const std::string &uuid)
{
return 0;
}