mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-20 23:45:31 -04:00
@@ -26,7 +26,7 @@ namespace MiscServices {
|
||||
using namespace MessageID;
|
||||
REGISTER_SYSTEM_ABILITY_BY_ID(InputMethodSystemAbility, INPUT_METHOD_SYSTEM_ABILITY_ID, true);
|
||||
const std::int32_t INIT_INTERVAL = 10000L;
|
||||
const std::int32_t MAIN_USER_ID = 100;
|
||||
const std::int32_t MAIN_USER_ID = 0;
|
||||
std::mutex InputMethodSystemAbility::instanceLock_;
|
||||
sptr<InputMethodSystemAbility> InputMethodSystemAbility::instance_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user