Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
Dinput_method_system_ability.h108 int32_t OnSwitchInputMethod(const std::string &bundleName, const std::string &name);
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp567 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::InputMethodSystemAbility
1003OnSwitchInputMethod(defaultIme.substr(0, pos), defaultIme.substr(pos + 1, defaultIme.length() - po… in OnPackageRemoved()