Home
last modified time | relevance | path

Searched refs:StartIme (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h130 bool StartIme(const std::shared_ptr<ImeNativeCfg> &ime, bool isStopCurrentIme = false);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp737 if (!session->StartIme(targetIme)) { in OnSwitchInputMethod()
839 if (!session->StartIme(std::make_shared<ImeNativeCfg>(targetIme))) { in SwitchExtension()
880 if (!session->StartIme(targetIme)) { in SwitchInputType()
H A Dperuser_session.cpp1036 if (!StartIme(imeToStart, isStopCurrentIme)) { in StartCurrentIme()
1551 bool PerUserSession::StartIme(const std::shared_ptr<ImeNativeCfg> &ime, bool isStopCurrentIme) in StartIme() function in OHOS::MiscServices::PerUserSession
1764 if (!StartIme(cfgIme)) { in RestoreCurrentIme()