mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-27 01:10:52 +00:00
commit
696be4acc3
@ -331,6 +331,16 @@ public:
|
|||||||
{
|
{
|
||||||
return E_OK;
|
return E_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual int32_t MountMediaFuse(int32_t userId, int32_t &devFd) override
|
||||||
|
{
|
||||||
|
return E_OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
virtual int32_t UMountMediaFuse(int32_t userId) override
|
||||||
|
{
|
||||||
|
return E_OK;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
bool StorageManagerServiceMock::isZero = true;
|
bool StorageManagerServiceMock::isZero = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user