Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
Dinput_method_system_ability.h105 void StartUserIdListener();
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp189 StartUserIdListener(); in Init()
233 void InputMethodSystemAbility::StartUserIdListener() in StartUserIdListener() function in OHOS::MiscServices::InputMethodSystemAbility
243 auto callback = [this]() { StartUserIdListener(); }; in StartUserIdListener()