Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h118 bool IsStartInputTypePermitted(int32_t userId);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp778 if (isCheckPermission && !IsStartInputTypePermitted(userId)) { in OnStartInputType()
1645 bool InputMethodSystemAbility::IsStartInputTypePermitted(int32_t userId) in IsStartInputTypePermitted() function in OHOS::MiscServices::InputMethodSystemAbility