Home
last modified time | relevance | path

Searched refs:targetIme (Results 1 - 1 of 1) sorted by relevance

/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp717 auto targetIme = std::make_shared<ImeNativeCfg>(ImeNativeCfg { in OnSwitchInputMethod() local
719 if (!session->StartIme(targetIme)) { in OnSwitchInputMethod()
783 IMSA_HILOGI("currentIme: %{public}s/%{public}s, targetIme: %{public}s/%{public}s.", in IsNeedSwitch()
820 ImeNativeCfg targetIme = { targetImeName, info->prop.name, info->subProp.id, info->prop.id }; in SwitchExtension() local
821 if (!session->StartIme(std::make_shared<ImeNativeCfg>(targetIme))) { in SwitchExtension()
863 ImeNativeCfg targetIme = { targetName, switchInfo.bundleName, switchInfo.subName, targetImeProperty->id }; in SwitchInputType() local
865 if (!session->StartIme(std::make_shared<ImeNativeCfg>(targetIme))) { in SwitchInputType()

Completed in 3 milliseconds