适配多用户

Signed-off-by: c00524366 <chenjiale5@hisilicon.com>
This commit is contained in:
c00524366
2022-02-15 11:24:17 +08:00
parent c9cc2ad15c
commit 5774215346
6 changed files with 199 additions and 7 deletions
@@ -93,6 +93,7 @@ namespace MiscServices {
static std::mutex instanceLock_;
static sptr<InputMethodSystemAbility> instance_;
static std::shared_ptr<AppExecFwk::EventHandler> serviceHandler_;
int32_t userId_;
};
}
}