Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp691 : OnSwitchInputMethod(userId, switchInfo, trigger); in SwitchInputMethod()
704 int32_t InputMethodSystemAbility::OnSwitchInputMethod(int32_t userId, const SwitchInfo &switchInfo, in OnSwitchInputMethod() function in OHOS::MiscServices::InputMethodSystemAbility
1348 return OnSwitchInputMethod(userId_, switchInfo, SwitchTrigger::IMSA); in SwitchMode()
1380 return OnSwitchInputMethod(userId_, switchInfo, SwitchTrigger::IMSA); in SwitchLanguage()
1405 return OnSwitchInputMethod(userId_, switchInfo, SwitchTrigger::IMSA); in SwitchType()
1514 OnSwitchInputMethod(userId_, switchInfo, SwitchTrigger::IMSA); in DatashareCallback()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h119 … int32_t OnSwitchInputMethod(int32_t userId, const SwitchInfo &switchInfo, SwitchTrigger trigger);