Searched refs:OnStartInputType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | input_method_system_ability.h | 120 int32_t OnStartInputType(int32_t userId, const SwitchInfo &switchInfo, bool isCheckPermission);
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability.cpp | 690 ? 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()
|