Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp600 std::string targetIme = bundleName + "/" + name; in OnSwitchInputMethod() local
607 …A_HILOGI("CurrentIme : %{public}s, TargetIme : %{public}s", currentIme.c_str(), targetIme.c_str()); in OnSwitchInputMethod()
608 if (currentIme == targetIme) { in OnSwitchInputMethod()
613 ImeCfgManager::GetInstance().ModifyImeCfg({ userId_, targetIme }); in OnSwitchInputMethod()
614 if (!StartInputService(targetIme)) { in OnSwitchInputMethod()