multi-user

Signed-off-by: jerry <sijunjie@huawei.com>
This commit is contained in:
jerry
2022-01-12 01:18:22 +00:00
parent 91efc2af26
commit 4f240e0988
@@ -130,7 +130,7 @@ std::string ContextImpl::GetBaseDir() const
std::string ContextImpl::GetCurrentAccountId() const
{
int userId;
int userId = 0;
AccountSA::OsAccountManager::GetOsAccountLocalIdFromProcess(userId);
return std::to_string(userId);
}