Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h120 int32_t OnStartInputType(int32_t userId, const SwitchInfo &switchInfo, bool isCheckPermission);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp690 ? OnStartInputType(userId, switchInfo, true) in SwitchInputMethod()
765 int32_t InputMethodSystemAbility::OnStartInputType(int32_t userId, const SwitchInfo &switchInfo, in OnStartInputType() function in OHOS::MiscServices::InputMethodSystemAbility
1884 return type == InputType::SECURITY_INPUT ? OnStartInputType(userId, switchInfo, false) in StartInputType()
1885 : OnStartInputType(userId, switchInfo, true); in StartInputType()