Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp668 if (trigger == SwitchTrigger::IMSA) { in SwitchInputMethod()
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()
1608 if (trigger == SwitchTrigger::IMSA) { in CheckSwitchPermission()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h283 enum class SwitchTrigger : uint32_t { CURRENT_IME = 0, SYSTEM_APP, IMSA, NATIVE_SA}; enumerator