Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h118 int32_t OnStartInputType(int32_t userId, const SwitchInfo &switchInfo, bool isCheckPermission);
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp672 ? OnStartInputType(userId, switchInfo, true) in SwitchInputMethod()
747 int32_t InputMethodSystemAbility::OnStartInputType(int32_t userId, const SwitchInfo &switchInfo, in OnStartInputType() function in OHOS::MiscServices::InputMethodSystemAbility
1816 return type == InputType::SECURITY_INPUT ? OnStartInputType(userId, switchInfo, false)
1817 : OnStartInputType(userId, switchInfo, true);

Completed in 4 milliseconds