Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h136 void HandleWmsConnected(int32_t userId, int32_t screenId);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1467 … isConnected ? HandleWmsConnected(userId, screenId) : HandleWmsDisconnected(userId, screenId); in InitWmsConnectionMonitor()
1683 void InputMethodSystemAbility::HandleWmsConnected(int32_t userId, int32_t screenId) in HandleWmsConnected() function in OHOS::MiscServices::InputMethodSystemAbility