Lines Matching refs:subName
384 …utMethodSystemAbility::SwitchInputMethod(const std::string &bundleName, const std::string &subName) in SwitchInputMethod() argument
386 SwitchInfo switchInfo = { std::chrono::system_clock::now(), bundleName, subName }; in SwitchInputMethod()
393 …in, switchInfo: %{public}s|%{public}s", switchInfo.bundleName.c_str(), switchInfo.subName.c_str()); in OnSwitchInputMethod()
400 …IMSA_HILOGD("start switch %{public}s", (switchInfo.bundleName + '/' + switchInfo.subName).c_str()); in OnSwitchInputMethod()
412 if (!IsNeedSwitch(switchInfo.bundleName, switchInfo.subName)) { in OnSwitchInputMethod()
417 …meInfoInquirer::GetInstance().GetImeInfo(userId_, switchInfo.bundleName, switchInfo.subName, info); in OnSwitchInputMethod()
431 …l InputMethodSystemAbility::IsNeedSwitch(const std::string &bundleName, const std::string &subName) in IsNeedSwitch() argument
435 …(currentImeCfg->bundleName + "/" + currentImeCfg->subName).c_str(), (bundleName + "/" + subName).c… in IsNeedSwitch()
436 if ((subName.empty() && bundleName == currentImeCfg->bundleName) in IsNeedSwitch()
437 …|| (!subName.empty() && subName == currentImeCfg->subName && currentImeCfg->bundleName == bundleNa… in IsNeedSwitch()
700 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchMode() local
701 auto ret = ImeInfoInquirer::GetInstance().GetImeInfo(userId_, bundleName, subName, info); in SwitchMode()
721 auto subName = ImeCfgManager::GetInstance().GetCurrentImeCfg(userId_)->subName; in SwitchLanguage() local
722 auto ret = ImeInfoInquirer::GetInstance().GetImeInfo(userId_, bundleName, subName, info); in SwitchLanguage()