Searched refs:targetIme (Results 1 – 1 of 1) sorted by relevance
600 std::string targetIme = bundleName + "/" + name; in OnSwitchInputMethod() local607 …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()