!2263 适配媒体库fuse

Merge pull request !2263 from anakinjiang/master
This commit is contained in:
openharmony_ci 2024-11-22 13:16:55 +00:00 committed by Gitee
commit bdb0aebc0c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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<IRemoteObject> AsObject()
{
return nullptr;