!2129 【master】【account】加解密状态接口新增参数

Merge pull request !2129 from 张晨阳/master
This commit is contained in:
openharmony_ci 2024-09-29 07:33:00 +00:00 committed by Gitee
commit 105c6fd22d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -294,7 +294,7 @@ public:
return 0;
}
int32_t GetFileEncryptStatus(uint32_t userId, bool &isEncrypted)
int32_t GetFileEncryptStatus(uint32_t userId, bool &isEncrypted, bool needCheckDirMount)
{
return 0;
}