mirror of
https://gitee.com/openharmony/account_os_account
synced 2024-11-23 10:10:11 +00:00
媒体库新增fuse适配
Signed-off-by: jiangjinpeng3 <jiangjinpeng3@huawei.com> Change-Id: Idc2ad7c2117b30306a3ddc71c88624e9dbe0cae0
This commit is contained in:
parent
05a71bb273
commit
00b92f4732
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user