Searched refs:OnSwitchInputMethod (Results 1 – 2 of 2) sorted by relevance
108 int32_t OnSwitchInputMethod(const std::string &bundleName, const std::string &name);
567 return OnSwitchInputMethod(property.name, property.id); in SwitchInputMethodType()590 return OnSwitchInputMethod(bundleName, name); in SwitchInputMethodSubtype()597 …int32_t InputMethodSystemAbility::OnSwitchInputMethod(const std::string &bundleName, const std::st… in OnSwitchInputMethod() function in OHOS::MiscServices::InputMethodSystemAbility1003 …OnSwitchInputMethod(defaultIme.substr(0, pos), defaultIme.substr(pos + 1, defaultIme.length() - po… in OnPackageRemoved()