Searched refs:StartInputService (Results 1 – 4 of 4) sorted by relevance
202 bool InputMethodSystemAbility::StartInputService(const std::string &imeId) in StartInputService() function in OHOS::MiscServices::InputMethodSystemAbility204 return userSession_->StartInputService(imeId, true); in StartInputService()458 if (!StartInputService(targetIme)) { in SwitchExtension()560 StartInputService(ImeInfoInquirer::GetInstance().GetStartedIme(userId_)); in WorkThread()601 if (!StartInputService(newIme)) { in OnUserStarted()774 [this]() { StartInputService(ImeInfoInquirer::GetInstance().GetStartedIme(userId_)); }); in InitFocusChangeMonitor()
232 StartInputService(ImeInfoInquirer::GetInstance().GetStartedIme(userId_), true); in OnImsDied()344 if (!StartInputService(ImeInfoInquirer::GetInstance().GetStartedIme(userId_), true)) { in OnStartInput()594 bool PerUserSession::StartInputService(const std::string &imeName, bool isRetry) in StartInputService() function in OHOS::MiscServices::PerUserSession621 [this, imeName]() { return StartInputService(imeName, false); }); in StartInputService()
90 bool StartInputService(const std::string &imeName, bool isRetry);
98 bool StartInputService(const std::string &imeId);